Problem with poller.php running

Post general support questions here that do not specifically fall into the Linux or Windows categories.

Moderators: Developers, Moderators

Post Reply
jwhite108
Posts: 11
Joined: Fri Jul 29, 2016 9:43 am

Problem with poller.php running

Post by jwhite108 »

I've got a fresh install of cacti on Red Hat linux box, but I'm having a problem with the poller running. It is not running every 5 minutes.

I've manually edited crontab to this:

'*/5 * * * * cacti /usr/bin/php /usr/share/cacti/poller.php > /dev/null 2>$

I've verified ownership rra and log:

lrwxrwxrwx. 1 cacti cacti 15 Jul 28 12:01 log -> /var/log/cacti/
lrwxrwxrwx. 1 cacti cacti 18 Jul 28 12:01 rra -> /var/lib/cacti/rra

What am I missing here? Can someone steer me in the right direction. I've used cacti many times, but this is the first time I've installed it on a fresh red hat installation.
cigamit
Developer
Posts: 3367
Joined: Thu Apr 07, 2005 3:29 pm
Location: B/CS Texas
Contact:

Re: Problem with poller.php running

Post by cigamit »

I don't believe with Redhat that you need the "user" in the cron line (assuming your editting it with crontab -e). Also not sure if the single quote at the front is a typo or not, but it shouldn't be there
jwhite108
Posts: 11
Joined: Fri Jul 29, 2016 9:43 am

Re: Problem with poller.php running

Post by jwhite108 »

It was not a type. It was what I had in crontab (it was a typo in there). Just needed a second pair of eyes on it. Thanks!
jwhite108
Posts: 11
Joined: Fri Jul 29, 2016 9:43 am

Re: Problem with poller.php running

Post by jwhite108 »

what are you referring to with the statement crontab -e?

I was just using vi to edit it as the root account.
jwhite108
Posts: 11
Joined: Fri Jul 29, 2016 9:43 am

Re: Problem with poller.php running

Post by jwhite108 »

[root@FH-NetMgmt etc]# crontab -e -u cacti
no crontab for cacti - using an empty one
crontab: no changes made to crontab
You have mail in /var/spool/mail/root

I removed the leading ' and still nothing.
cigamit
Developer
Posts: 3367
Joined: Thu Apr 07, 2005 3:29 pm
Location: B/CS Texas
Contact:

Re: Problem with poller.php running

Post by cigamit »

Are you editting /etc/crontab or /var/spool/cron/root ?

"crontab -e" is a simple way of editing the crontab. I believe it uses the latter one. If you are editting /etc/ file then you would still need to put the username in there.

Also, did you actually create a "cacti" user for the cron to run as? If you want ICMP ping, you should probably be running as root user.
cigamit
Developer
Posts: 3367
Joined: Thu Apr 07, 2005 3:29 pm
Location: B/CS Texas
Contact:

Re: Problem with poller.php running

Post by cigamit »

You might try running the poller as the cacti user from the command line, to see if even that is working.
jwhite108
Posts: 11
Joined: Fri Jul 29, 2016 9:43 am

Re: Problem with poller.php running

Post by jwhite108 »

Got this in the root email:

From cacti@FH-NetMgmt.floridahousing.org Fri Jul 29 12:45:01 2016
Return-Path: <cacti@FH-NetMgmt.floridahousing.org>
X-Original-To: root
Delivered-To: root@FH-NetMgmt.floridahousing.org
Received: by FH-NetMgmt.floridahousing.org (Postfix, from userid 996)
id C8534666; Fri, 29 Jul 2016 12:45:01 -0400 (EDT)
From: "(Cron Daemon)" <cacti@FH-NetMgmt.floridahousing.org>
To: root@FH-NetMgmt.floridahousing.org
Subject: Cron <cacti@FH-NetMgmt> /usr/bin/php /usr/share/cacti/poller.php >> /var$
Content-Type: text/plain; charset=UTF-8
Auto-Submitted: auto-generated
Precedence: bulk
X-Cron-Env: <XDG_SESSION_ID=33>
X-Cron-Env: <XDG_RUNTIME_DIR=/run/user/996>
X-Cron-Env: <LANG=en_US.UTF-8>
X-Cron-Env: <SHELL=/bin/bash>
X-Cron-Env: <PATH=/sbin:/bin:/usr/sbin:/usr/bin>
X-Cron-Env: <MAILTO=root>
X-Cron-Env: <HOME=/usr/share/cacti>
X-Cron-Env: <LOGNAME=cacti>
X-Cron-Env: <USER=cacti>
Message-Id: <20160729164501.C8534666@FH-NetMgmt.floridahousing.org>
Date: Fri, 29 Jul 2016 12:45:01 -0400 (EDT)

