This commit is contained in:
conetadm
2024-11-14 21:11:06 +01:00
commit 5718e70f15
657 changed files with 9401652 additions and 0 deletions

8
observium_discovery.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
for I in `mysql -B -e "select device_id from observium.devices" | grep -v device | tr '\n' " "`
do
/opt/observium/discovery.php -h $I
sleep 10
done