LibreNMS is an autodiscovering PHP/MySQL-based network monitoring system forked from the last GPL-licensed revision of Observium.
&1");
$rrdtool_version = implode(" ",array_slice(explode(" ",shell_exec($config['rrdtool'] . " --version |head -n1")),1,1));
$schema_version = dbFetchCell("SELECT version FROM dbSchema");
$git_log = `git log -10`;
echo("
$project_name | $project_version |
DB Schema | #$schema_version |
Apache | $apache_version |
PHP | $php_version |
MySQL | $mysql_version |
RRDtool | $rrdtool_version |
");
?>
LibreNMS is a community-based project. Please feel free to join us and contribute code, documentation, and bug reports:
Web site |
GitHub |
Bug tracker |
Mailing list |
Twitter |
Changelog |
Git log
The Team
Paul Gear Project Founder
Tyler Christiansen Developer
Acknowledgements
Observium Codebase for fork.
Mark James Silk Iconset.
Erik Bosrup Overlib Library.
Jonathan De Graeve SNMP code improvements.
Bruno Pramont Collectd code.
Dennis de Houx Application monitors for PowerDNS, Shoutcast, NTPD (Client, Server).