mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
14 lines
479 B
Bash
14 lines
479 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
./poll-reachability.php
|
||
|
./poll-device.php &
|
||
|
./poll-interface.php &
|
||
|
./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
|
||
|
|