License

Copyright (C) 2006-2012 Adam Armstrong
Copyright (C) 2013- Contributors

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see http://www.gnu.org/licenses/.
 

Statistics

'; echo("
"); if (dbFetchCell("SELECT `value` FROM `callback` WHERE `name` = 'uuid'") != '' && $callback_status != 2) { echo(" "); } echo("
$callback
Devices$stat_devices Ports$stat_ports
IPv4 Addresses$stat_ipv4_addy IPv4 Networks$stat_ipv4_nets
IPv6 Addresses$stat_ipv6_addy IPv6 Networks$stat_ipv6_nets
Services$stat_services Applications$stat_apps
Processors$stat_processors Memory$stat_memory
Storage$stat_storage Disk I/O$stat_diskio
HR-MIB$stat_hrdev Entity-MIB$stat_entphys
Syslog Entries$stat_syslog Eventlog Entries$stat_events
Sensors$stat_sensors Toner$stat_toner
"); ?>

LibreNMS is an autodiscovering PHP/MySQL-based network monitoring system.

&1"); $rrdtool_version = implode(" ",array_slice(explode(" ",shell_exec($config['rrdtool'] . " --version |head -n1")),1,1)); $schema_version = dbFetchCell("SELECT version FROM dbSchema"); $version = `git rev-parse --short HEAD`; echo("
Version$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

Contributors

See the list of contributors on GitHub.

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).