MRTG rrd files does not exist.

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
bosecorp
Posts: 929
Joined: Thu Jun 26, 2014 1:00 pm

MRTG rrd files does not exist.

Post by bosecorp »

I am getting this error in all my interfaces


eth0 Bandwidth Unknown 1h 45m 3s 5/5 2015-03-19 21:52:43 /var/lib/mrtg/10.10.32.98_805306369.rrd does not exist.

I run this command

LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg -check

and everything seems to be ok

and then

ls -la /var/lib/mrtg
ls -ld /var/lib/mrtg
ls -la /etc/mrtg/mrtg.cfg
ls -ld /etc/mrtg


then I manuall created the file,
then ran this su nagios -c 'ls -l /var/lib/mrtg/10.10.32.99_805306369.rrd'
and then /usr/local/nagios/libexec/check_rrdtraf -vv -f /var/lib/mrtg/10.10.32.99_805306369.rrd -w 1000,2000 -c 2000,30

and worked!!!

but I don;t want to do this for more than 500 interfaces, that is a lot work
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: MRTG rrd files does not exist.

Post by Box293 »

Did this suddenly happen?

Or did you just monitor a new switch and it just started?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
bosecorp
Posts: 929
Joined: Thu Jun 26, 2014 1:00 pm

Re: MRTG rrd files does not exist.

Post by bosecorp »

we were having other kind of issues so it;s hard to tell
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: MRTG rrd files does not exist.

Post by tgriep »

Can you check the status of the cron daemon?
Run this

Code: Select all

service crond status
If it is not running, start it by running

Code: Select all

service crond start
Can you run the following and post back the results?

Code: Select all

ll /var/lib
ll /var/lib/mrtg
ps aux
Be sure to check out our Knowledgebase for helpful articles and solutions!
bosecorp
Posts: 929
Joined: Thu Jun 26, 2014 1:00 pm

Re: MRTG rrd files does not exist.

Post by bosecorp »

here is the output

Code: Select all

 ll /var/lib
