Cactid Issues

Post support questions that directly relate to Linux/Unix operating systems.

Moderators: Developers, Moderators

Post Reply
Caliban
Posts: 31
Joined: Wed Sep 08, 2004 2:07 am
Location: Maine

Cactid Issues

Post by Caliban »

I've got two issues with Cactid the first is on our test server running the new 0.8.6F Cactid with Cacti 0.8.6G. On the Cacti Log File it shows:

10/12/2005 08:50:49 PM - SYSTEM STATS: Time:47.0692 Method:cactid Processes:2 Threads:2 Hosts:148 HostsPerProcess:74 DataSources:1974 RRDsProcessed:360
10/12/2005 08:50:48 PM - PHPSVR: Poller[0] ERROR: Input Expected, Script Server Terminating
10/12/2005 08:50:15 PM - PHPSVR: Poller[0] ERROR: Input Expected, Script Server Terminating

Thats about a 3rd of the RRD's being processed should be up around 900.

The other issue is on our current production server which is running Cacti 0.8.6G with a compiled vs of Cactid, I switched it over to an RPM of CactiD 0.8.6E and all the systems that have SNMP Checks went to a down state, only ones that were up were our Unix boxes and NT boxes which are checked through NSClient. Am I missing an RPM or library? I switched over to the CMD.php poller and everything is back up though the system load is high and some of the servers are timing out making the graphs look like swiss cheese. I would go back to the compiled CactiD but I already deleted it.. I know.. dumb me.

Some more info the production server is Fedora Core 3 while the test is Fedora Core 4. Both are set to SNMP Reliable for checking if the host is up (I've tried Ping SNMP with no luck). Switching the Production CactiD to F or D makes no change in systems being up or down, all SNMP are still down.
User avatar
TheWitness
Developer
Posts: 16997
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

There was a re-release of Cactid 0.8.6f due to an early release bug discovered. Please re-download.

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Caliban
Posts: 31
Joined: Wed Sep 08, 2004 2:07 am
Location: Maine

Post by Caliban »

Thanks Witness that fixed half my problems.. the first half with the
PHPSVR: Poller[0] ERROR: Input Expected, Script Server Terminating

But my production Cacti still isn't working on CactiD no matter what vs.. I upgraded it to the latest 0.8.6f and here's a snip of the log:

10/12/2005 10:31:32 PM - SYSTEM STATS: Time: 89.7402 s, Method: cactid, Processes: 2, Threads: 2, Hosts: 159, Hosts/Process: 80, Data Sources 2104, RRDs Processed 31
10/12/2005 10:30:41 PM - CACTID: Poller[0] Host[37] ERROR: HOST EVENT: Host is DOWN Message: Host did not respond to SNMP
10/12/2005 10:30:29 PM - CACTID: Poller[0] Host[23] ERROR: HOST EVENT: Host is DOWN Message: Host did not respond to SNMP
10/12/2005 10:30:19 PM - CACTID: Poller[0] Host[14] ERROR: HOST EVENT: Host is DOWN Message: Host did not respond to SNMP
10/12/2005 10:27:02 PM - RECACHE: Poller[0] STATS: Time: 3.5285 s, Hosts Recached: 1
10/12/2005 10:26:59 PM - POLLER: Poller[0] Host[142] WARNING: Recache Event Detected for Host
10/12/2005 10:26:59 PM - SYSTEM STATS: Time: 117.2623 s, Method: cmd.php, Processes: 2, Threads: N/A, Hosts: 159, Hosts/Process: 80, Data Sources 2104, RRDs Processed 1011
10/12/2005 10:26:46 PM - CMDPHP: Poller[0] Host[240] DS[3183] WARNING: Result from SNMP not valid. Partial Result:
10/12/2005 10:26:46 PM - CMDPHP: Poller[0] Host[240] DS[3183] WARNING: Result from SNMP not valid. Partial Result:
10/12/2005 10:26:03 PM - CMDPHP: Poller[0] ASSERT: '1074914<70418' failed. Recaching host 'eccaptureb27.burmaine.com', data query #9.
10/12/2005 10:26:03 PM - CMDPHP: Poller[0] ASSERT: '1074914<70413' failed. Recaching host 'eccaptureb27.burmaine.com', data query #8.
10/12/2005 10:26:03 PM - CMDPHP: Poller[0] ASSERT: '1074913<70404' failed. Recaching host 'eccaptureb27.burmaine.com', data query #1.
10/12/2005 10:22:00 PM - RECACHE: Poller[0] STATS: Time: 1.8984 s, Hosts Recached: 1
10/12/2005 10:21:59 PM - POLLER: Poller[0] Host[24] WARNING: Recache Event Detected for Host

It goes from 1011 on the cmd.php to 31 with the cactid, the next log entry is all the host not responding to SNMP and it putting all Devices in down. Funny thing is if I click on a device I get a SNMP response at the top and if I requery a Data Query it works fine. So don't know what the issue is. So the production is still on cmd.php. Maybe if the test stays stable I'll try upgrading the production to Cacti 0.8.6G and see if that fixes it.. Do I still need to save those 4 files from F when upgrading?
User avatar
TheWitness
Developer
Posts: 16997
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

There is a trick here.

Keep cmd.php working and between polls do the following:

a) clear your log file
b) set logging to DEBUG
c) open a shell
d) cd into the cactid binary directory
e) run "./cactid host_id1 host_id2" where the host_id's represent a range (does not have to be too many say 0 - 10)
f) review and post your DEBUG log
g) revert settings prior to next run

This method wont hurt things at all.

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Caliban
Posts: 31
Joined: Wed Sep 08, 2004 2:07 am
Location: Maine

Post by Caliban »

Here's my results (only displaying first 2 as rest are the same):
10/13/2005 03:54:36 PM - CACTID: Poller[0] Time: 22.8815 s, Threads: 2, Hosts: 23
10/13/2005 03:54:36 PM - CACTID: Poller[0] DEBUG: MYSQL Free & Close Completed
10/13/2005 03:54:36 PM - CACTID: Poller[0] CACTID: Shutting down Net-SNMP API
10/13/2005 03:54:36 PM - CACTID: Poller[0] DEBUG: Allocated Variable Memory Freed
10/13/2005 03:54:36 PM - CACTID: Poller[0] DEBUG: PHP Script Server Pipes Closed
10/13/2005 03:54:35 PM - PHPSVR: Poller[0] DEBUG: PHP Script Server Shutdown request received, exiting
10/13/2005 03:54:35 PM - CACTID: Poller[0] DEBUG: PHP Script Server Shutdown Started
10/13/2005 03:54:35 PM - CACTID: Poller[0] DEBUG: Thread Cleanup Complete
10/13/2005 03:54:35 PM - CACTID: Poller[0] DEBUG: SQLCMD: insert into poller_time (poller_id, start_time, end_time) values (0, NOW(), NOW())
10/13/2005 03:54:35 PM - CACTID: Poller[0] DEBUG: SQLCMD: replace into settings (name,value) values ('date',NOW())
10/13/2005 03:54:15 PM - CACTID: Poller[0] Host[15] DEBUG: HOST COMPLETE: About to Exit Host Polling Thread Function
10/13/2005 03:54:15 PM - CACTID: Poller[0] DEBUG: SQLCMD: update host set status='3',status_event_count='1', status_fail_date='2005-10-13 15:54',status_rec_date='2005-10-13 03:55:27',status_last_error='Host did not respond to SNMP',min_time='0.210890',max_time='999.999990',cur_time='407.520000',avg_time='140.054510',total_polls='102310',failed_polls='4777',availability='95.3309' where id='15'
10/13/2005 03:54:15 PM - CACTID: Poller[0] Host[15] SNMP Result: Host did not respond to SNMP
10/13/2005 03:54:15 PM - CACTID: Poller[0] MYSQL: Connected to MySQL database 'cacti' on 'localhost'...
10/13/2005 03:54:15 PM - CACTID: Poller[0] MYSQL: Connecting to MySQL database 'cacti' on 'localhost'...
10/13/2005 03:54:15 PM - CACTID: Poller[0] DEBUG: In Poller, About to Start Polling of Host
10/13/2005 03:54:15 PM - CACTID: Poller[0] DEBUG: The Value of Active Threads is 2
10/13/2005 03:54:15 PM - CACTID: Poller[0] DEBUG: Valid Thread to be Created
10/13/2005 03:54:15 PM - CACTID: Poller[0] DEBUG: The Value of Active Threads is 1
10/13/2005 03:54:15 PM - CACTID: Poller[0] Host[14] DEBUG: HOST COMPLETE: About to Exit Host Polling Thread Function
10/13/2005 03:54:15 PM - CACTID: Poller[0] DEBUG: SQLCMD: update host set status='1',status_event_count='1', status_fail_date='2005-10-13 03:30:29',status_rec_date='2005-10-13 03:40:23',status_last_error='Host did not respond to SNMP',min_time='0.204050',max_time='999.999990',cur_time='999.999990',avg_time='90.841170',total_polls='102317',failed_polls='13057',availability='87.2387' where id='14'
10/13/2005 03:54:15 PM - CACTID: Poller[0] Host[14] SNMP Result: Host did not respond to SNMP
10/13/2005 03:54:13 PM - CACTID: Poller[0] MYSQL: Connected to MySQL database 'cacti' on 'localhost'...
10/13/2005 03:54:13 PM - CACTID: Poller[0] MYSQL: Connecting to MySQL database 'cacti' on 'localhost'...
10/13/2005 03:54:13 PM - CACTID: Poller[0] DEBUG: In Poller, About to Start Polling of Host
10/13/2005 03:54:13 PM - CACTID: Poller[0] DEBUG: The Value of Active Threads is 2
10/13/2005 03:54:13 PM - CACTID: Poller[0] DEBUG: Valid Thread to be Created
10/13/2005 03:54:13 PM - CACTID: Poller[0] DEBUG: The Value of Active Threads is 1
10/13/2005 03:54:13 PM - CACTID: Poller[0] MYSQL: Connected to MySQL database 'cacti' on 'localhost'...
10/13/2005 03:54:13 PM - CACTID: Poller[0] MYSQL: Connecting to MySQL database 'cacti' on 'localhost'...
10/13/2005 03:54:13 PM - CACTID: Poller[0] DEBUG: In Poller, About to Start Polling of Host
10/13/2005 03:54:13 PM - CACTID: Poller[0] DEBUG: The Value of Active Threads is 2
10/13/2005 03:54:13 PM - CACTID: Poller[0] DEBUG: Valid Thread to be Created
10/13/2005 03:54:13 PM - CACTID: Poller[0] Host[0] DEBUG: HOST COMPLETE: About to Exit Host Polling Thread Function
10/13/2005 03:54:13 PM - CACTID: Poller[0] MYSQL: Connected to MySQL database 'cacti' on 'localhost'...
10/13/2005 03:54:13 PM - CACTID: Poller[0] MYSQL: Connecting to MySQL database 'cacti' on 'localhost'...
10/13/2005 03:54:13 PM - CACTID: Poller[0] DEBUG: In Poller, About to Start Polling of Host
10/13/2005 03:54:13 PM - CACTID: Poller[0] DEBUG: The Value of Active Threads is 1
10/13/2005 03:54:13 PM - CACTID: Poller[0] DEBUG: Valid Thread to be Created
10/13/2005 03:54:13 PM - CACTID: Poller[0] DEBUG: Initial Value of Active Threads is 0
10/13/2005 03:54:13 PM - CACTID: Poller[0] DEBUG: Parent pid=19706, Script Server pid=19710
10/13/2005 03:54:13 PM - CACTID: Poller[0] DEBUG: PHP Script Server Child FORK Success
10/13/2005 03:54:13 PM - CACTID: Poller[0] DEBUG: Confirmed PHP Script Server Running.
10/13/2005 03:54:13 PM - PHPSVR: Poller[0] PHP Script Server has Started - Parent is cactid
10/13/2005 03:54:13 PM - PHPSVR: Poller[0] DEBUG: FILENM: /var/www/html/cacti/script_server.php
10/13/2005 03:54:13 PM - PHPSVR: Poller[0] DEBUG: DIRNAM: /var/www/html/cacti
10/13/2005 03:54:13 PM - PHPSVR: Poller[0] DEBUG: GETCWD: /var/www/html/cacti
10/13/2005 03:54:13 PM - PHPSVR: Poller[0] DEBUG: SERVER: cactid
10/13/2005 03:54:12 PM - CACTID: Poller[0] DEBUG: PHP Script Server Child FORK Success
10/13/2005 03:54:12 PM - CACTID: Poller[0] DEBUG: PHP Script Server About to FORK Child Process
10/13/2005 03:54:12 PM - CACTID: Poller[0] DEBUG: PHP Script Server Routine Starting
10/13/2005 03:54:12 PM - CACTID: Poller[0] CACTID: Initializing PHP Script Server
10/13/2005 03:54:12 PM - CACTID: Poller[0] CACTID: Initializing Net-SNMP API
10/13/2005 03:54:12 PM - CACTID: Poller[0] MYSQL: Connected to MySQL database 'cacti' on 'localhost'...
10/13/2005 03:54:12 PM - CACTID: Poller[0] MYSQL: Connecting to MySQL database 'cacti' on 'localhost'...
10/13/2005 03:54:12 PM - CACTID: Poller[0] CACTID: Version 0.8.6f starting
10/13/2005 03:54:12 PM - CACTID: Poller[0] DEBUG: The Maximum SNMP OID Get Size is 25
10/13/2005 03:54:12 PM - CACTID: Poller[0] DEBUG: The PHP Script Server is Required
10/13/2005 03:54:12 PM - CACTID: Poller[0] DEBUG: StartHost='14', EndHost='37', TotalPHPScripts='90'
10/13/2005 03:54:12 PM - CACTID: Poller[0] DEBUG: The script timeout is 25
10/13/2005 03:54:12 PM - CACTID: Poller[0] DEBUG: The number of concurrent processes is 2
10/13/2005 03:54:12 PM - CACTID: Poller[0] DEBUG: The polling interval is the system default
10/13/2005 03:54:12 PM - CACTID: Poller[0] DEBUG: The threads variable is 2
10/13/2005 03:54:12 PM - CACTID: Poller[0] DEBUG: The log_pstats variable is 0
10/13/2005 03:54:12 PM - CACTID: Poller[0] DEBUG: The log_pwarn variable is 0
10/13/2005 03:54:12 PM - CACTID: Poller[0] DEBUG: The log_perror variable is 1
10/13/2005 03:54:12 PM - CACTID: Poller[0] DEBUG: The ping_timeout variable is 400
10/13/2005 03:54:12 PM - CACTID: Poller[0] DEBUG: The ping_retries variable is 1
10/13/2005 03:54:12 PM - CACTID: Poller[0] DEBUG: The ping_method variable is 2
10/13/2005 03:54:12 PM - CACTID: Poller[0] DEBUG: The ping_failure_count variable is 2
10/13/2005 03:54:12 PM - CACTID: Poller[0] DEBUG: The ping_recovery_count variable is 3
10/13/2005 03:54:12 PM - CACTID: Poller[0] DEBUG: The availability_method variable is 2
10/13/2005 03:54:12 PM - CACTID: Poller[0] DEBUG: The path_php variable is /usr/bin/php
10/13/2005 03:54:12 PM - CACTID: Poller[0] DEBUG: The log_destination variable is 1

I double checked my prerequisites and I have them all on this box, could the issue be the OS (Testing PC = FC4 Production = FC3) or perhaps the vs of Cacti itself (Testing PC =0.8.6G Production = 0.8.6F)? I just need to verify that upgrading the Production won't cause any more issues, like backing up 4 files from vs F have you released a patch for that?
User avatar
TheWitness
Developer
Posts: 16997
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Looks like you may have an snmp issue:
10/13/2005 03:54:15 PM - CACTID: Poller[0] Host[14] SNMP Result: Host did not respond to SNMP
When your run cactid from the command line, do you get any strange errors?

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Caliban
Posts: 31
Joined: Wed Sep 08, 2004 2:07 am
Location: Maine

Post by Caliban »

Heres a snipit of what I get when I call cactid from the command prompt:

[root@Jander bin]# cactid
CACTID: Using cactid config file [/etc/cactid.conf]
CACTID: Version 0.8.6f starting
CACTID: Host[20] ERROR: HOST EVENT: Host is DOWN Message: Host did not respond to SNMP
CACTID: Host[29] ERROR: HOST EVENT: Host is DOWN Message: Host did not respond to SNMP
CACTID: Host[121] ERROR: HOST EVENT: Host is DOWN Message: Host did not respond to SNMP

Like I said no problems with the cmd.php poller (other then the poller is taking up alot of resources) just the Cactid and just on the production which is a FC3 box with Cacti 0.8.6F, the testing box is FC4 with Cacti 0.8.6G.
User avatar
TheWitness
Developer
Posts: 16997
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

And the other boxes remain UP? If so, are these boxes on a different SNMP port? Can you post a DEBUG log?

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Caliban
Posts: 31
Joined: Wed Sep 08, 2004 2:07 am
Location: Maine

Post by Caliban »

Yes they remain up on the test server, I use it to test updates to Cacti before I upgrade the production it has all the same checks as the production. So yes it uses the same ports, the default SNMP port, I made no changes to SNMP. A debug log from what the test server? I can but it'll contain errors from the UCD/Net CPU Ussage I posted about in another thread.
User avatar
TheWitness
Developer
Posts: 16997
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Yes, there is another user with the same issue with Cactid 0.8.6f (ucd/cpu). I have to conduct additional research. Time is precious.

Larry
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Caliban
Posts: 31
Joined: Wed Sep 08, 2004 2:07 am
Location: Maine

Post by Caliban »

Oh I understand the issue with time, which is why I appreciate you working on this. Here's the Debug from the test system with the same Host_id's:

10/14/2005 06:07:41 PM - CACTID: Poller[0] Host[14] DEBUG: HOST COMPLETE: About to Exit Host Polling Thread Function
10/14/2005 06:07:41 PM - PHPSVR: Poller[0] DEBUG: INCLUDE: '/var/www/html/cacti/scripts/ss_host_cpu.php' SCRIPT: 'ss_host_cpu' CMD: 'eccaptureb14.burmaine.com 15 1:161:500:public:::MD5::[None] get usage 0'
10/14/2005 06:07:41 PM - CACTID: Poller[0] DEBUG: SQLCMD: INSERT INTO poller_output (local_data_id,rrd_name,time,output) VALUES (1751,'cpu','2005-10-14 18:07:37','78'),(1749,'hdd_total','2005-10-14 18:07:37','0'),(1750,'hdd_total','2005-10-14 18:07:37','1309474816'),(1749,'hdd_used','2005-10-14 18:07:37','8905289728'),(1750,'hdd_used','2005-10-14 18:07:37','410845184')
10/14/2005 06:07:41 PM - CACTID: Poller[0] Host[14] DS[1750] SERVER: /var/www/html/cacti/scripts/ss_host_disk.php ss_host_disk eccaptureb13.burmaine.com 14 1:161:500:public:::MD5::[None] get used 3, output: 410845184
10/14/2005 06:07:41 PM - PHPSVR: Poller[0] SERVER: /var/www/html/cacti/scripts/ss_host_disk.php ss_host_disk eccaptureb13.burmaine.com 14 1:161:500:public:::MD5::[None] get used 3 output 410845184
10/14/2005 06:07:41 PM - PHPSVR: Poller[0] DEBUG: INCLUDE: '/var/www/html/cacti/scripts/ss_host_disk.php' SCRIPT: 'ss_host_disk' CMD: 'eccaptureb13.burmaine.com 14 1:161:500:public:::MD5::[None] get used 3'
10/14/2005 06:07:41 PM - PHPSVR: Poller[0] SERVER: /var/www/html/cacti/scripts/ss_host_disk.php ss_host_disk eccaptureb13.burmaine.com 14 1:161:500:public:::MD5::[None] get used 2 output 8905289728
10/14/2005 06:07:41 PM - CACTID: Poller[0] Host[14] DS[1749] SERVER: /var/www/html/cacti/scripts/ss_host_disk.php ss_host_disk eccaptureb13.burmaine.com 14 1:161:500:public:::MD5::[None] get used 2, output: 8905289728
10/14/2005 06:07:41 PM - PHPSVR: Poller[0] DEBUG: INCLUDE: '/var/www/html/cacti/scripts/ss_host_disk.php' SCRIPT: 'ss_host_disk' CMD: 'eccaptureb13.burmaine.com 14 1:161:500:public:::MD5::[None] get used 2'
10/14/2005 06:07:41 PM - CACTID: Poller[0] Host[14] DS[1750] SERVER: /var/www/html/cacti/scripts/ss_host_disk.php ss_host_disk eccaptureb13.burmaine.com 14 1:161:500:public:::MD5::[None] get total 3, output: 1309474816
10/14/2005 06:07:41 PM - PHPSVR: Poller[0] SERVER: /var/www/html/cacti/scripts/ss_host_disk.php ss_host_disk eccaptureb13.burmaine.com 14 1:161:500:public:::MD5::[None] get total 3 output 1309474816
10/14/2005 06:07:40 PM - PHPSVR: Poller[0] DEBUG: INCLUDE: '/var/www/html/cacti/scripts/ss_host_disk.php' SCRIPT: 'ss_host_disk' CMD: 'eccaptureb13.burmaine.com 14 1:161:500:public:::MD5::[None] get total 3'
10/14/2005 06:07:40 PM - CACTID: Poller[0] Host[14] DS[1749] SERVER: /var/www/html/cacti/scripts/ss_host_disk.php ss_host_disk eccaptureb13.burmaine.com 14 1:161:500:public:::MD5::[None] get total 2, output: 0
10/14/2005 06:07:40 PM - PHPSVR: Poller[0] SERVER: /var/www/html/cacti/scripts/ss_host_disk.php ss_host_disk eccaptureb13.burmaine.com 14 1:161:500:public:::MD5::[None] get total 2 output 0
10/14/2005 06:07:38 PM - CACTID: Poller[0] Host[15] RECACHE: Processing 2 items in the auto reindex cache for 'eccaptureb14.burmaine.com'
10/14/2005 06:07:38 PM - CACTID: Poller[0] DEBUG: SQLCMD: update host set status='3',status_event_count='0', status_fail_date='2005-10-13 11:55:00',status_rec_date='2005-09-19 02:40:00',status_last_error='Host did not respond to SNMP',min_time='0.210890',max_time='999.999990',cur_time='1.996990',avg_time='130.322544',total_polls='107697',failed_polls='4734',availability='95.6043' where id='15'
10/14/2005 06:07:38 PM - CACTID: Poller[0] Host[15] SNMP Result: Host responded to SNMP
10/14/2005 06:07:38 PM - PHPSVR: Poller[0] DEBUG: INCLUDE: '/var/www/html/cacti/scripts/ss_host_disk.php' SCRIPT: 'ss_host_disk' CMD: 'eccaptureb13.burmaine.com 14 1:161:500:public:::MD5::[None] get total 2'
10/14/2005 06:07:38 PM - CACTID: Poller[0] Host[14] DS[1751] SERVER: /var/www/html/cacti/scripts/ss_host_cpu.php ss_host_cpu eccaptureb13.burmaine.com 14 1:161:500:public:::MD5::[None] get usage 0, output: 78
10/14/2005 06:07:38 PM - PHPSVR: Poller[0] SERVER: /var/www/html/cacti/scripts/ss_host_cpu.php ss_host_cpu eccaptureb13.burmaine.com 14 1:161:500:public:::MD5::[None] get usage 0 output 78
10/14/2005 06:07:38 PM - CACTID: Poller[0] MYSQL: Connected to MySQL database 'cacti' on 'localhost'...
10/14/2005 06:07:38 PM - CACTID: Poller[0] MYSQL: Connecting to MySQL database 'cacti' on 'localhost'...
10/14/2005 06:07:38 PM - CACTID: Poller[0] DEBUG: In Poller, About to Start Polling of Host
10/14/2005 06:07:38 PM - CACTID: Poller[0] DEBUG: The Value of Active Threads is 2
10/14/2005 06:07:38 PM - CACTID: Poller[0] DEBUG: Valid Thread to be Created
10/14/2005 06:07:38 PM - PHPSVR: Poller[0] DEBUG: INCLUDE: '/var/www/html/cacti/scripts/ss_host_cpu.php' SCRIPT: 'ss_host_cpu' CMD: 'eccaptureb13.burmaine.com 14 1:161:500:public:::MD5::[None] get usage 0'
10/14/2005 06:07:38 PM - CACTID: Poller[0] Host[14] RECACHE: Processing 2 items in the auto reindex cache for 'eccaptureb13.burmaine.com'
10/14/2005 06:07:38 PM - CACTID: Poller[0] DEBUG: SQLCMD: update host set status='3',status_event_count='0', status_fail_date='2005-10-14 15:55:00',status_rec_date='2005-09-22 02:40:00',status_last_error='Host did not respond to SNMP',min_time='0.204050',max_time='999.999990',cur_time='31.394960',avg_time='81.589551',total_polls='107705',failed_polls='12901',availability='88.0219' where id='14'
10/14/2005 06:07:38 PM - CACTID: Poller[0] Host[14] SNMP Result: Host responded to SNMP
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest