interface bandwidth service reporting .rrd missing

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Atria
Posts: 45
Joined: Wed Aug 26, 2015 11:31 am

interface bandwidth service reporting .rrd missing

Post by Atria »

I've been having issues when I try to create a new host with the router/switch wizard that the services that are set up to monitor the bandwidth of an interface show the following error
/var/lib/mrtg/172.30.0.253_436281344.rrd does not exist.
and when I look in the /var/lib/mrtg folder it is indeed empty.

This is part of the contents of the config in /etc/mrtg/conf.d/172.30.0.253.cfg

Code: Select all

#### ADDED BY NAGIOSXI (USER: nagiosadmin, DATE: 2015-09-08 14:48:36) ####
# Created by 
# /usr/bin/cfgmaker --show-op-down --noreversedns --zero-speed 100000000 "Aalc0m&@172.30.0.253:161::::2"


### Global Config Options

#  for UNIX
# WorkDir: /home/http/mrtg

#  or for NT
# WorkDir: c:\mrtgdata

### Global Defaults

#  to get bits instead of bytes and graphs growing to the right
# Options[_]: growright, bits

EnableIPv6: no

######################################################################
# System: 5548-a.atriacom.com
# Description: Cisco NX-OS(tm) n5000, Software (n5000-uk9), Version 6.0(2)N2(7), RELEASE SOFTWARE Copyright (c) 2002-2012 by Cisco Systems, Inc. Device Manager Version 6.2(1),  Compiled 4/28/2015 5:00:00
# Contact: Atria Help Desk
# Location: 501 South 4Th Street Suite 140 Louisville, KY 40202
######################################################################


### Interface 83886080 >> Descr: 'mgmt0' | Name: 'mgmt0' | Ip: 'No Ip' | Eth: '54-7f-ee-d1-6c-21' ###

Target[172.30.0.253_83886080]: 83886080:Aalc0m&@172.30.0.253:161::::2
SetEnv[172.30.0.253_83886080]: MRTG_INT_IP="No Ip" MRTG_INT_DESCR="mgmt0"
MaxBytes[172.30.0.253_83886080]: 125000000
Title[172.30.0.253_83886080]: Traffic Analysis for 83886080 -- 5548-a.atriacom.com
PageTop[172.30.0.253_83886080]: <h1>Traffic Analysis for 83886080 -- 5548-a.atriacom.com</h1>
                <div id="sysdetails">
                        <table>
                                <tr>
                                        <td>System:</td>
                                        <td>5548-a.atriacom.com in 501 South 4Th Street Suite 140 Louisville, KY 40202</td>
                                </tr>
                                <tr>
                                        <td>Maintainer:</td>
                                        <td>Atria Help Desk</td>
                                </tr>
                                <tr>
                                        <td>Description:</td>
                                        <td>mgmt0  </td>
                                </tr>
                                <tr>
                                        <td>ifType:</td>
                                        <td>ethernetCsmacd (6)</td>
                                </tr>
                                <tr>
                                        <td>ifName:</td>
                                        <td>mgmt0</td>
                                </tr>
                                <tr>
                                        <td>Max Speed:</td>
                                        <td>125.0 MBytes/s</td>
                                </tr>
                                <tr>
                                        <td>Ip:</td>
                                        <td>No Ip (No DNS name)</td>
                                </tr>
                        </table>
                </div>