total 160
drwxr-xr-x. 2 root         root    4096 Mar 11  2014 alternatives
drwxr-xr-x. 3 amandabackup disk    4096 Mar 11  2014 amanda
drwx------. 3 root         root    4096 Dec  5  2012 authconfig
drwxr-xr-x. 3 root         root    4096 Mar 11  2014 cas
drwxr-xr-x. 2 root         root    4096 Nov 30  2009 cs
drwx------. 2 apache       apache  4096 Aug  2  2013 dav
drwxr-xr-x. 2 root         root    4096 Sep  6  2012 dbus
drwxr-xr-x. 2 root         root    4096 Aug 19  2011 DeviceKit-power
drwxr-xr-x. 2 root         root    4096 Sep 20  2013 dhclient
drwxr-xr-x. 2 root         root    4096 Oct 14  2013 fprint
drwxr-xr-x. 2 root         root    4096 Jun 28  2011 games
drwxr-xr-x. 8 root         root    4096 Oct  8  2013 iscsi
drwxr-xr-x. 2 root         root    4096 Mar 15 16:15 libvirt
-rw-r--r--  1 root         root     613 Mar 20 03:22 logrotate.status
drwxr-xr-x. 2 root         root    4096 Jun 28  2011 misc
drwxr-x---. 2 root         slocate 4096 Mar 20 03:22 mlocate
drwxrwxrwx  2 root         root    4096 Mar 19 14:04 mrtg
drwxr-xr-x. 3 root         root    4096 Apr 15  2014 net-snmp
drwxr-xr-x. 5 root         root    4096 Mar 11  2014 nfs
drwxr-xr-x. 2 ntp          ntp     4096 Mar 20 11:17 ntp
drwxr-xr-x. 2 root         root    4096 Mar 11  2014 PackageKit
drwxr-xr-x. 6 root         pegasus 4096 Mar 11  2014 Pegasus
drwxr-xr-x. 3 root         root    4096 Dec  5  2013 php
drwxr-xr-x. 2 root         root    4096 Sep 12  2012 plymouth
drwx------. 3 root         root    4096 Sep 17  2013 polkit-1
drwx------. 2 postfix      root    4096 Feb 13  2014 postfix
drwxr-xr-x. 2 root         root    4096 Mar 11  2014 prelink
-rw-------  1 root         root     512 Mar 15 16:16 random-seed
drwxr-xr-x. 2 root         root    4096 Oct 21  2013 readahead
drwxr-xr-x. 2 root         root    4096 Mar 15 22:14 rpm
drwx------  2 root         root    4096 Aug 15  2013 rsyslog
drwxr-xr-x. 5 root         root    4096 Mar 11  2014 samba
drwxr-xr-x. 4 root         root    4096 Oct 12  2011 sfcb
drwxr-xr-x. 4 root         root    4096 Jan 20  2014 stateless
drwxr-xr-x. 3 root         root    4096 Oct 17  2013 udev
drwx------. 2 root         root    4096 Oct 13  2011 udisks
drwxr-xr-x. 2 root         root    4096 Sep  9  2013 up2date
drwxr-xr-x. 2 webalizer    root    4096 Jun 24  2010 webalizer
drwxr-xr-x. 2 root         root    4096 Mar 11  2014 xkb
drwxr-xr-x. 6 root         root    4096 Mar 13 14:25 yum
root@gearmandce1:(03-20 12:10): /root
# ll /var/lib/mrtg
total 0
root@gearmandce1:(03-20 12:10): /root
# ps aux
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         1  0.0  0.0  23604  1660 ?        Ss   Mar15   0:01 /sbin/init
root         2  0.0  0.0      0     0 ?        S    Mar15   0:00 [kthreadd]
root         3  0.0  0.0      0     0 ?        S    Mar15   0:04 [migration/0]
root         4  0.0  0.0      0     0 ?        S    Mar15   0:01 [ksoftirqd/0]
root         5  0.0  0.0      0     0 ?        S    Mar15   0:00 [migration/0]
root         6  0.0  0.0      0     0 ?        S    Mar15   0:00 [watchdog/0]
root         7  0.0  0.0      0     0 ?        S    Mar15   0:07 [migration/1]
root         8  0.0  0.0      0     0 ?        S    Mar15   0:00 [migration/1]
root         9  0.0  0.0      0     0 ?        S    Mar15   0:01 [ksoftirqd/1]
root        10  0.0  0.0      0     0 ?        S    Mar15   0:00 [watchdog/1]
root        11  0.0  0.0      0     0 ?        S    Mar15   0:04 [migration/2]
root        12  0.0  0.0      0     0 ?        S    Mar15   0:00 [migration/2]
root        13  0.0  0.0      0     0 ?        S    Mar15   0:01 [ksoftirqd/2]
root        14  0.0  0.0      0     0 ?        S    Mar15   0:00 [watchdog/2]
root        15  0.0  0.0      0     0 ?        S    Mar15   0:07 [migration/3]
root        16  0.0  0.0      0     0 ?        S    Mar15   0:00 [migration/3]
root        17  0.0  0.0      0     0 ?        S    Mar15   0:01 [ksoftirqd/3]
root        18  0.0  0.0      0     0 ?        S    Mar15   0:00 [watchdog/3]
root        19  0.0  0.0      0     0 ?        S    Mar15   0:16 [events/0]
root        20  0.0  0.0      0     0 ?        S    Mar15   0:13 [events/1]
root        21  0.0  0.0      0     0 ?        S    Mar15   0:15 [events/2]
root        22  0.0  0.0      0     0 ?        R    Mar15   0:24 [events/3]
root        23  0.0  0.0      0     0 ?        S    Mar15   0:00 [cgroup]
root        24  0.0  0.0      0     0 ?        S    Mar15   0:00 [khelper]
root        25  0.0  0.0      0     0 ?        S    Mar15   0:00 [netns]
root        26  0.0  0.0      0     0 ?        S    Mar15   0:00 [async/mgr]
root        27  0.0  0.0      0     0 ?        S    Mar15   0:00 [pm]
root        28  0.0  0.0      0     0 ?        S    Mar15   0:01 [sync_supers]
root        29  0.0  0.0      0     0 ?        S    Mar15   0:02 [bdi-default]
root        30  0.0  0.0      0     0 ?        S    Mar15   0:00 [kintegrityd/0]
root        31  0.0  0.0      0     0 ?        S    Mar15   0:00 [kintegrityd/1]
root        32  0.0  0.0      0     0 ?        S    Mar15   0:00 [kintegrityd/2]
root        33  0.0  0.0      0     0 ?        S    Mar15   0:00 [kintegrityd/3]
root        34  0.0  0.0      0     0 ?        S    Mar15   0:01 [kblockd/0]
root        35  0.0  0.0      0     0 ?        S    Mar15   0:00 [kblockd/1]
root        36  0.0  0.0      0     0 ?        S    Mar15   0:00 [kblockd/2]
root        37  0.0  0.0      0     0 ?        S    Mar15   0:00 [kblockd/3]
root        38  0.0  0.0      0     0 ?        S    Mar15   0:00 [kacpid]
root        39  0.0  0.0      0     0 ?        S    Mar15   0:00 [kacpi_notify]
root        40  0.0  0.0      0     0 ?        S    Mar15   0:00 [kacpi_hotplug]
root        41  0.0  0.0      0     0 ?        S    Mar15   0:00 [ata_aux]
root        42  0.0  0.0      0     0 ?        S    Mar15   0:00 [ata_sff/0]
root        43  0.0  0.0      0     0 ?        S    Mar15   0:00 [ata_sff/1]
root        44  0.0  0.0      0     0 ?        S    Mar15   0:00 [ata_sff/2]
root        45  0.0  0.0      0     0 ?        S    Mar15   0:00 [ata_sff/3]
root        46  0.0  0.0      0     0 ?        S    Mar15   0:00 [ksuspend_usbd]
root        47  0.0  0.0      0     0 ?        S    Mar15   0:00 [khubd]
root        48  0.0  0.0      0     0 ?        S    Mar15   0:00 [kseriod]
root        49  0.0  0.0      0     0 ?        S    Mar15   0:00 [md/0]
root        50  0.0  0.0      0     0 ?        S    Mar15   0:00 [md/1]
root        51  0.0  0.0      0     0 ?        S    Mar15   0:00 [md/2]
root        52  0.0  0.0      0     0 ?        S    Mar15   0:00 [md/3]
root        53  0.0  0.0      0     0 ?        S    Mar15   0:00 [md_misc/0]
root        54  0.0  0.0      0     0 ?        S    Mar15   0:00 [md_misc/1]
root        55  0.0  0.0      0     0 ?        S    Mar15   0:00 [md_misc/2]
root        56  0.0  0.0      0     0 ?        S    Mar15   0:00 [md_misc/3]
root        57  0.0  0.0      0     0 ?        S    Mar15   0:00 [linkwatch]
root        58  0.0  0.0      0     0 ?        S    Mar15   0:00 [khungtaskd]
root        59  0.0  0.0      0     0 ?        S    Mar15   0:00 [kswapd0]
root        60  0.0  0.0      0     0 ?        SN   Mar15   0:00 [ksmd]
root        61  0.0  0.0      0     0 ?        SN   Mar15   0:17 [khugepaged]
root        62  0.0  0.0      0     0 ?        S    Mar15   0:00 [aio/0]
root        63  0.0  0.0      0     0 ?        S    Mar15   0:00 [aio/1]
root        64  0.0  0.0      0     0 ?        S    Mar15   0:00 [aio/2]
root        65  0.0  0.0      0     0 ?        S    Mar15   0:00 [aio/3]
root        66  0.0  0.0      0     0 ?        S    Mar15   0:00 [crypto/0]
root        67  0.0  0.0      0     0 ?        S    Mar15   0:00 [crypto/1]
root        68  0.0  0.0      0     0 ?        S    Mar15   0:00 [crypto/2]
root        69  0.0  0.0      0     0 ?        S    Mar15   0:00 [crypto/3]
root        74  0.0  0.0      0     0 ?        S    Mar15   0:00 [kthrotld/0]
root        75  0.0  0.0      0     0 ?        S    Mar15   0:00 [kthrotld/1]
root        76  0.0  0.0      0     0 ?        S    Mar15   0:00 [kthrotld/2]
root        77  0.0  0.0      0     0 ?        S    Mar15   0:00 [kthrotld/3]
root        78  0.0  0.0      0     0 ?        S    Mar15   0:00 [pciehpd]
root        80  0.0  0.0      0     0 ?        S    Mar15   0:00 [kpsmoused]
root        81  0.0  0.0      0     0 ?        S    Mar15   0:00 [usbhid_resumer]
root       112  0.0  0.0      0     0 ?        S    Mar15   0:00 [kstriped]
root       200  0.0  0.0      0     0 ?        S    Mar15   0:00 [scsi_eh_0]
root       201  0.0  0.0      0     0 ?        S    Mar15   0:00 [scsi_eh_1]
root       210  0.0  0.0      0     0 ?        S    Mar15   0:12 [mpt_poll_0]
root       211  0.0  0.0      0     0 ?        S    Mar15   0:00 [mpt/0]
root       212  0.0  0.0      0     0 ?        S    Mar15   0:00 [scsi_eh_2]
root       372  0.0  0.0      0     0 ?        S    Mar15   0:00 [kdmflush]
root       379  0.0  0.0      0     0 ?        S    Mar15   0:00 [kdmflush]
root       381  0.0  0.0      0     0 ?        S    Mar15   0:00 [kdmflush]
root       383  0.0  0.0      0     0 ?        S    Mar15   0:00 [kdmflush]
root       386  0.0  0.0      0     0 ?        S    Mar15   0:00 [kdmflush]
root       412  0.0  0.0      0     0 ?        S    Mar15   0:00 [jbd2/dm-0-8]
root       413  0.0  0.0      0     0 ?        S    Mar15   0:00 [ext4-dio-unwrit]
root       500  0.0  0.0  11112  1204 ?        S<s  Mar15   0:00 /sbin/udevd -d
root       791  0.0  0.0      0     0 ?        S    Mar15   0:10 [vmmemctl]
root       928  0.0  0.0      0     0 ?        S    Mar15   0:00 [kdmflush]
root       932  0.0  0.0      0     0 ?        S    Mar15   0:00 [kdmflush]
root       935  0.0  0.0      0     0 ?        S    Mar15   0:00 [kdmflush]
root       937  0.0  0.0      0     0 ?        S    Mar15   0:00 [kdmflush]
root       938  0.0  0.0      0     0 ?        S    Mar15   0:00 [kdmflush]
root      1039  0.0  0.0      0     0 ?        S    Mar15   0:00 [jbd2/sda1-8]
root      1040  0.0  0.0      0     0 ?        S    Mar15   0:00 [ext4-dio-unwrit]
root      1041  0.0  0.0      0     0 ?        S    Mar15   0:00 [jbd2/dm-8-8]
root      1042  0.0  0.0      0     0 ?        S    Mar15   0:00 [ext4-dio-unwrit]
root      1043  0.0  0.0      0     0 ?        S    Mar15   0:00 [jbd2/dm-6-8]
root      1044  0.0  0.0      0     0 ?        S    Mar15   0:00 [ext4-dio-unwrit]
root      1045  0.0  0.0      0     0 ?        S    Mar15   0:00 [jbd2/dm-9-8]
root      1046  0.0  0.0      0     0 ?        S    Mar15   0:00 [ext4-dio-unwrit]
root      1047  0.0  0.0      0     0 ?        S    Mar15   0:00 [jbd2/dm-7-8]
root      1048  0.0  0.0      0     0 ?        S    Mar15   0:00 [ext4-dio-unwrit]
root      1049  0.0  0.0      0     0 ?        S    Mar15   0:09 [jbd2/dm-5-8]
root      1050  0.0  0.0      0     0 ?        S    Mar15   0:00 [ext4-dio-unwrit]
root      1093  0.0  0.0      0     0 ?        S    Mar15   0:00 [kauditd]
postfix   1436  0.0  0.0  83456  3504 ?        S    11:37   0:00 pickup -l -t fifo -u
root      1477  0.0  0.0 179068  4376 ?        S    Mar15   5:48 /usr/sbin/vmtoolsd
root      1586  0.0  0.0  93176   860 ?        S<sl Mar15   0:02 auditd
root      1611  0.0  0.0 251192  2604 ?        Sl   Mar15   0:01 /sbin/rsyslogd -i /var/run/syslogd.pid -c 5
root      1640  0.0  0.0  10820   640 ?        Ss   Mar15   1:13 irqbalance --pid=/var/run/irqbalance.pid
rpc       1659  0.0  0.0  19040  1068 ?        Ss   Mar15   0:27 rpcbind
root      1667  0.0  0.0      0     0 ?        S    Mar15   0:04 [flush-253:5]
rpcuser   1683  0.0  0.0  23348  1348 ?        Ss   Mar15   0:00 rpc.statd
root      1695  0.0  0.0   4576   284 ?        Ss   Mar15   0:00 mdadm --monitor --scan -f --pid-file=/var/run/mdadm/mdadm.pid
dbus      1730  0.0  0.0  25644   948 ?        Ss   Mar15   0:00 dbus-daemon --system
avahi     1741  0.0  0.0  32036  1676 ?        S    Mar15   0:00 avahi-daemon: running [gearmandce1.local]
avahi     1742  0.0  0.0  31912   408 ?        Ss   Mar15   0:00 avahi-daemon: chroot helper
root      1757  0.0  0.0 189332  3436 ?        Ss   Mar15   0:00 cupsd -C /etc/cups/cupsd.conf
lp        1759  0.0  0.0  66812  2320 ?        S    Mar15   0:00 cups-polld cupsvip.bose.com 631 1800 631
root      1784  0.0  0.0   4080   636 ?        Ss   Mar15   0:00 /usr/sbin/acpid
68        1793  0.0  0.0  42800  3984 ?        Ssl  Mar15   0:02 hald
root      1794  0.0  0.0  20328  1180 ?        S    Mar15   0:00 hald-runner
root      1837  0.0  0.0  22448  1096 ?        S    Mar15   0:00 hald-addon-input: Listening on /dev/input/event0 /dev/input/event2
68        1838  0.0  0.0  17936  1032 ?        S    Mar15   0:00 hald-addon-acpi: listening on acpid socket /var/run/acpid.socket
root      1901  0.0  0.0 690704  4952 ?        Ssl  Mar15   0:10 automount --pid-file /var/run/autofs.pid
root      1920  0.0  0.0   6260   308 ?        Ss   Mar15   0:00 /usr/sbin/mcelog --daemon
root      1932  0.0  0.0  66608  1232 ?        Ss   Mar15   0:00 /usr/sbin/sshd
root      1940  0.0  0.0  22180   948 ?        Ss   Mar15   0:00 xinetd -stayalive -pidfile /var/run/xinetd.pid
ntp       1948  0.0  0.0  34960  2220 ?        Ss   Mar15   0:00 ntpd -u ntp:ntp -p /var/run/ntpd.pid -g
nagios    1964  0.0  0.0 136092  3096 ?        S    12:02   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios    1966  0.0  0.0 136088  3088 ?        S    12:02   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
root      2024  0.0  0.0  81284  3416 ?        Ss   Mar15   0:05 /usr/libexec/postfix/master
postfix   2033  0.0  0.0  83628  3624 ?        S    Mar15   0:01 qmgr -l -t fifo -u
root      2048  0.0  0.0 110320   976 ?        Ss   Mar15   0:00 /usr/sbin/abrtd
root      2056  0.0  0.0 108212   920 ?        Ss   Mar15   0:00 abrt-dump-oops -d /var/spool/abrt -rwx /var/log/messages
nagios    2089  0.0  0.0 136084  3080 ?        S    12:02   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
root      2097  0.0  0.0 117300  1268 ?        Ss   Mar15   0:02 crond
root      2110  0.0  0.0  21540   480 ?        Ss   Mar15   0:00 /usr/sbin/atd
root      2119  0.0  0.1 104880 15564 ?        Ssl  Mar15   0:02 /usr/sbin/nsrexecd
root      2133  0.0  0.0 100928   576 ?        Ss   Mar15   0:00 rhnsd
nagios    2135  0.0  0.0 136080  3072 ?        S    12:02   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
root      2143  0.0  0.0 392224  6372 ?        Ssl  Mar15   0:01 /usr/sbin/cimserver
root      2176  0.0  0.0   4064   536 tty1     Ss+  Mar15   0:00 /sbin/mingetty /dev/tty1
root      2178  0.0  0.0   4064   532 tty2     Ss+  Mar15   0:00 /sbin/mingetty /dev/tty2
root      2180  0.0  0.0   4064   536 tty3     Ss+  Mar15   0:00 /sbin/mingetty /dev/tty3
root      2182  0.0  0.0   4064   532 tty4     Ss+  Mar15   0:00 /sbin/mingetty /dev/tty4
root      2184  0.0  0.0   4064   532 tty5     Ss+  Mar15   0:00 /sbin/mingetty /dev/tty5
root      2186  0.0  0.0   4064   536 tty6     Ss+  Mar15   0:00 /sbin/mingetty /dev/tty6
nagios    2322  0.0  0.0 136080  3072 ?        S    12:02   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios    3037  0.0  0.0 136124  3160 ?        S    11:50   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios    3239  0.0  0.0 136084  3080 ?        S    12:02   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios    3264  0.0  0.0 136080  3072 ?        S    12:02   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios    3842  0.0  0.0 136128  3168 ?        S    11:51   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios    4157  0.0  0.0 136092  3088 ?        S    12:03   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios    5851  0.0  0.0 136076  3064 ?        S    12:03   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios    5853  0.0  0.0 136072  3056 ?        S    12:03   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios    5857  0.0  0.0 136076  3064 ?        S    12:03   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios    5870  0.0  0.0 136076  3064 ?        S    12:03   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios    5911  0.0  0.0 136160  3228 ?        S    11:51   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios    6604  0.0  0.0 136076  3064 ?        S    12:03   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
root      6608  0.0  0.0  10752   880 ?        S<   05:11   0:00 /sbin/udevd -d
root      6610  0.0  0.0  10752   880 ?        S<   05:11   0:00 /sbin/udevd -d
nagios    6764  0.0  0.0 136072  3056 ?        S    12:03   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios    6980  0.0  0.0 136072  3056 ?        S    12:04   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios    7004  0.0  0.0 136080  3072 ?        S    12:04   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios    7747  0.0  0.0 136084  3080 ?        S    12:04   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios    8138  0.0  0.0 136112  3136 ?        S    11:52   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios    8491  0.0  0.0 136072  3056 ?        S    12:04   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios    8905  0.0  0.0 136068  3048 ?        S    12:04   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   10211  0.0  0.0 136072  3056 ?        S    12:04   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   10220  0.0  0.0 136080  3072 ?        S    12:04   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   10247  0.0  0.0 136076  3064 ?        S    12:04   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   10349  0.0  0.0 136064  3040 ?        S    12:04   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   11174  0.0  0.0 136072  3056 ?        S    12:04   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   11319  0.0  0.0 136116  3144 ?        S    11:53   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   11320  0.0  0.0 136076  3064 ?        S    12:04   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   12686  0.0  0.0 136080  3072 ?        S    12:05   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   13312  0.0  0.0 136112  3136 ?        S    11:53   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   14027  0.0  0.0 136156  3224 ?        S    11:42   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   14566  0.0  0.0 136068  3048 ?        S    12:06   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   14748  0.0  0.0 136072  3056 ?        S    12:06   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   15529  0.0  0.0 136236  3308 ?        S    11:07   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   16060  0.0  0.0 136136  3184 ?        S    11:43   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   16460  0.0  0.0 136064  3040 ?        S    12:07   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   16476  0.0  0.0 136068  3048 ?        S    12:07   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   17411  0.0  0.0 136104  3120 ?        S    11:55   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   17586  0.0  0.0 135968  3036 ?        S    12:07   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   17770  0.0  0.0 135968  3036 ?        S    12:07   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   18254  0.0  0.0 136192  3260 ?        S    11:32   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   18460  0.0  0.0 136080  3072 ?        S    12:08   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   19358  0.0  0.0 136072  3060 ?        S    12:08   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   19575  0.0  0.0 135968  3036 ?        S    12:08   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   19719  0.0  0.0 136144  3200 ?        S    11:44   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   20146  0.0  0.0 135968  3036 ?        S    12:08   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   20362  0.0  0.0 136088  3088 ?        S    11:57   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   20842  0.0  0.0 135968  3036 ?        S    12:08   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   20974  0.0  0.0 135968  3036 ?        S    12:08   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   20984  0.0  0.0 135968  3036 ?        S    12:08   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   21428  0.0  0.0 135968  3036 ?        S    12:09   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   21644  0.0  0.0 135968  3036 ?        S    12:09   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   21739  0.0  0.0 135968  3036 ?        S    12:09   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   22098  0.0  0.0 136088  3088 ?        S    11:57   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   22487  0.0  0.0 136072  3056 ?        S    12:09   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   22783  0.0  0.0 135968  3036 ?        S    12:09   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   22786  0.0  0.0 135968  3036 ?        S    12:09   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   22787  0.0  0.0 135968  3036 ?        S    12:09   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   22788  0.0  0.0 135968  3036 ?        S    12:09   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   22789  0.0  0.0 135968  3036 ?        S    12:09   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   22822  0.0  0.0 136160  3228 ?        S    11:46   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   22994  0.0  0.0 136108  3124 ?        S    11:57   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   23071  0.0  0.0 135968  3036 ?        S    12:09   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   23075  0.0  0.0 135968  3036 ?        S    12:09   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   23109  0.0  0.0 135968  3036 ?        S    12:09   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   23255  0.0  0.0 135968  3036 ?        S    12:09   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   23420  0.0  0.0 136172  3164 ?        S    11:46   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   23843  0.0  0.0 136080  3072 ?        S    12:09   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
root     23894  0.0  0.0      0     0 ?        S    Mar19   0:00 [flush-253:6]
nagios   24104  0.0  0.0 136068  3048 ?        S    12:09   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   24215  0.0  0.0 136080  3092 ?        S    11:58   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   24510  0.0  0.0 135968  3036 ?        S    12:09   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   24512  0.0  0.0 135968  3036 ?        S    12:09   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   24514  0.0  0.0 135968  3036 ?        S    12:09   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   24517  0.0  0.0 135968  3036 ?        S    12:09   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   24519  0.0  0.0 135968  3036 ?        S    12:09   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   24520  0.0  0.0 135968  3036 ?        S    12:09   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   24592  0.0  0.0 136100  3112 ?        S    11:58   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   24602  0.0  0.0 136092  3096 ?        S    11:58   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   24604  0.0  0.0 136100  3112 ?        S    11:58   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   24611  0.0  0.0 136088  3088 ?        S    11:58   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   24793  0.0  0.0 136188  3256 ?        S    11:35   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   25560  0.0  0.0 135968  3036 ?        S    12:10   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   25562  0.0  0.0 135968  3036 ?        S    12:10   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   25570  0.0  0.0 135968  3036 ?        S    12:10   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   25796  0.0  0.0 136108  3128 ?        S    11:58   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   26077  0.0  0.0 136132  3180 ?        S    11:47   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
postfix  26383  0.0  0.0  83600  3616 ?        S    12:10   0:00 cleanup -z -t unix -u
postfix  26385  0.0  0.0  81660  4132 ?        S    12:10   0:00 local -t unix
postfix  26386  0.0  0.0  83492  3548 ?        S    12:10   0:00 bounce -z -t unix -u
nagios   26458  0.0  0.0 136092  3096 ?        S    11:58   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   26735  0.0  0.0 135968  3036 ?        S    12:10   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   26822  0.0  0.0 135968  3036 ?        S    12:10   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   27097  0.0  0.0 135968  3036 ?        S    12:10   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
root     27358  0.0  0.0 104608  4364 ?        Ss   12:10   0:00 sshd: root@pts/0 
root     27360  0.0  0.0 108472  1872 pts/0    Ss   12:10   0:00 -bash
root     27393  0.0  0.0 108472  1884 pts/0    S    12:10   0:00 bash
nagios   27625  0.0  0.0 136096  3104 ?        S    11:59   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
root     27868  0.0  0.0      0     0 ?        S    12:11   0:00 [flush-253:0]
nagios   28051  0.0  0.0 135620  2652 ?        S    12:11   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   28053  0.0  0.0 109476   756 ?        S    12:11   0:00 /usr/local/nagios/libexec/check_icmp -H 10.100.29.137 -w 3000.0 80
root     28062  0.0  0.0 110240  1144 pts/0    R+   12:11   0:00 ps aux
nagios   28307  0.0  0.0 136080  3072 ?        S    11:59   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   28362  0.0  0.0 136084  3080 ?        S    11:59   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   28383  0.0  0.0 136140  3192 ?        S    11:47   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   28705  0.0  0.0  38256   900 ?        Ss   Mar19   0:14 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   30475  0.0  0.0 136096  3104 ?        S    12:00   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   30609  0.0  0.0 136096  3104 ?        S    12:00   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
nagios   31783  0.0  0.0 136088  3088 ?        S    12:01   0:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearma
root@gearmandce1:(03-20 12:10): /root
#
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: MRTG rrd files does not exist.

Post by tgriep »

Could you run those commands from my previous post on the Nagios XI server and not on your gearman worker server?
Be sure to check out our Knowledgebase for helpful articles and solutions!
bosecorp
Posts: 929
Joined: Thu Jun 26, 2014 1:00 pm

Re: MRTG rrd files does not exist.

Post by bosecorp »

done

I have PM you the output.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: MRTG rrd files does not exist.

Post by tgriep »

The check_rrdtraf check cannot be run on a remote gearman worker, only on the local Nagios XI server.
You will have to fix your hostgroup and remove them so they will be run locally.
Be sure to check out our Knowledgebase for helpful articles and solutions!
bosecorp
Posts: 929
Joined: Thu Jun 26, 2014 1:00 pm

Re: MRTG rrd files does not exist.

Post by bosecorp »

Sounds like you are saying that I need to move the device back to the nagios server, but if I do that, which I can it will defeat the purpose of having the worker. a lot of my devices require MRTG.

is there any other option
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: MRTG rrd files does not exist.

Post by tgriep »

That command reads the rrd files that are only stored on the Nagios XI server and there is not another option.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked