mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
git-svn-id: http://www.observium.org/svn/observer/trunk@67 61d68cd4-352d-0410-923a-c4978735b2b8
14 lines
479 B
Bash
Executable File
14 lines
479 B
Bash
Executable File
#!/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
|
|
|