### Interface 151060481 >> Descr: 'Vlan1' | Name: 'Vlan1' | Ip: 'No Ip' | Eth: 'No Ethernet Id' ###
### The following interface is commented out because:
### * it is administratively DOWN
# 
# Target[172.30.0.253_151060481]: 151060481:Aalc0m&@172.30.0.253:161::::2
# noHC[172.30.0.253_151060481]: yes
# SetEnv[172.30.0.253_151060481]: MRTG_INT_IP="No Ip" MRTG_INT_DESCR="Vlan1"
# MaxBytes[172.30.0.253_151060481]: 125000000
# Title[172.30.0.253_151060481]: Traffic Analysis for 151060481 -- 5548-a.atriacom.com
# PageTop[172.30.0.253_151060481]: <h1>Traffic Analysis for 151060481 -- 5548-a.atriacom.com</h1>
#               <div id="sysdetails">
#                       <table>
#                               <tr>
#                                       <td>System:</td>
#                                       <td>5548-a.atriacom.com in 501 South 4Th Street Suite 140 Louisville, KY 40202</td>
#                               </tr>
#                               <tr>
#                                       <td>Maintainer:</td>
#                                       <td>Atria Help Desk</td>
#                               </tr>
#                               <tr>
#                                       <td>Description:</td>
#                                       <td>Vlan1  </td>
#                               </tr>
#                               <tr>
#                                       <td>ifType:</td>
#                                       <td>propVirtual (53)</td>
#                               </tr>
#                               <tr>
#                                       <td>ifName:</td>
#                                       <td>Vlan1</td>
#                               </tr>
#                               <tr>
#                                       <td>Max Speed:</td>
#                                       <td>125.0 MBytes/s</td>
#                               </tr>
#                               <tr>
#                                       <td>Ip:</td>
#                                       <td>No Ip (No DNS name)</td>
#                               </tr>
#                       </table>
#               </div>


### Interface 151060483 >> Descr: 'Vlan3' | Name: 'Vlan3' | Ip: '172.30.0.1' | Eth: 'No Ethernet Id' ###

[root@frack ~]# tftp
bash: tftp: command not found...
[root@frack ~]# copy 
anaconda-ks.cfg                .cache/                        epel-release-6-8.noarch.rpm.1  .tcshrc
.bash_history                  .config/                       initial-setup-ks.cfg           .viminfo
.bash_logout                   .cshrc                         .pki/                          
.bash_profile                  .dbus/                         .rnd                           
.bashrc                        epel-release-6-8.noarch.rpm    scripts/                       
[root@frack ~]# copy 
bash: copy: command not found...
[root@frack ~]# copy
bash: copy: command not found...
[root@frack ~]# less /etc/mrtg/conf.d/172.30.0.253.cfg 


#### ADDED BY NAGIOSXI (USER: nagiosadmin, DATE: 2015-09-08 14:48:36) ####
# Created by 
# /usr/bin/cfgmaker --show-op-down --noreversedns --zero-speed 100000000 "Aalc0m&@172.30.0.253:161::::2"


### Global Config Options

#  for UNIX
# WorkDir: /home/http/mrtg

#  or for NT
# WorkDir: c:\mrtgdata

### Global Defaults

#  to get bits instead of bytes and graphs growing to the right
# Options[_]: growright, bits

EnableIPv6: no

######################################################################
# System: 5548-a.atriacom.com
# Description: Cisco NX-OS(tm) n5000, Software (n5000-uk9), Version 6.0(2)N2(7), RELEASE SOFTWARE Copyright (c) 2002-2012 by Cisco Systems, Inc. Device Manager Version 6.2(1),  Compiled 4/28/2015 5:00:00
# Contact: Atria Help Desk
# Location: 501 South 4Th Street Suite 140 Louisville, KY 40202
######################################################################


### Interface 83886080 >> Descr: 'mgmt0' | Name: 'mgmt0' | Ip: 'No Ip' | Eth: '54-7f-ee-d1-6c-21' ###

Target[172.30.0.253_83886080]: 83886080:Aalc0m&@172.30.0.253:161::::2
SetEnv[172.30.0.253_83886080]: MRTG_INT_IP="No Ip" MRTG_INT_DESCR="mgmt0"
MaxBytes[172.30.0.253_83886080]: 125000000
Title[172.30.0.253_83886080]: Traffic Analysis for 83886080 -- 5548-a.atriacom.com
PageTop[172.30.0.253_83886080]: <h1>Traffic Analysis for 83886080 -- 5548-a.atriacom.com</h1>
                <div id="sysdetails">
                        <table>
                                <tr>
                                        <td>System:</td>
                                        <td>5548-a.atriacom.com in 501 South 4Th Street Suite 140 Louisville, KY 40202</td>
                                </tr>
                                <tr>
                                        <td>Maintainer:</td>
                                        <td>Atria Help Desk</td>
                                </tr>
                                <tr>
                                        <td>Description:</td>
                                        <td>mgmt0  </td>
                                </tr>
                                <tr>
                                        <td>ifType:</td>
                                        <td>ethernetCsmacd (6)</td>
                                </tr>
                                <tr>
                                        <td>ifName:</td>
                                        <td>mgmt0</td>
                                </tr>
                                <tr>
                                        <td>Max Speed:</td>
                                        <td>125.0 MBytes/s</td>
                                </tr>
                                <tr>
                                        <td>Ip:</td>
                                        <td>No Ip (No DNS name)</td>
                                </tr>
                        </table>
                </div>


