mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
75f4bac3a2
git-svn-id: http://www.observium.org/svn/observer/trunk@125 61d68cd4-352d-0410-923a-c4978735b2b8
15 lines
561 B
Bash
Executable File
15 lines
561 B
Bash
Executable File
#!/bin/bash
|
|
|
|
#./poll-reachability.php
|
|
./poll-device.php --odd >> /var/log/observer.log &
|
|
./poll-device.php --even >> /var/log/observer.log &
|
|
#./ips.php &
|
|
./check-services.php
|
|
#./alerts.php
|
|
|
|
wget -O /var/sites/network.vostron.net/rrd/dill.vostron.net-mail_virus.rrd http://dill.vostron.net/rrd/mailgraph_virus.rrd
|
|
wget -O /var/sites/network.vostron.net/rrd/dill.vostron.net-mail.rrd http://dill.vostron.net/rrd/mailgraph.rrd
|
|
wget -O /var/sites/network.vostron.net/rrd/dill.vostron.net-courier.rrd http://dill.vostron.net/rrd/couriergraph.rrd
|
|
|
|
./poll-billing.php
|