/bin/bash: -c: line 0: unexpected EOF while looking for matching `''
/bin/bash: -c: line 1: syntax error: unexpected end of file
jwhite108
Posts: 11
Joined: Fri Jul 29, 2016 9:43 am

Re: Problem with poller.php running

Post by jwhite108 »

Can you give me the syntax to run the poller as cacti? I believe when I do it, it is running it as root.
jwhite108
Posts: 11
Joined: Fri Jul 29, 2016 9:43 am

Re: Problem with poller.php running

Post by jwhite108 »

I entered crontab -e -u cacti and entered this and saved it:

*/5 * * * * /usr/bin/php /usr/share/cacti/poller.php >> /var/log/cacti/poller.log 2>> /var/log/cacti/poller-error.log' > /etc/cron.d/cacti


Now, when I run crontab -l -u cacti, I get this:

*/5 * * * * /usr/bin/php /usr/share/cacti/poller.php >> /var/log/cacti/poller.log 2>> /var/log/cacti/poller-error.log' > /etc/cron.d/cacti


So... let's see if that did the magic and stuff starts showing up.
jwhite108
Posts: 11
Joined: Fri Jul 29, 2016 9:43 am

Re: Problem with poller.php running

Post by jwhite108 »

can you give me the syntax to run php /usr/share/cacti/poller.php as the cacti user if I'm logged in as root?

I can't su to cacti.
jwhite108
Posts: 11
Joined: Fri Jul 29, 2016 9:43 am

Re: Problem with poller.php running

Post by jwhite108 »

Seems to be running now, however, every time it runs I get this email to the root account:

X-Original-To: root
Delivered-To: root@FH-NetMgmt.floridahousing.org
Received: by FH-NetMgmt.floridahousing.org (Postfix, from userid 996)
id 0DDA3674; Fri, 29 Jul 2016 13:35:02 -0400 (EDT)
From: "(Cron Daemon)" <cacti@FH-NetMgmt.floridahousing.org>
To: root@FH-NetMgmt.floridahousing.org
Subject: Cron <cacti@FH-NetMgmt> /usr/bin/php /usr/share/cacti/poller.php >> /var$
Content-Type: text/plain; charset=UTF-8
Auto-Submitted: auto-generated
Precedence: bulk
X-Cron-Env: <XDG_SESSION_ID=62>
X-Cron-Env: <XDG_RUNTIME_DIR=/run/user/996>
X-Cron-Env: <LANG=en_US.UTF-8>
X-Cron-Env: <SHELL=/bin/bash>
X-Cron-Env: <PATH=/sbin:/bin:/usr/sbin:/usr/bin>
X-Cron-Env: <MAILTO=root>
X-Cron-Env: <HOME=/usr/share/cacti>
X-Cron-Env: <LOGNAME=cacti>
X-Cron-Env: <USER=cacti>
Message-Id: <20160729173502.0DDA3674@FH-NetMgmt.floridahousing.org>
Date: Fri, 29 Jul 2016 13:35:02 -0400 (EDT)

/bin/bash: -c: line 0: unexpected EOF while looking for matching `''
/bin/bash: -c: line 1: syntax error: unexpected end of file
jwhite108
Posts: 11
Joined: Fri Jul 29, 2016 9:43 am

Re: Problem with poller.php running

Post by jwhite108 »

Here's more. Ran a force of the poller and I get this while I watch it:


