New version of the website
This commit is contained in:
parent
9c38d45c33
commit
b9e6503dcf
@ -10,6 +10,22 @@ A log of changes to the burble.dn42 network.
|
|||||||
|
|
||||||
## burble.dn42 Maintenance Log
|
## burble.dn42 Maintenance Log
|
||||||
|
|
||||||
|
#### 13th April 2020
|
||||||
|
|
||||||
|
Bugs have been fixed and both instances of the burble.dn42 website are now running
|
||||||
|
in a new environment with the latest grav.
|
||||||
|
|
||||||
|
The new website instance is the first burble.dn42 application running on Ubuntu 20.04
|
||||||
|
(Focal Fossa).
|
||||||
|
|
||||||
|
#### 11th April 2020
|
||||||
|
|
||||||
|
The clearnet version of this [website](https://dn42.burble.com) is running with
|
||||||
|
a new instance that has the latest grav.
|
||||||
|
Please let me know if you spot any problems.
|
||||||
|
|
||||||
|
The DN42 instance continues to run with the previous version.
|
||||||
|
|
||||||
#### 4th April 2020
|
#### 4th April 2020
|
||||||
|
|
||||||
Well, that was fun; burble.dn42 had a number of outages over this evening, caused by trying
|
Well, that was fun; burble.dn42 had a number of outages over this evening, caused by trying
|
||||||
|
Before Width: | Height: | Size: 594 KiB After Width: | Height: | Size: 594 KiB |
Before Width: | Height: | Size: 98 KiB After Width: | Height: | Size: 98 KiB |
File diff suppressed because one or more lines are too long
10
pages/03.monitoring/Chart.bundle.min.js
vendored
10
pages/03.monitoring/Chart.bundle.min.js
vendored
File diff suppressed because one or more lines are too long
@ -1,16 +0,0 @@
|
|||||||
---
|
|
||||||
title: monitoring
|
|
||||||
---
|
|
||||||
|
|
||||||
# Monitoring
|
|
||||||
|
|
||||||
#### Global Route Collector
|
|
||||||
|
|
||||||
The [collector](https://collector.burble.com) provides a global summary of routes within the network.
|
|
||||||
|
|
||||||
|
|
||||||
#### Network Reachability
|
|
||||||
|
|
||||||
The [network reach](/monitoring/network-reach) page shows various stats related to the connectivity of the network to the rest of DN42.
|
|
||||||
|
|
||||||
|
|
1
pages/03.monitoring/vis.min.css
vendored
1
pages/03.monitoring/vis.min.css
vendored
File diff suppressed because one or more lines are too long
47
pages/03.monitoring/vis.min.js
vendored
47
pages/03.monitoring/vis.min.js
vendored
File diff suppressed because one or more lines are too long
6
push.sh
6
push.sh
@ -6,15 +6,15 @@ SCRIPTPATH="$(cd "$(dirname "$0")" ; pwd -P)"
|
|||||||
|
|
||||||
# grav hosts
|
# grav hosts
|
||||||
hosts=(
|
hosts=(
|
||||||
'apps.fr-sbg1.burble.dn42'
|
'dn42-fr-sbg1.burble.dn42'
|
||||||
)
|
)
|
||||||
|
|
||||||
for host in ${hosts[@]}
|
for host in ${hosts[@]}
|
||||||
do
|
do
|
||||||
echo "Syncing host: $host"
|
echo "Syncing host: $host"
|
||||||
rsync -avogp --chown=www-data:www-data --chmod=D2550,F440 \
|
rsync -avogp --chown=100:101 --chmod=D2550,F440 \
|
||||||
${SCRIPTPATH}/pages/ \
|
${SCRIPTPATH}/pages/ \
|
||||||
root@${host}:/opt/containers/grav/
|
root@${host}:/export/apps/grav/
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user