LibreNMS is an autodiscovering PHP/MySQL/SNMP based network monitoring which includes support for a wide range of network hardware and operating systems including Cisco, Linux, FreeBSD, Juniper, Brocade, Foundry, HP and many more. LibreNMS has grown out of a lack of easy to configure network monitoring platforms. It is intended to provide a more navigable interface to the health and performance of your network. Its design goals include collecting as much historical data about devices as possible, being completely autodiscovered with little or no manual intervention, and having a very intuitive interface. WWW: http://www.librenms.org
13 lines
576 B
Text
13 lines
576 B
Text
=== Configuration details ===
|
|
You can mostly follow the guide at:
|
|
http://docs.librenms.org/
|
|
|
|
with the following notes:
|
|
- Installation directory is %%WWWDIR%%
|
|
- The following lines should be added to /etc/crontab:
|
|
|
|
33 */6 * * * www cd %%WWWDIR%% && %%PHP%% discovery.php -h all >> /dev/null 2>&1
|
|
*/5 * * * * www cd %%WWWDIR%% && %%PHP%% discovery.php -h new >> /dev/null 2>&1
|
|
*/5 * * * * www cd %%WWWDIR%% && %%PYTHON%% poller-wrapper.py 16 >> /dev/null 2>&1
|
|
15 0 * * * www sh %%WWWDIR%%/daily.sh >> /dev/null 2>&1
|
|
* * * * * www %%PHP%% %%WWWDIR%%/alerts.php >> /dev/null 2>&1
|