[root@FH-NetMgmt mail]# /usr/bin/php /usr/share/cacti/poller.php --force
OK u:0.00 s:0.00 r:0.00
OK u:0.00 s:0.00 r:0.00
OK u:0.00 s:0.00 r:0.00
OK u:0.00 s:0.00 r:0.01
OK u:0.00 s:0.00 r:0.03
OK u:0.00 s:0.00 r:0.03
OK u:0.00 s:0.00 r:0.03
OK u:0.00 s:0.00 r:0.03
OK u:0.00 s:0.00 r:0.03
OK u:0.00 s:0.00 r:0.03
OK u:0.00 s:0.00 r:0.04
OK u:0.00 s:0.00 r:0.04
OK u:0.00 s:0.00 r:0.04
OK u:0.00 s:0.00 r:0.04
OK u:0.00 s:0.00 r:0.04
OK u:0.00 s:0.00 r:0.04
OK u:0.00 s:0.00 r:0.04
OK u:0.00 s:0.00 r:0.04
OK u:0.00 s:0.00 r:0.05
OK u:0.00 s:0.00 r:0.05
OK u:0.00 s:0.00 r:0.05
OK u:0.00 s:0.00 r:0.05
OK u:0.00 s:0.00 r:0.05
OK u:0.00 s:0.00 r:0.05
OK u:0.00 s:0.00 r:0.05
OK u:0.00 s:0.00 r:0.06
OK u:0.00 s:0.00 r:0.06
OK u:0.00 s:0.00 r:0.06
OK u:0.00 s:0.00 r:0.06
OK u:0.00 s:0.00 r:0.06
OK u:0.00 s:0.00 r:0.06
OK u:0.00 s:0.00 r:0.06
OK u:0.00 s:0.00 r:0.06
OK u:0.00 s:0.00 r:0.06
OK u:0.00 s:0.00 r:0.06
OK u:0.00 s:0.00 r:0.07
OK u:0.00 s:0.00 r:0.07
OK u:0.00 s:0.00 r:0.07
OK u:0.00 s:0.00 r:0.07
OK u:0.00 s:0.00 r:0.07
OK u:0.00 s:0.00 r:0.07
ERROR: Not enough arguments
ERROR: Not enough arguments
ERROR: Not enough arguments
ERROR: Not enough arguments
ERROR: Not enough arguments
ERROR: Not enough arguments
ERROR: Not enough arguments
OK u:0.00 s:0.00 r:0.41
OK u:0.00 s:0.00 r:0.41
07/29/2016 03:42:09 PM - POLLER: Poller[0] NOTE: Poller Int: '60', Cron Int: '60', Time Since Last: '128', Max Runtime '58', Poller Runs: '1'
07/29/2016 03:42:09 PM - POLLER: Poller[0] WARNING: Cron is out of sync with the Poller Interval! The Poller Interval is '60' seconds, with a maximum of a '60' second Cron, but 128 seconds have passed since the last poll!
07/29/2016 03:42:09 PM - POLLER: Poller[0] WARNING: Poller Output Table not Empty. Issues Found: 1, Data Sources: (DS[95])
07/29/2016 03:42:09 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: /bin/php, ARGS: -q "/usr/share/cacti/cmd.php" 0 9]
Waiting on 1 of 1 pollers.
07/29/2016 03:42:09 PM - POLLER: Poller[0] Parsed MULTI output field '1min:0.06' [map 1min->load_1min]
07/29/2016 03:42:09 PM - POLLER: Poller[0] Parsed MULTI output field '5min:0.06' [map 5min->load_5min]
07/29/2016 03:42:09 PM - POLLER: Poller[0] Parsed MULTI output field '10min:0.05' [map 10min->load_15min]
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/localhost_load_1min_5.rrd --template load_1min:load_5min:load_15min 1469821329:0.06:0.06:0.05
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/fh-4500xl-6fl_traffic_in_40.rrd --template traffic_in:traffic_out 1469821329:561483235:3226762077
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/fh-4500xl-6fl_traffic_in_45.rrd --template traffic_in:traffic_out 1469821329:2646776592:1405916068
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/fh-4500xl-6fl_traffic_in_50.rrd --template traffic_out:traffic_in 1469821329:1193224654:892930565
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/fh-2960x-5fl_5min_cpu_55.rrd --template 5min_cpu 1469821329:37
Waiting on 1 of 1 pollers.
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/fhfccpgw02_conn_59.rrd --template conn 1469821329:5137
Waiting on 1 of 1 pollers.
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/fhfccpgw02_proc_system_60.rrd --template proc_system 1469821329:4
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/fhfccpgw02_proc_user_61.rrd --template proc_user 1469821329:1
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/fhfccpgw02_mem_act_real_62.rrd --template mem_act_real 1469821329:2594463744
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/fhfccpgw02_mem_act_virtual_63.rrd --template mem_act_virtual 1469821329:2594566144
Waiting on 1 of 1 pollers.
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/fhfccpgw02_mem_free_real_64.rrd --template mem_free_real 1469821329:5526487040
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/fhfccpgw02_mem_tot_real_65.rrd --template mem_tot_real 1469821329:8120950784
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/fhfccpgw02_mem_total_virtual_66.rrd --template mem_total_virtual 1469821329:27409223680
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/fhfccpgw02_acc_67.rrd --template acc 1469821329:9798227
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/fhfccpgw02_dropped_68.rrd --template dropped 1469821329:150426
Waiting on 1 of 1 pollers.
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/fhfccpgw02_logged_69.rrd --template logged 1469821329:804805
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/fhfccpgw02_rejected_70.rrd --template rejected 1469821329:8110
Waiting on 1 of 1 pollers.
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/fhfccpgw03_proc_system_72.rrd --template proc_system 1469821329:1
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/fhfccpgw03_conn_71.rrd --template conn 1469821329:5144
Waiting on 1 of 1 pollers.
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/fhfccpgw03_proc_user_73.rrd --template proc_user 1469821329:1
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/fhfccpgw03_mem_act_real_74.rrd --template mem_act_real 1469821329:2234490880
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/fhfccpgw03_mem_act_virtual_75.rrd --template mem_act_virtual 1469821329:2234576896
Waiting on 1 of 1 pollers.
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/fhfccpgw03_mem_free_real_76.rrd --template mem_free_real 1469821329:5886459904
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/fhfccpgw03_mem_tot_real_77.rrd --template mem_tot_real 1469821329:8120950784
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/fhfccpgw03_mem_total_virtual_78.rrd --template mem_total_virtual 1469821329:27409223680
Waiting on 1 of 1 pollers.
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/fhfccpgw03_acc_79.rrd --template acc 1469821329:285866
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/fhfccpgw03_dropped_80.rrd --template dropped 1469821329:899
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/fhfccpgw03_logged_81.rrd --template logged 1469821329:12875
Waiting on 1 of 1 pollers.
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/fhfccpgw03_rejected_82.rrd --template rejected 1469821329:0
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/fhfccpgw01_conn_83.rrd --template conn 1469821329:U
Waiting on 1 of 1 pollers.
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/fhfccpgw01_proc_system_84.rrd --template proc_system 1469821329:4
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/fhfccpgw01_proc_user_85.rrd --template proc_user 1469821329:4
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/fhfccpgw01_mem_act_real_86.rrd --template mem_act_real 1469821329:2184110080
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/fhfccpgw01_mem_act_virtual_87.rrd --template mem_act_virtual 1469821329:2184253440
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/fhfccpgw01_mem_free_real_88.rrd --template mem_free_real 1469821329:5949132800
Waiting on 1 of 1 pollers.
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/fhfccpgw01_mem_tot_real_89.rrd --template mem_tot_real 1469821329:8133242880
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/fhfccpgw01_mem_total_virtual_90.rrd --template mem_total_virtual 1469821329:26385129472
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/fhfccpgw01_acc_91.rrd --template acc 1469821329:U
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/fhfccpgw01_dropped_92.rrd --template dropped 1469821329:U
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/fhfccpgw01_logged_93.rrd --template logged 1469821329:U
Waiting on 1 of 1 pollers.
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/fhfccpgw01_rejected_94.rrd --template rejected 1469821329:U
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/wlc-2504_stationopenandeap_96.rrd --template 1469821329:U
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/wlc-2504_stationccxv3_97.rrd --template 1469821329:U
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/wlc-2504_stationcipherunknow_98.rrd --template 1469821329:U
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/wlc-2504_stationeapunknown_99.rrd --template 1469821329:U
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/wlc-2504_stationpolicywpa1_100.rrd --template 1469821329:U
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/wlc-2504_stationmobile_101.rrd --template 1469821329:U
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
Waiting on 1 of 1 pollers.
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/wlc-2504_stationdisassociate_102.rrd --template 1469821329:U
Waiting on 1 of 1 pollers.
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/wlc-2504_ciscowlc_tempcur_103.rrd --template ciscowlc_tempcur 1469821329:32
07/29/2016 03:42:09 PM - POLLER: Poller[0] CACTI2RRD: /bin/rrdtool update /usr/share/cacti/rra/wlc-2504_cisco4400_tempthr_104.rrd --template cisco4400_tempthr 1469821329:65
07/29/2016 03:42:09 PM - SYSTEM STATS: Time:0.5418 Method:cmd.php Processes:1 Threads:N/A Hosts:10 HostsPerProcess:10 DataSources:54 RRDsProcessed:50
Loop Time is: 0.54
Sleep Time is: 59.45
Total Time is: 0.55
07/29/2016 03:42:09 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: /bin/php, ARGS: -q /usr/share/cacti/plugins/nectar/poller_nectar.php]


Anybody help me decipher this?
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests