Skip to content

Instantly share code, notes, and snippets.

@dsibilly
Created July 29, 2025 20:54
Show Gist options
  • Select an option

  • Save dsibilly/a7b89f63e09c9d59b85a5ed60714b324 to your computer and use it in GitHub Desktop.

Select an option

Save dsibilly/a7b89f63e09c9d59b85a5ed60714b324 to your computer and use it in GitHub Desktop.
get_observium_script.sh
#!/usr/bin/env sh
apt install wget -y
wget http://www.observium.org/observium_installscript.sh
chmod +x observium_installscript.sh
./observium_installscript.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment