mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
14 lines
542 B
Bash
Executable File
14 lines
542 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
|
|
|