### Interface 151060481 >> Descr: 'Vlan1' | Name: 'Vlan1' | Ip: 'No Ip' | Eth: 'No Ethernet Id' ###
### The following interface is commented out because:
### * it is administratively DOWN
# 
# Target[172.30.0.253_151060481]: 151060481:Aalc0m&@172.30.0.253:161::::2
# noHC[172.30.0.253_151060481]: yes
# SetEnv[172.30.0.253_151060481]: MRTG_INT_IP="No Ip" MRTG_INT_DESCR="Vlan1"
# MaxBytes[172.30.0.253_151060481]: 125000000
# Title[172.30.0.253_151060481]: Traffic Analysis for 151060481 -- 5548-a.atriacom.com
# PageTop[172.30.0.253_151060481]: <h1>Traffic Analysis for 151060481 -- 5548-a.atriacom.com</h1>
#               <div id="sysdetails">
#                       <table>
#                               <tr>
#                                       <td>System:</td>
#                                       <td>5548-a.atriacom.com in 501 South 4Th Street Suite 140 Louisville, KY 40202</td>
#                               </tr>
#                               <tr>
#                                       <td>Maintainer:</td>
#                                       <td>Atria Help Desk</td>
#                               </tr>
#                               <tr>
#                                       <td>Description:</td>
#                                       <td>Vlan1  </td>
#                               </tr>
#                               <tr>
#                                       <td>ifType:</td>
#                                       <td>propVirtual (53)</td>
#                               </tr>
#                               <tr>
#                                       <td>ifName:</td>
#                                       <td>Vlan1</td>
#                               </tr>
#                               <tr>
#                                       <td>Max Speed:</td>
#                                       <td>125.0 MBytes/s</td>
#                               </tr>
#                               <tr>
#                                       <td>Ip:</td>
#                                       <td>No Ip (No DNS name)</td>
#                               </tr>
#                       </table>
#               </div>


### Interface 151060483 >> Descr: 'Vlan3' | Name: 'Vlan3' | Ip: '172.30.0.1' | Eth: 'No Ethernet Id' ###

Target[172.30.0.253_151060483]: 151060483:Aalc0m&@172.30.0.253:161::::2
noHC[172.30.0.253_151060483]: yes
SetEnv[172.30.0.253_151060483]: MRTG_INT_IP="172.30.0.1" MRTG_INT_DESCR="Vlan3"
MaxBytes[172.30.0.253_151060483]: 125000000
Title[172.30.0.253_151060483]: Traffic Analysis for 151060483 -- 5548-a.atriacom.com
PageTop[172.30.0.253_151060483]: <h1>Traffic Analysis for 151060483 -- 5548-a.atriacom.com</h1>
                <div id="sysdetails">
                        <table>
                                <tr>
                                        <td>System:</td>
                                        <td>5548-a.atriacom.com in 501 South 4Th Street Suite 140 Louisville, KY 40202</td>
                                </tr>
                                <tr>
                                        <td>Maintainer:</td>
                                        <td>Atria Help Desk</td>
                                </tr>
                                <tr>
                                        <td>Description:</td>
                                        <td>Vlan3 - - - - Server Vlan 2 - - - - </td>
                                </tr>
                                <tr>
                                        <td>ifType:</td>
                                        <td>propVirtual (53)</td>
                                </tr>
                                <tr>
                                        <td>ifName:</td>
                                        <td>Vlan3</td>
                                </tr>
                                <tr>
                                        <td>Max Speed:</td>
                                        <td>125.0 MBytes/s</td>
                                </tr>
                                <tr>
                                        <td>Ip:</td>
                                        <td>172.30.0.1 (No DNS name)</td>
                                </tr>
                        </table>
                </div>
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: interface bandwidth service reporting .rrd missing

