Re: interface bandwidth service reporting .rrd missing
Posted: Fri Sep 11, 2015 12:58 pm
I sent you a PM with details.
Support for Nagios products and services
https://support.nagios.com/forum/
Code: Select all
grep mrtg /var/log/cron |tail -10Code: Select all
ls -l /etc/cron.d
cat /etc/cron.d/mrtg
cat /etc/cron.d/nagiosxiCode: Select all
ls -l /etc/cron.d
total 24
-rw-r--r--. 1 root root 128 Jun 9 2014 0hourly
-rwxr-xr-x 1 root root 139 Sep 10 13:41 mrtg
-rw-r--r--. 1 root root 1488 Aug 21 14:17 nagiosxi
-rw-r--r--. 1 root root 108 Mar 10 2014 raid-check
-rw-r--r--. 1 root root 235 Jun 9 2014 sysstat
-rw-r--r--. 1 root root 187 Jan 27 2014 unbound-anchor
[root@frack libexec]# cat /etc/cron.d/mrtg
*/5 * * * * root LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg --lock-file /var/lock/mrtg/mrtg_l --confcache-file /var/lib/mrtg/mrtg.ok
[root@frack libexec]# cat /etc/cron.d/nagiosxi
# /etc/cron.d/nagiosxi: crontab fragment for nagiosxi
# Backup MySQL & PostgreSQL Databases
0 7 * * * root /root/scripts/automysqlbackup
0 8 * * * root /root/scripts/autopostgresqlbackup
* * * * * nagios /usr/bin/php -q /usr/local/nagiosxi/cron/sysstat.php > /usr/local/nagiosxi/var/sysstat.log 2>&1
* * * * * nagios /usr/bin/php -q /usr/local/nagiosxi/cron/cmdsubsys.php > /usr/local/nagiosxi/var/cmdsubsys.log 2>&1
* * * * * nagios /usr/bin/php -q /usr/local/nagiosxi/cron/eventman.php > /usr/local/nagiosxi/var/eventman.log 2>&1
* * * * * nagios /usr/bin/php -q /usr/local/nagiosxi/cron/feedproc.php > /usr/local/nagiosxi/var/feedproc.log 2>&1
* * * * * nagios /usr/bin/php -q /usr/local/nagiosxi/cron/perfdataproc.php > /usr/local/nagiosxi/var/perfdataproc.log 2>&1
* * * * * nagios /usr/bin/php -q /usr/local/nagiosxi/cron/nom.php > /usr/local/nagiosxi/var/nom.log 2>&1
* * * * * nagios /usr/bin/php -q /usr/local/nagiosxi/cron/reportengine.php > /usr/local/nagiosxi/var/reportengine.log 2>&1
*/5 * * * * nagios /usr/bin/php -q /usr/local/nagiosxi/cron/dbmaint.php > /usr/local/nagiosxi/var/dbmaint.log 2>&1
* * * * * nagios /usr/bin/php -q /usr/local/nagiosxi/cron/cleaner.php > /usr/local/nagiosxi/var/cleaner.log 2>&1
01 * * * * nagios /usr/local/nagiosxi/cron/recurringdowntime.pl > /usr/local/nagiosxi/var/recurringdowntime.log 2>&1
*/5 * * * * nagios /usr/bin/php -q /usr/local/nagiosxi/cron/deadpool.php > /usr/local/nagiosxi/var/deadpool.log 2>&1Code: Select all
yum install perl-Exporter -yCode: Select all
yum reinstall perl-Exporter -yCode: Select all
yum list installed |grep net-snmpCode: Select all
[root@frack libexec]# yum list installed |grep net-snmp
net-snmp.x86_64 1:5.7.2-20.el7_1.1 @updates
net-snmp-agent-libs.x86_64 1:5.7.2-20.el7_1.1 @updates
net-snmp-libs.x86_64 1:5.7.2-20.el7_1.1 @updates
net-snmp-utils.x86_64 1:5.7.2-20.el7_1.1 @updates Code: Select all
yum install net-snmp-perl net-snmp-devel -yCode: Select all
LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg --lock-file /var/lock/mrtg/mrtg_l