Skip to content

Instantly share code, notes, and snippets.

@JBlond
Created January 5, 2023 10:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JBlond/25b5ee6806934113109609601597570f to your computer and use it in GitHub Desktop.
Save JBlond/25b5ee6806934113109609601597570f to your computer and use it in GitHub Desktop.
observium-update
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/
cp /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