Post by tgriep »

Those files are created by a cron job so make sure it is running.
Restart it just to be sure.

Code: Select all

service crond restart
The cron runs the following command, can you run it manually and post any errors?

Code: Select all

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
Be sure to check out our Knowledgebase for helpful articles and solutions!
Atria
Posts: 45
Joined: Wed Aug 26, 2015 11:31 am

Re: interface bandwidth service reporting .rrd missing

Post by Atria »

The output when I run the job manually it

Code: Select all

[root@frack ~]# 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
Subroutine SNMP_Session::pack_sockaddr_in6 redefined at /usr/share/perl5/vendor_perl/Exporter.pm line 66.
 at /usr/bin/../lib/mrtg2/SNMP_Session.pm line 149.
Subroutine SNMP_Session::unpack_sockaddr_in6 redefined at /usr/share/perl5/vendor_perl/Exporter.pm line 66.
 at /usr/bin/../lib/mrtg2/SNMP_Session.pm line 149.
Subroutine SNMPv1_Session::pack_sockaddr_in6 redefined at /usr/share/perl5/vendor_perl/Exporter.pm line 66.
 at /usr/bin/../lib/mrtg2/SNMP_Session.pm line 604.
Subroutine SNMPv1_Session::unpack_sockaddr_in6 redefined at /usr/share/perl5/vendor_perl/Exporter.pm line 66.
 at /usr/bin/../lib/mrtg2/SNMP_Session.pm line 604.
I restarted the cron service, and re did the device, and the bandwidth worked for that device, but when I added a different device I get the same message. I waited about 15 minutes to make sure the cron task had run, and rechecked and still had the same error message. When I reran the job manually the issue was resolved, so it seems the mrtg job in my cron.d folder isn't working. Below is the contents of the file in /etc/cron.d/mrtg and the ls -l of the files in that folder.

Code: Select all

[root@frack ~]# ls -l /etc/cron.d/
total 24
-rw-r--r--. 1 root root  128 Jun  9  2014 0hourly
-rwxr-xr-x. 1 root root  135 Aug 28 09:05 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

Code: Select all

[root@frack ~]# less /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
Anything I'm missing?
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: interface bandwidth service reporting .rrd missing

Post by tgriep »

When a new device is added, you do have to wait 15 to 20 minutes for the graphs to populate.

It does look like the cron entry is missing a few asterisks, can you edit the /etc/cron.d/mrtg file and make sure it is like below?

Code: Select all

*/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
Save the file and restart the cron daemon.

Code: Select all

service crond restart
Try that and see if that resolves the issue for you.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Atria
Posts: 45
Joined: Wed Aug 26, 2015 11:31 am

Re: interface bandwidth service reporting .rrd missing

Post by Atria »

I modified the mrtg file to match your input, and restarted the service, but still see the same error after an hour and a half on those services. Also the interfaces that are green now show 0 throughput on the interfaces and haven't changed in over 3 hours.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: interface bandwidth service reporting .rrd missing

Post by tgriep »

Can you upload the config file from this folder /etc/mrtg/conf.d/ that is generating the errors?
Also, can you tail the cron log file and post it here?

Code: Select all

tail -50 /var/log/cron
Be sure to check out our Knowledgebase for helpful articles and solutions!
Atria
Posts: 45
Joined: Wed Aug 26, 2015 11:31 am

Re: interface bandwidth service reporting .rrd missing

Post by Atria »

configs.zip
These are all three of the hosts service files. 10.201.143.11 is not functioning, and the rest are all reporting 0 throughput.

Code: Select all

