Created
July 7, 2023 10:58
-
-
Save JBlond/c3c7700c82cacf11626637065d7e6191 to your computer and use it in GitHub Desktop.
Update Observium CE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
cd /opt | |
mv observium observium_old | |
wget -Oobservium-community-latest.tar.gz https://www.observium.org/observium-community-latest.tar.gz | |
tar zxvf observium-community-latest.tar.gz | |
mv /opt/observium_old/rrd observium/ | |
mv /opt/observium_old/logs observium/ | |
mv /opt/observium_old/config.php observium/ | |
/opt/observium/discovery.php -u |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment