hi,
I'm using Cacti 0.8.6g with cacti_graph_template_ping_advanced_ping_v1_2.xml on a WindowsXP platform.
The graph show packet loss for almost every poll but when i manually launch
the "php ss_fping hostname 10" from command line, there's no pkt lost at
all. Can someone enlighten me on this, thanks.
Data Source Debug
c:/rrdtool/rrdtool.exe create \
C:/Apache/Apache2/htdocs/cactid/rra/demoroomsw_min_34.rrd \
--step 300 \
DS:max:GAUGE:450:0:500 \
DS:avg:GAUGE:450:0:500 \
DS:loss:GAUGE:450:0:100 \
DS:dev:GAUGE:450:0:500 \
DS:min:GAUGE:450:0:500 \
RRA:AVERAGE:0.5:1:600 \
RRA:AVERAGE:0.5:6:700 \
RRA:AVERAGE:0.5:24:775 \
RRA:AVERAGE:0.5:288:797 \
RRA:MIN:0.5:1:600 \
RRA:MIN:0.5:6:700 \
RRA:MIN:0.5:24:775 \
RRA:MIN:0.5:288:797 \
RRA:MAX:0.5:1:600 \
RRA:MAX:0.5:6:700 \
RRA:MAX:0.5:24:775 \
RRA:MAX:0.5:288:797 \
RRA:LAST:0.5:1:600 \
RRA:LAST:0.5:6:700 \
RRA:LAST:0.5:24:775 \
RRA:LAST:0.5:288:797 \
Advance Ping Graph
Moderators: Developers, Moderators
Advance Ping Graph
- Attachments
-
- graph_image.php.png (37.54 KiB) Viewed 1422 times
- TheWitness
- Developer
- Posts: 17061
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Run a couple of passes at MEDIUM and post the output. Also, please look at server load during pings. What version of PHP and OS are you running. Cactid or cmd.php? threads? concurrent processes?
TheWitness
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?
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?
hi,
OS: Windows XP Pro
Cacti Ver: 0.8.6g
PHP ver: 5.0.5
RRDTools ver: rrdtool-cygwin-1.2.11.zip
Net-SNMP: 5.2.1.2-1
Perl: 5.8.7
Ping Type: ICMP Ping
Ping Timeout: 400ms
Ping Count: 5 packets
Poller: cmd.php
Concurrent Poller: 2
Threads: 1
I run the poller.php manually couple of times and the debug shows no lost packets.
==============
09/25/2005 08:25:39 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: c:/php/php.exe, ARGS: -q c:/apache/apache2/htdocs/cactid/cmd.php 0 0]
09/25/2005 08:25:40 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: c:/php/php.exe, ARGS: -q c:/apache/apache2/htdocs/cactid/cmd.php 3 3]
09/25/2005 08:25:41 PM - CMDPHP: Poller[0] ERROR: Either there are no items in the cache or polling is disabled
09/25/2005 08:25:41 PM - PHPSVR: Poller[0] DEBUG: SERVER: cmd
09/25/2005 08:25:41 PM - PHPSVR: Poller[0] DEBUG: GETCWD: c:/apache/apache2/htdocs/cactid
09/25/2005 08:25:41 PM - PHPSVR: Poller[0] DEBUG: DIRNAM: c:/apache/apache2/htdocs/cactid
09/25/2005 08:25:41 PM - PHPSVR: Poller[0] DEBUG: FILENM: c:\Apache\Apache2\htdocs\cactid\script_server.php
09/25/2005 08:25:41 PM - PHPSVR: Poller[0] PHP Script Server has Started - Parent is cmd
09/25/2005 08:25:41 PM - CMDPHP: Poller[0] PHP Script Server Started Properly
09/25/2005 08:25:42 PM - CMDPHP: Poller[0] Host[3] PING: Host is alive
09/25/2005 08:25:42 PM - CMDPHP: Poller[0] Host[3] RECACHE: Processing 1 items in the auto reindex cache for 'DemoRoomSW'.
09/25/2005 08:25:42 PM - PHPSVR: Poller[0] DEBUG: INCLUDE: 'C:/Apache/Apache2/htdocs/cactid/scripts/ss_fping.php' SCRIPT: 'ss_fping' CMD: 'DemoRoomSW 5'
09/25/2005 08:25:42 PM - PHPSVR: Poller[0] SERVER: C:/Apache/Apache2/htdocs/cactid/scripts/ss_fping.php ss_fping DemoRoomSW 5 output min:16.4200 avg:53.6880 max:170.8900 dev:59.2250 loss:0.0000
09/25/2005 08:25:42 PM - CMDPHP: Poller[0] Host[3] DS[34] SERVER: C:/Apache/Apache2/htdocs/cactid/scripts/ss_fping.php ss_fping DemoRoomSW 5, output: min:16.4200 avg:53.6880 max:170.8900 dev:59.2250 loss:0.0000
09/25/2005 08:25:42 PM - PHPSVR: Poller[0] DEBUG: PHP Script Server Shutdown request received, exiting
09/25/2005 08:25:42 PM - CMDPHP: Poller[0] Time: 1.1583 s, Theads: N/A, Hosts: 1
09/25/2005 08:25:43 PM - POLLER: Poller[0] Parsed MULTI output field 'min:16.4200' [map min->min]
09/25/2005 08:25:43 PM - POLLER: Poller[0] Parsed MULTI output field 'avg:53.6880' [map avg->avg]
09/25/2005 08:25:43 PM - POLLER: Poller[0] Parsed MULTI output field 'max:170.8900' [map max->max]
09/25/2005 08:25:43 PM - POLLER: Poller[0] Parsed MULTI output field 'dev:59.2250' [map dev->dev]
09/25/2005 08:25:43 PM - POLLER: Poller[0] Parsed MULTI output field 'loss:0.0000' [map loss->loss]
09/25/2005 08:25:43 PM - POLLER: Poller[0] CACTI2RRD: c:/rrdtool/rrdtool.exe update C:\Apache\Apache2\htdocs\cactid\rra\demoroomsw_min_34.rrd --template min:avg:max:dev:loss 1127651141:16.4200:53.6880:170.8900:59.2250:0.0000
09/25/2005 08:25:43 PM - SYSTEM STATS: Time:3.3969 Method:cmd.php Processes:2 Threads:N/A Hosts:2 HostsPerProcess:1 DataSources:1 RRDsProcessed:1
09/25/2005 08:25:43 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: c:/php/php.exe, ARGS: -q C:/Apache/Apache2/htdocs/cactid/poller_commands.php]
09/25/2005 08:25:43 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: c:/php/php.exe, ARGS: -q C:/Apache/Apache2/htdocs/cactid/poller_export.php]
=================
09/25/2005 08:26:00 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: c:/php/php.exe, ARGS: -q c:/apache/apache2/htdocs/cactid/cmd.php 0 0]
09/25/2005 08:26:00 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: c:/php/php.exe, ARGS: -q c:/apache/apache2/htdocs/cactid/cmd.php 3 3]
09/25/2005 08:26:02 PM - PHPSVR: Poller[0] DEBUG: SERVER: cmd
09/25/2005 08:26:02 PM - PHPSVR: Poller[0] DEBUG: GETCWD: c:/apache/apache2/htdocs/cactid
09/25/2005 08:26:02 PM - PHPSVR: Poller[0] DEBUG: DIRNAM: c:/apache/apache2/htdocs/cactid
09/25/2005 08:26:02 PM - PHPSVR: Poller[0] DEBUG: FILENM: c:\Apache\Apache2\htdocs\cactid\script_server.php
09/25/2005 08:26:02 PM - PHPSVR: Poller[0] PHP Script Server has Started - Parent is cmd
09/25/2005 08:26:02 PM - CMDPHP: Poller[0] PHP Script Server Started Properly
09/25/2005 08:26:02 PM - CMDPHP: Poller[0] ERROR: Either there are no items in the cache or polling is disabled
09/25/2005 08:26:02 PM - CMDPHP: Poller[0] Host[3] PING: Host is alive
09/25/2005 08:26:02 PM - CMDPHP: Poller[0] Host[3] RECACHE: Processing 1 items in the auto reindex cache for 'DemoRoomSW'.
09/25/2005 08:26:02 PM - PHPSVR: Poller[0] DEBUG: INCLUDE: 'C:/Apache/Apache2/htdocs/cactid/scripts/ss_fping.php' SCRIPT: 'ss_fping' CMD: 'DemoRoomSW 5'
09/25/2005 08:26:02 PM - CMDPHP: Poller[0] Host[3] DS[34] SERVER: C:/Apache/Apache2/htdocs/cactid/scripts/ss_fping.php ss_fping DemoRoomSW 5, output: min:15.3700 avg:41.7160 max:81.9800 dev:27.1956 loss:0.0000
09/25/2005 08:26:02 PM - PHPSVR: Poller[0] SERVER: C:/Apache/Apache2/htdocs/cactid/scripts/ss_fping.php ss_fping DemoRoomSW 5 output min:15.3700 avg:41.7160 max:81.9800 dev:27.1956 loss:0.0000
09/25/2005 08:26:02 PM - PHPSVR: Poller[0] DEBUG: PHP Script Server Shutdown request received, exiting
09/25/2005 08:26:03 PM - CMDPHP: Poller[0] Time: 1.1581 s, Theads: N/A, Hosts: 1
09/25/2005 08:26:03 PM - POLLER: Poller[0] Parsed MULTI output field 'min:15.3700' [map min->min]
09/25/2005 08:26:03 PM - POLLER: Poller[0] Parsed MULTI output field 'avg:41.7160' [map avg->avg]
09/25/2005 08:26:03 PM - POLLER: Poller[0] Parsed MULTI output field 'max:81.9800' [map max->max]
09/25/2005 08:26:03 PM - POLLER: Poller[0] Parsed MULTI output field 'dev:27.1956' [map dev->dev]
09/25/2005 08:26:03 PM - POLLER: Poller[0] Parsed MULTI output field 'loss:0.0000' [map loss->loss]
09/25/2005 08:26:03 PM - POLLER: Poller[0] CACTI2RRD: c:/rrdtool/rrdtool.exe update C:\Apache\Apache2\htdocs\cactid\rra\demoroomsw_min_34.rrd --template min:avg:max:dev:loss 1127651161:15.3700:41.7160:81.9800:27.1956:0.0000
09/25/2005 08:26:03 PM - SYSTEM STATS: Time:2.4567 Method:cmd.php Processes:2 Threads:N/A Hosts:2 HostsPerProcess:1 DataSources:1 RRDsProcessed:1
09/25/2005 08:26:03 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: c:/php/php.exe, ARGS: -q C:/Apache/Apache2/htdocs/cactid/poller_commands.php]
09/25/2005 08:26:03 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: c:/php/php.exe, ARGS: -q C:/Apache/Apache2/htdocs/cactid/poller_export.php]
=================
09/25/2005 08:26:16 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: c:/php/php.exe, ARGS: -q c:/apache/apache2/htdocs/cactid/cmd.php 0 0]
09/25/2005 08:26:16 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: c:/php/php.exe, ARGS: -q c:/apache/apache2/htdocs/cactid/cmd.php 3 3]
09/25/2005 08:26:18 PM - PHPSVR: Poller[0] DEBUG: SERVER: cmd
09/25/2005 08:26:18 PM - PHPSVR: Poller[0] DEBUG: GETCWD: c:/apache/apache2/htdocs/cactid
09/25/2005 08:26:18 PM - PHPSVR: Poller[0] DEBUG: DIRNAM: c:/apache/apache2/htdocs/cactid
09/25/2005 08:26:18 PM - PHPSVR: Poller[0] DEBUG: FILENM: c:\Apache\Apache2\htdocs\cactid\script_server.php
09/25/2005 08:26:18 PM - PHPSVR: Poller[0] PHP Script Server has Started - Parent is cmd
09/25/2005 08:26:18 PM - CMDPHP: Poller[0] PHP Script Server Started Properly
09/25/2005 08:26:18 PM - CMDPHP: Poller[0] ERROR: Either there are no items in the cache or polling is disabled
09/25/2005 08:26:18 PM - CMDPHP: Poller[0] Host[3] PING: Host is alive
09/25/2005 08:26:18 PM - CMDPHP: Poller[0] Host[3] RECACHE: Processing 1 items in the auto reindex cache for 'DemoRoomSW'.
09/25/2005 08:26:18 PM - PHPSVR: Poller[0] DEBUG: INCLUDE: 'C:/Apache/Apache2/htdocs/cactid/scripts/ss_fping.php' SCRIPT: 'ss_fping' CMD: 'DemoRoomSW 5'
09/25/2005 08:26:18 PM - CMDPHP: Poller[0] Host[3] DS[34] SERVER: C:/Apache/Apache2/htdocs/cactid/scripts/ss_fping.php ss_fping DemoRoomSW 5, output: min:14.3800 avg:53.4540 max:162.8000 dev:55.0937 loss:0.0000
09/25/2005 08:26:18 PM - PHPSVR: Poller[0] SERVER: C:/Apache/Apache2/htdocs/cactid/scripts/ss_fping.php ss_fping DemoRoomSW 5 output min:14.3800 avg:53.4540 max:162.8000 dev:55.0937 loss:0.0000
09/25/2005 08:26:18 PM - PHPSVR: Poller[0] DEBUG: PHP Script Server Shutdown request received, exiting
09/25/2005 08:26:18 PM - CMDPHP: Poller[0] Time: 1.2583 s, Theads: N/A, Hosts: 1
09/25/2005 08:26:19 PM - POLLER: Poller[0] Parsed MULTI output field 'min:14.3800' [map min->min]
09/25/2005 08:26:19 PM - POLLER: Poller[0] Parsed MULTI output field 'avg:53.4540' [map avg->avg]
09/25/2005 08:26:19 PM - POLLER: Poller[0] Parsed MULTI output field 'max:162.8000' [map max->max]
09/25/2005 08:26:19 PM - POLLER: Poller[0] Parsed MULTI output field 'dev:55.0937' [map dev->dev]
09/25/2005 08:26:19 PM - POLLER: Poller[0] Parsed MULTI output field 'loss:0.0000' [map loss->loss]
09/25/2005 08:26:19 PM - POLLER: Poller[0] CACTI2RRD: c:/rrdtool/rrdtool.exe update C:\Apache\Apache2\htdocs\cactid\rra\demoroomsw_min_34.rrd --template min:avg:max:dev:loss 1127651177:14.3800:53.4540:162.8000:55.0937:0.0000
09/25/2005 08:26:19 PM - SYSTEM STATS: Time:2.4943 Method:cmd.php Processes:2 Threads:N/A Hosts:2 HostsPerProcess:1 DataSources:1 RRDsProcessed:1
09/25/2005 08:26:19 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: c:/php/php.exe, ARGS: -q C:/Apache/Apache2/htdocs/cactid/poller_commands.php]
09/25/2005 08:26:19 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: c:/php/php.exe, ARGS: -q C:/Apache/Apache2/htdocs/cactid/poller_export.php]
================
OS: Windows XP Pro
Cacti Ver: 0.8.6g
PHP ver: 5.0.5
RRDTools ver: rrdtool-cygwin-1.2.11.zip
Net-SNMP: 5.2.1.2-1
Perl: 5.8.7
Ping Type: ICMP Ping
Ping Timeout: 400ms
Ping Count: 5 packets
Poller: cmd.php
Concurrent Poller: 2
Threads: 1
I run the poller.php manually couple of times and the debug shows no lost packets.
==============
09/25/2005 08:25:39 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: c:/php/php.exe, ARGS: -q c:/apache/apache2/htdocs/cactid/cmd.php 0 0]
09/25/2005 08:25:40 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: c:/php/php.exe, ARGS: -q c:/apache/apache2/htdocs/cactid/cmd.php 3 3]
09/25/2005 08:25:41 PM - CMDPHP: Poller[0] ERROR: Either there are no items in the cache or polling is disabled
09/25/2005 08:25:41 PM - PHPSVR: Poller[0] DEBUG: SERVER: cmd
09/25/2005 08:25:41 PM - PHPSVR: Poller[0] DEBUG: GETCWD: c:/apache/apache2/htdocs/cactid
09/25/2005 08:25:41 PM - PHPSVR: Poller[0] DEBUG: DIRNAM: c:/apache/apache2/htdocs/cactid
09/25/2005 08:25:41 PM - PHPSVR: Poller[0] DEBUG: FILENM: c:\Apache\Apache2\htdocs\cactid\script_server.php
09/25/2005 08:25:41 PM - PHPSVR: Poller[0] PHP Script Server has Started - Parent is cmd
09/25/2005 08:25:41 PM - CMDPHP: Poller[0] PHP Script Server Started Properly
09/25/2005 08:25:42 PM - CMDPHP: Poller[0] Host[3] PING: Host is alive
09/25/2005 08:25:42 PM - CMDPHP: Poller[0] Host[3] RECACHE: Processing 1 items in the auto reindex cache for 'DemoRoomSW'.
09/25/2005 08:25:42 PM - PHPSVR: Poller[0] DEBUG: INCLUDE: 'C:/Apache/Apache2/htdocs/cactid/scripts/ss_fping.php' SCRIPT: 'ss_fping' CMD: 'DemoRoomSW 5'
09/25/2005 08:25:42 PM - PHPSVR: Poller[0] SERVER: C:/Apache/Apache2/htdocs/cactid/scripts/ss_fping.php ss_fping DemoRoomSW 5 output min:16.4200 avg:53.6880 max:170.8900 dev:59.2250 loss:0.0000
09/25/2005 08:25:42 PM - CMDPHP: Poller[0] Host[3] DS[34] SERVER: C:/Apache/Apache2/htdocs/cactid/scripts/ss_fping.php ss_fping DemoRoomSW 5, output: min:16.4200 avg:53.6880 max:170.8900 dev:59.2250 loss:0.0000
09/25/2005 08:25:42 PM - PHPSVR: Poller[0] DEBUG: PHP Script Server Shutdown request received, exiting
09/25/2005 08:25:42 PM - CMDPHP: Poller[0] Time: 1.1583 s, Theads: N/A, Hosts: 1
09/25/2005 08:25:43 PM - POLLER: Poller[0] Parsed MULTI output field 'min:16.4200' [map min->min]
09/25/2005 08:25:43 PM - POLLER: Poller[0] Parsed MULTI output field 'avg:53.6880' [map avg->avg]
09/25/2005 08:25:43 PM - POLLER: Poller[0] Parsed MULTI output field 'max:170.8900' [map max->max]
09/25/2005 08:25:43 PM - POLLER: Poller[0] Parsed MULTI output field 'dev:59.2250' [map dev->dev]
09/25/2005 08:25:43 PM - POLLER: Poller[0] Parsed MULTI output field 'loss:0.0000' [map loss->loss]
09/25/2005 08:25:43 PM - POLLER: Poller[0] CACTI2RRD: c:/rrdtool/rrdtool.exe update C:\Apache\Apache2\htdocs\cactid\rra\demoroomsw_min_34.rrd --template min:avg:max:dev:loss 1127651141:16.4200:53.6880:170.8900:59.2250:0.0000
09/25/2005 08:25:43 PM - SYSTEM STATS: Time:3.3969 Method:cmd.php Processes:2 Threads:N/A Hosts:2 HostsPerProcess:1 DataSources:1 RRDsProcessed:1
09/25/2005 08:25:43 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: c:/php/php.exe, ARGS: -q C:/Apache/Apache2/htdocs/cactid/poller_commands.php]
09/25/2005 08:25:43 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: c:/php/php.exe, ARGS: -q C:/Apache/Apache2/htdocs/cactid/poller_export.php]
=================
09/25/2005 08:26:00 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: c:/php/php.exe, ARGS: -q c:/apache/apache2/htdocs/cactid/cmd.php 0 0]
09/25/2005 08:26:00 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: c:/php/php.exe, ARGS: -q c:/apache/apache2/htdocs/cactid/cmd.php 3 3]
09/25/2005 08:26:02 PM - PHPSVR: Poller[0] DEBUG: SERVER: cmd
09/25/2005 08:26:02 PM - PHPSVR: Poller[0] DEBUG: GETCWD: c:/apache/apache2/htdocs/cactid
09/25/2005 08:26:02 PM - PHPSVR: Poller[0] DEBUG: DIRNAM: c:/apache/apache2/htdocs/cactid
09/25/2005 08:26:02 PM - PHPSVR: Poller[0] DEBUG: FILENM: c:\Apache\Apache2\htdocs\cactid\script_server.php
09/25/2005 08:26:02 PM - PHPSVR: Poller[0] PHP Script Server has Started - Parent is cmd
09/25/2005 08:26:02 PM - CMDPHP: Poller[0] PHP Script Server Started Properly
09/25/2005 08:26:02 PM - CMDPHP: Poller[0] ERROR: Either there are no items in the cache or polling is disabled
09/25/2005 08:26:02 PM - CMDPHP: Poller[0] Host[3] PING: Host is alive
09/25/2005 08:26:02 PM - CMDPHP: Poller[0] Host[3] RECACHE: Processing 1 items in the auto reindex cache for 'DemoRoomSW'.
09/25/2005 08:26:02 PM - PHPSVR: Poller[0] DEBUG: INCLUDE: 'C:/Apache/Apache2/htdocs/cactid/scripts/ss_fping.php' SCRIPT: 'ss_fping' CMD: 'DemoRoomSW 5'
09/25/2005 08:26:02 PM - CMDPHP: Poller[0] Host[3] DS[34] SERVER: C:/Apache/Apache2/htdocs/cactid/scripts/ss_fping.php ss_fping DemoRoomSW 5, output: min:15.3700 avg:41.7160 max:81.9800 dev:27.1956 loss:0.0000
09/25/2005 08:26:02 PM - PHPSVR: Poller[0] SERVER: C:/Apache/Apache2/htdocs/cactid/scripts/ss_fping.php ss_fping DemoRoomSW 5 output min:15.3700 avg:41.7160 max:81.9800 dev:27.1956 loss:0.0000
09/25/2005 08:26:02 PM - PHPSVR: Poller[0] DEBUG: PHP Script Server Shutdown request received, exiting
09/25/2005 08:26:03 PM - CMDPHP: Poller[0] Time: 1.1581 s, Theads: N/A, Hosts: 1
09/25/2005 08:26:03 PM - POLLER: Poller[0] Parsed MULTI output field 'min:15.3700' [map min->min]
09/25/2005 08:26:03 PM - POLLER: Poller[0] Parsed MULTI output field 'avg:41.7160' [map avg->avg]
09/25/2005 08:26:03 PM - POLLER: Poller[0] Parsed MULTI output field 'max:81.9800' [map max->max]
09/25/2005 08:26:03 PM - POLLER: Poller[0] Parsed MULTI output field 'dev:27.1956' [map dev->dev]
09/25/2005 08:26:03 PM - POLLER: Poller[0] Parsed MULTI output field 'loss:0.0000' [map loss->loss]
09/25/2005 08:26:03 PM - POLLER: Poller[0] CACTI2RRD: c:/rrdtool/rrdtool.exe update C:\Apache\Apache2\htdocs\cactid\rra\demoroomsw_min_34.rrd --template min:avg:max:dev:loss 1127651161:15.3700:41.7160:81.9800:27.1956:0.0000
09/25/2005 08:26:03 PM - SYSTEM STATS: Time:2.4567 Method:cmd.php Processes:2 Threads:N/A Hosts:2 HostsPerProcess:1 DataSources:1 RRDsProcessed:1
09/25/2005 08:26:03 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: c:/php/php.exe, ARGS: -q C:/Apache/Apache2/htdocs/cactid/poller_commands.php]
09/25/2005 08:26:03 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: c:/php/php.exe, ARGS: -q C:/Apache/Apache2/htdocs/cactid/poller_export.php]
=================
09/25/2005 08:26:16 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: c:/php/php.exe, ARGS: -q c:/apache/apache2/htdocs/cactid/cmd.php 0 0]
09/25/2005 08:26:16 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: c:/php/php.exe, ARGS: -q c:/apache/apache2/htdocs/cactid/cmd.php 3 3]
09/25/2005 08:26:18 PM - PHPSVR: Poller[0] DEBUG: SERVER: cmd
09/25/2005 08:26:18 PM - PHPSVR: Poller[0] DEBUG: GETCWD: c:/apache/apache2/htdocs/cactid
09/25/2005 08:26:18 PM - PHPSVR: Poller[0] DEBUG: DIRNAM: c:/apache/apache2/htdocs/cactid
09/25/2005 08:26:18 PM - PHPSVR: Poller[0] DEBUG: FILENM: c:\Apache\Apache2\htdocs\cactid\script_server.php
09/25/2005 08:26:18 PM - PHPSVR: Poller[0] PHP Script Server has Started - Parent is cmd
09/25/2005 08:26:18 PM - CMDPHP: Poller[0] PHP Script Server Started Properly
09/25/2005 08:26:18 PM - CMDPHP: Poller[0] ERROR: Either there are no items in the cache or polling is disabled
09/25/2005 08:26:18 PM - CMDPHP: Poller[0] Host[3] PING: Host is alive
09/25/2005 08:26:18 PM - CMDPHP: Poller[0] Host[3] RECACHE: Processing 1 items in the auto reindex cache for 'DemoRoomSW'.
09/25/2005 08:26:18 PM - PHPSVR: Poller[0] DEBUG: INCLUDE: 'C:/Apache/Apache2/htdocs/cactid/scripts/ss_fping.php' SCRIPT: 'ss_fping' CMD: 'DemoRoomSW 5'
09/25/2005 08:26:18 PM - CMDPHP: Poller[0] Host[3] DS[34] SERVER: C:/Apache/Apache2/htdocs/cactid/scripts/ss_fping.php ss_fping DemoRoomSW 5, output: min:14.3800 avg:53.4540 max:162.8000 dev:55.0937 loss:0.0000
09/25/2005 08:26:18 PM - PHPSVR: Poller[0] SERVER: C:/Apache/Apache2/htdocs/cactid/scripts/ss_fping.php ss_fping DemoRoomSW 5 output min:14.3800 avg:53.4540 max:162.8000 dev:55.0937 loss:0.0000
09/25/2005 08:26:18 PM - PHPSVR: Poller[0] DEBUG: PHP Script Server Shutdown request received, exiting
09/25/2005 08:26:18 PM - CMDPHP: Poller[0] Time: 1.2583 s, Theads: N/A, Hosts: 1
09/25/2005 08:26:19 PM - POLLER: Poller[0] Parsed MULTI output field 'min:14.3800' [map min->min]
09/25/2005 08:26:19 PM - POLLER: Poller[0] Parsed MULTI output field 'avg:53.4540' [map avg->avg]
09/25/2005 08:26:19 PM - POLLER: Poller[0] Parsed MULTI output field 'max:162.8000' [map max->max]
09/25/2005 08:26:19 PM - POLLER: Poller[0] Parsed MULTI output field 'dev:55.0937' [map dev->dev]
09/25/2005 08:26:19 PM - POLLER: Poller[0] Parsed MULTI output field 'loss:0.0000' [map loss->loss]
09/25/2005 08:26:19 PM - POLLER: Poller[0] CACTI2RRD: c:/rrdtool/rrdtool.exe update C:\Apache\Apache2\htdocs\cactid\rra\demoroomsw_min_34.rrd --template min:avg:max:dev:loss 1127651177:14.3800:53.4540:162.8000:55.0937:0.0000
09/25/2005 08:26:19 PM - SYSTEM STATS: Time:2.4943 Method:cmd.php Processes:2 Threads:N/A Hosts:2 HostsPerProcess:1 DataSources:1 RRDsProcessed:1
09/25/2005 08:26:19 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: c:/php/php.exe, ARGS: -q C:/Apache/Apache2/htdocs/cactid/poller_commands.php]
09/25/2005 08:26:19 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: c:/php/php.exe, ARGS: -q C:/Apache/Apache2/htdocs/cactid/poller_export.php]
================
Who is online
Users browsing this forum: No registered users and 0 guests