[root@frack ~]# tail -50 /var/log/cron
Sep 10 15:11:01 frack CROND[24010]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/perfdataproc.php > /usr/local/nagiosxi/var/perfdataproc.log 2>&1)
Sep 10 15:11:01 frack CROND[24012]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/cleaner.php > /usr/local/nagiosxi/var/cleaner.log 2>&1)
Sep 10 15:11:01 frack CROND[24016]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/feedproc.php > /usr/local/nagiosxi/var/feedproc.log 2>&1)
Sep 10 15:11:01 frack CROND[24015]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/reportengine.php > /usr/local/nagiosxi/var/reportengine.log 2>&1)
Sep 10 15:11:01 frack CROND[24017]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/sysstat.php > /usr/local/nagiosxi/var/sysstat.log 2>&1)
Sep 10 15:11:01 frack CROND[24022]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/eventman.php > /usr/local/nagiosxi/var/eventman.log 2>&1)
Sep 10 15:11:01 frack CROND[24014]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/cmdsubsys.php > /usr/local/nagiosxi/var/cmdsubsys.log 2>&1)
Sep 10 15:11:01 frack CROND[24021]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/nom.php > /usr/local/nagiosxi/var/nom.log 2>&1)
Sep 10 15:12:01 frack CROND[24296]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/cleaner.php > /usr/local/nagiosxi/var/cleaner.log 2>&1)
Sep 10 15:12:01 frack CROND[24295]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/nom.php > /usr/local/nagiosxi/var/nom.log 2>&1)
Sep 10 15:12:01 frack CROND[24299]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/perfdataproc.php > /usr/local/nagiosxi/var/perfdataproc.log 2>&1)
Sep 10 15:12:01 frack CROND[24300]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/feedproc.php > /usr/local/nagiosxi/var/feedproc.log 2>&1)
Sep 10 15:12:01 frack CROND[24301]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/eventman.php > /usr/local/nagiosxi/var/eventman.log 2>&1)
Sep 10 15:12:01 frack CROND[24305]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/sysstat.php > /usr/local/nagiosxi/var/sysstat.log 2>&1)
Sep 10 15:12:01 frack CROND[24304]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/cmdsubsys.php > /usr/local/nagiosxi/var/cmdsubsys.log 2>&1)
Sep 10 15:12:01 frack CROND[24302]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/reportengine.php > /usr/local/nagiosxi/var/reportengine.log 2>&1)
Sep 10 15:13:01 frack CROND[24580]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/feedproc.php > /usr/local/nagiosxi/var/feedproc.log 2>&1)
Sep 10 15:13:01 frack CROND[24582]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/cleaner.php > /usr/local/nagiosxi/var/cleaner.log 2>&1)
Sep 10 15:13:01 frack CROND[24583]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/reportengine.php > /usr/local/nagiosxi/var/reportengine.log 2>&1)
Sep 10 15:13:01 frack CROND[24581]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/nom.php > /usr/local/nagiosxi/var/nom.log 2>&1)
Sep 10 15:13:01 frack CROND[24584]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/eventman.php > /usr/local/nagiosxi/var/eventman.log 2>&1)
Sep 10 15:13:01 frack CROND[24585]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/perfdataproc.php > /usr/local/nagiosxi/var/perfdataproc.log 2>&1)
Sep 10 15:13:01 frack CROND[24586]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/cmdsubsys.php > /usr/local/nagiosxi/var/cmdsubsys.log 2>&1)
Sep 10 15:13:01 frack CROND[24593]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/sysstat.php > /usr/local/nagiosxi/var/sysstat.log 2>&1)
Sep 10 15:14:01 frack CROND[24908]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/perfdataproc.php > /usr/local/nagiosxi/var/perfdataproc.log 2>&1)
Sep 10 15:14:01 frack CROND[24909]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/eventman.php > /usr/local/nagiosxi/var/eventman.log 2>&1)
Sep 10 15:14:01 frack CROND[24912]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/feedproc.php > /usr/local/nagiosxi/var/feedproc.log 2>&1)
Sep 10 15:14:01 frack CROND[24910]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/sysstat.php > /usr/local/nagiosxi/var/sysstat.log 2>&1)
Sep 10 15:14:01 frack CROND[24905]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/nom.php > /usr/local/nagiosxi/var/nom.log 2>&1)
Sep 10 15:14:01 frack CROND[24911]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/cmdsubsys.php > /usr/local/nagiosxi/var/cmdsubsys.log 2>&1)
Sep 10 15:14:01 frack CROND[24907]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/cleaner.php > /usr/local/nagiosxi/var/cleaner.log 2>&1)
Sep 10 15:14:01 frack CROND[24906]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/reportengine.php > /usr/local/nagiosxi/var/reportengine.log 2>&1)
Sep 10 15:15:01 frack CROND[25324]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/cleaner.php > /usr/local/nagiosxi/var/cleaner.log 2>&1)
Sep 10 15:15:01 frack CROND[25326]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/reportengine.php > /usr/local/nagiosxi/var/reportengine.log 2>&1)
Sep 10 15:15:01 frack CROND[25328]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/sysstat.php > /usr/local/nagiosxi/var/sysstat.log 2>&1)
Sep 10 15:15:01 frack CROND[25330]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/deadpool.php > /usr/local/nagiosxi/var/deadpool.log 2>&1)
Sep 10 15:15:01 frack CROND[25329]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/eventman.php > /usr/local/nagiosxi/var/eventman.log 2>&1)
Sep 10 15:15:01 frack CROND[25331]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/perfdataproc.php > /usr/local/nagiosxi/var/perfdataproc.log 2>&1)
Sep 10 15:15:01 frack CROND[25333]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/nom.php > /usr/local/nagiosxi/var/nom.log 2>&1)
Sep 10 15:15:01 frack CROND[25327]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/feedproc.php > /usr/local/nagiosxi/var/feedproc.log 2>&1)
Sep 10 15:15:01 frack CROND[25340]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/cmdsubsys.php > /usr/local/nagiosxi/var/cmdsubsys.log 2>&1)
Sep 10 15:15:01 frack CROND[25334]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/dbmaint.php > /usr/local/nagiosxi/var/dbmaint.log 2>&1)
Sep 10 15:16:01 frack CROND[25839]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/perfdataproc.php > /usr/local/nagiosxi/var/perfdataproc.log 2>&1)
Sep 10 15:16:01 frack CROND[25840]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/eventman.php > /usr/local/nagiosxi/var/eventman.log 2>&1)
Sep 10 15:16:01 frack CROND[25843]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/reportengine.php > /usr/local/nagiosxi/var/reportengine.log 2>&1)
Sep 10 15:16:01 frack CROND[25844]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/sysstat.php > /usr/local/nagiosxi/var/sysstat.log 2>&1)
Sep 10 15:16:01 frack CROND[25845]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/cleaner.php > /usr/local/nagiosxi/var/cleaner.log 2>&1)
Sep 10 15:16:01 frack CROND[25846]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/feedproc.php > /usr/local/nagiosxi/var/feedproc.log 2>&1)
Sep 10 15:16:01 frack CROND[25848]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/nom.php > /usr/local/nagiosxi/var/nom.log 2>&1)
Sep 10 15:16:01 frack CROND[25847]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/cmdsubsys.php > /usr/local/nagiosxi/var/cmdsubsys.log 2>&1)
You do not have the required permissions to view the files attached to this post.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: interface bandwidth service reporting .rrd missing

Post by ssax »

Atria, are you not receiving the emails from the ticket that you have open? If not, you may want to check your junk mail, I've sent a few.

It's up to you where you want to continue the support (ticket or forum) but one of them should be closed so that we can keep it all in one place, let me know which you would prefer.

Thank you
Atria
Posts: 45
Joined: Wed Aug 26, 2015 11:31 am

Re: interface bandwidth service reporting .rrd missing

Post by Atria »

No actually, the last email I received was 9/1. I checked my junk email folder, and our spam filter, but don't see any emails. I will send another email momentarily to verify you have the right email address.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: interface bandwidth service reporting .rrd missing

Post by ssax »

Ok, hmm, I responded on 9/2 with 2 emails (one right after the other) and then I replied to your email yesterday requesting an update with the previous 2 emails included.
Locked