diff --git a/CHANGELOG b/CHANGELOG index 5bdf8fb18..d775e121b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1 @@ -Please check http://www.observium.org/wiki/Changelog for an up to date changelog. - -You can also browse the subversion repository commit logs for more granular updates. \ No newline at end of file +See the commit log at https://github.com/librenms/librenms/commits/master for details. diff --git a/INSTALL.md b/INSTALL.md index 5684baa74..10547911e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -32,7 +32,7 @@ now restart MySQL aptitude install libapache2-mod-php5 php5-cli php5-mysql php5-gd php5-snmp php-pear snmp graphviz php5-mcrypt apache2 fping imagemagick whois mtr-tiny nmap python-mysqldb snmpd mysql-client php-net-ipv4 php-net-ipv6 rrdtool cd /opt - git clone https://github.com/libertysys/librenms.git librenms + git clone https://github.com/librenms/librenms.git librenms cd /opt/librenms cp config.php.default config.php vim config.php @@ -76,7 +76,7 @@ Next, add the following to `/etc/apache2/available-sites/librenms.conf` DocumentRoot /opt/librenms/html/ - ServerName librenms.label-switched.net + ServerName librenms.example.com CustomLog /opt/librenms/logs/access_log combined ErrorLog /opt/librenms/logs/error_log @@ -85,6 +85,7 @@ Next, add the following to `/etc/apache2/available-sites/librenms.conf` +Don't forget to change 'example.com' to your domain Enable the vhost and restart Apache a2ensite librenms.conf diff --git a/README.md b/README.md index a0fc1050d..790533db2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ License Copyright (C) 2006-2012 Adam Armstrong -Copyright (C) 2013 LibreNMS Group +Copyright (C) 2013 LibreNMS 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 diff --git a/TODO.md b/TODO.md index 6c33d25f7..d67dfb77e 100644 --- a/TODO.md +++ b/TODO.md @@ -1,10 +1,8 @@ Current priorities ------------------ -- Test installation and ensure it works - Identify major functionality gaps - Integrate community patches - Get a community wiki up and running -- Update install documentation, change svn -> git - Get a logo. Replace Observium branding. diff --git a/addhost.php b/addhost.php index 67b859d2e..0689d7299 100755 --- a/addhost.php +++ b/addhost.php @@ -2,14 +2,15 @@ - * @copyright (C) 2006 - 2012 Adam Armstrong + * @author LibreNMS Group + * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) + * @copyright (C) 2013 LibreNMS Group * */ diff --git a/adduser.php b/adduser.php index 18c41d8dd..d70ade3e1 100755 --- a/adduser.php +++ b/adduser.php @@ -2,14 +2,15 @@ - * @copyright (C) 2006 - 2012 Adam Armstrong + * @author LibreNMS Group + * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) + * @copyright (C) 2013 LibreNMS Group * */ diff --git a/alerts.php b/alerts.php index 6886d9ccf..52723fdb7 100755 --- a/alerts.php +++ b/alerts.php @@ -2,14 +2,15 @@ - * @copyright (C) 2006 - 2012 Adam Armstrong + * @package librenms + * @subpackage cli + * @author LibreNMS Group + * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) + * @copyright (C) 2013 LibreNMS Group * */ diff --git a/billing-calculate.php b/billing-calculate.php index d1f21abae..0d09609bd 100755 --- a/billing-calculate.php +++ b/billing-calculate.php @@ -2,14 +2,15 @@ - * @copyright (C) 2006 - 2012 Adam Armstrong + * @package librenms + * @subpackage cli + * @author LibreNMS Group + * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) + * @copyright (C) 2013 LibreNMS Group * */ diff --git a/check-errors.php b/check-errors.php index 0a430bfed..22052e581 100755 --- a/check-errors.php +++ b/check-errors.php @@ -2,14 +2,15 @@ - * @copyright (C) 2006 - 2012 Adam Armstrong + * @package librenms + * @subpackage cli + * @author LibreNMS Group + * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) + * @copyright (C) 2013 LibreNMS Group * */ diff --git a/check-services.php b/check-services.php index 2f6f33ab6..8c3539ad2 100755 --- a/check-services.php +++ b/check-services.php @@ -2,14 +2,15 @@ - * @copyright (C) 2006 - 2012 Adam Armstrong + * @package librenms + * @subpackage cli + * @author LibreNMS Group + * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) + * @copyright (C) 2013 LibreNMS Group * */ diff --git a/config.php.default b/config.php.default index f55fe3120..2a73fff40 100755 --- a/config.php.default +++ b/config.php.default @@ -6,7 +6,7 @@ $config['db_host'] = "localhost"; $config['db_user'] = "USERNAME"; $config['db_pass'] = "PASSWORD"; -$config['db_name'] = "observium"; +$config['db_name'] = "librenms"; ### Memcached config - We use this to store realtime usage $config['memcached']['enable'] = FALSE; @@ -14,14 +14,14 @@ $config['memcached']['host'] = "localhost"; $config['memcached']['port'] = 11211; ### Locations -$config['install_dir'] = "/opt/observium"; +$config['install_dir'] = "/opt/librenms"; $config['html_dir'] = $config['install_dir'] . "/html"; $config['rrd_dir'] = $config['install_dir'] . "/rrd"; -$config['log_file'] = $config['install_dir'] . "/observium.log"; +$config['log_file'] = $config['install_dir'] . "/librenms.log"; ### Thie should *only* be set if you want to *force* a particular hostname/port ### It will prevent the web interface being usable form any other hostname -#$config['base_url'] = "http://observium.company.com"; +#$config['base_url'] = "http://librenms.company.com"; ### Enable the below to use rrdcached. be sure rrd_dir is within the rrdcached dir ### and that your web server has permission to talk to rrdcached. diff --git a/delhost.php b/delhost.php index 2c21d01f7..ee3d2b360 100755 --- a/delhost.php +++ b/delhost.php @@ -2,14 +2,15 @@ - * @copyright (C) 2006 - 2012 Adam Armstrong + * @author LibreNMS Group + * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) + * @copyright (C) 2013 LibreNMS Group * */ diff --git a/discovery.php b/discovery.php index 459659145..c2aaad204 100755 --- a/discovery.php +++ b/discovery.php @@ -2,14 +2,15 @@ - * @copyright (C) 2006 - 2012 Adam Armstrong + * @package librenms + * @subpackage cli + * @author LibreNMS Group + * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) + * @copyright (C) 2013 LibreNMS Group * */ diff --git a/generate-iplist.php b/generate-iplist.php index a4b324fc3..805b9d98c 100755 --- a/generate-iplist.php +++ b/generate-iplist.php @@ -2,14 +2,15 @@ - * @copyright (C) 2006 - 2012 Adam Armstrong + * @package librenms + * @subpackage cli + * @author LibreNMS Group + * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) + * @copyright (C) 2013 LibreNMS Group * */ diff --git a/irc.php b/irc.php index 1b50aa3b7..d1cbe47de 100755 --- a/irc.php +++ b/irc.php @@ -2,14 +2,15 @@ - * @copyright (C) 2006 - 2012 Adam Armstrong + * @package librenms + * @subpackage cli + * @author LibreNMS Group + * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) + * @copyright (C) 2013 LibreNMS Group * */ diff --git a/poll-billing.php b/poll-billing.php index 5b70ac552..f838e2829 100755 --- a/poll-billing.php +++ b/poll-billing.php @@ -2,14 +2,15 @@ - * @copyright (C) 2006 - 2012 Adam Armstrong + * @package librenms + * @subpackage cli + * @author LibreNMS Group + * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) + * @copyright (C) 2013 LibreNMS Group * */ diff --git a/poll-device.php b/poll-device.php index 6ddda4056..96ea6f243 100755 --- a/poll-device.php +++ b/poll-device.php @@ -2,14 +2,15 @@ - * @copyright (C) 2006 - 2012 Adam Armstrong + * @package librenms + * @subpackage cli + * @author LibreNMS Group + * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) + * @copyright (C) 2013 LibreNMS Group * */ diff --git a/poller.php b/poller.php index 91dd17296..55b09636d 100755 --- a/poller.php +++ b/poller.php @@ -2,14 +2,15 @@ - * @copyright (C) 2006 - 2012 Adam Armstrong + * @package librenms + * @subpackage cli + * @author LibreNMS Group + * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) + * @copyright (C) 2013 LibreNMS Group * */ diff --git a/renamehost.php b/renamehost.php index 1178be36a..5d7daa110 100755 --- a/renamehost.php +++ b/renamehost.php @@ -2,14 +2,15 @@ - * @copyright (C) 2006 - 2012 Adam Armstrong + * @author LibreNMS Group + * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) + * @copyright (C) 2013 LibreNMS Group * */ diff --git a/snmptrap.php b/snmptrap.php index 049da4c7c..a7a29877e 100755 --- a/snmptrap.php +++ b/snmptrap.php @@ -2,14 +2,15 @@ - * @copyright (C) 2006 - 2012 Adam Armstrong + * @package librenms + * @subpackage cli + * @author LibreNMS Group + * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) + * @copyright (C) 2013 LibreNMS Group * */ diff --git a/syslog.php b/syslog.php index 5ef8c5b10..e6736154f 100755 --- a/syslog.php +++ b/syslog.php @@ -2,14 +2,15 @@ - * @copyright (C) 2006 - 2012 Adam Armstrong + * @package librenms + * @subpackage cli + * @author LibreNMS Group + * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) + * @copyright (C) 2013 LibreNMS Group * */