Cacti sending data to nagios/NPC

General discussion about Plugins for Cacti

Moderators: Developers, Moderators

schweet
Posts: 13
Joined: Thu Jun 04, 2009 11:12 am

Post by schweet »

Hi;

Just to update you guys:

I have now managed to see data correctly displaying on the cacti host. All tables for NPC are being updated remotely from the Nagios host. As for json problem. Thanks to billy for pointing out the problem with using pear to install json. I removed json as confirmed above using "pear uninstall json". I then did the following:

1/ Downloaded src rpm from http://trac2.assembla.com/npc/wiki/QuickStartGuide
2/ Installed rpm-build using yum from my repo
3/ Installed yum install gcc-c++ as its a dependency
4/ rpmbuild --rebuild php-json-4.3.2_1.2.1-1.aurore.src.rpm
5/ rpm -ivh /usr/src/redhat/RPMS/i386/php-json-5.1.6_1.2.1-1.aurore.i386.rpm
6/ Checked and confirmed "php -i | grep json" output confirmed it was loaded and successful
7/ tail -f apache_error,log
8/ Opened browser and NPC was showing all info! YOU BEAUTY!

Thanks to everyone for all the help! BIG UP BILLY! Cheers mate, keep up the good work!

Thanks
Ali.
linebacker2
Posts: 28
Joined: Fri May 08, 2009 11:34 am

Post by linebacker2 »

divagater,

I checked my apache logs and don't see any fatal errors anywhere.

The output of rpm -qa | grep php is as follows:

rrdtool-php-1.3.4-2.fc10.i386
php-gd-5.2.9-2.fc10.i386
php-pear-Net-Socket-1.0.9-1.fc10.noarch
php-cli-5.2.9-2.fc10.i386
php-ldap-5.2.9-2.fc10.i386
php-5.2.9-2.fc10.i386
php-common-5.2.9-2.fc10.i386
php-snmp-5.2.9-2.fc10.i386
php-pear-1.7.2-2.fc10.noarch
php-mbstring-5.2.9-2.fc10.i386
php-pdo-5.2.9-2.fc10.i386
php-devel-5.2.9-2.fc10.i386
php-mysql-5.2.9-2.fc10.i386

I also created json_test.php and ran it. The output is as follows:

Testing json_encode():
{"fish":"trout","fruit":"apple","mammal":"dog"}

Testing json_decode():
stdClass Object
(
[fish] => trout
[fruit] => apple
[mammal] => dog
)

My output of php -i | grep json is:

Configure Command => './configure' '--build=i386-redhat-linux-gnu' '--host=i386-redhat-linux-gnu' '--target=i386-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--cache-file=../config.cache' '--with-libdir=lib' '--with-config-file-path=/etc' '--with-config-file-scan-dir=/etc/php.d' '--disable-debug' '--with-pic' '--disable-rpath' '--without-pear' '--with-bz2' '--with-curl' '--with-exec-dir=/usr/bin' '--with-freetype-dir=/usr' '--with-png-dir=/usr' '--with-xpm-dir=/usr' '--enable-gd-native-ttf' '--with-t1lib=/usr' '--without-gdbm' '--with-gettext' '--with-gmp' '--with-iconv' '--with-jpeg-dir=/usr' '--with-openssl' '--with-pcre-regex=/usr' '--with-zlib' '--with-layout=GNU' '--enable-exif' '--enable-ftp' '--enable-magic-quotes' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-sysvmsg' '--enable-wddx' '--with-kerberos' '--enable-ucd-snmp-hack' '--enable-shmop' '--enable-calendar' '--without-mime-magic' '--without-sqlite' '--with-libxml-dir=/usr' '--enable-xml' '--with-system-tzdata' '--enable-force-cgi-redirect' '--enable-pcntl' '--with-imap=shared' '--with-imap-ssl' '--enable-mbstring=shared' '--enable-mbregex' '--with-ncurses=shared' '--with-gd=shared' '--enable-bcmath=shared' '--enable-dba=shared' '--with-db4=/usr' '--with-xmlrpc=shared' '--with-ldap=shared' '--with-ldap-sasl' '--with-mysql=shared,/usr' '--with-mysqli=shared,/usr/bin/mysql_config' '--enable-dom=shared' '--with-pgsql=shared' '--with-snmp=shared,/usr' '--enable-soap=shared' '--with-xsl=shared,/usr' '--enable-xmlreader=shared' '--enable-xmlwriter=shared' '--enable-fastcgi' '--enable-pdo=shared' '--with-pdo-odbc=shared,unixODBC,/usr' '--with-pdo-mysql=shared,/usr' '--with-pdo-pgsql=shared,/usr' '--with-pdo-sqlite=shared,/usr' '--with-pdo-dblib=shared,/usr' '--enable-json=shared' '--enable-zip=shared' '--with-readline' '--enable-dbase=shared' '--with-pspell=shared' '--with-mcrypt=shared,/usr' '--with-mhash=shared,/usr' '--with-tidy=shared,/usr' '--with-mssql=shared,/usr' '--with-unixODBC=shared,/usr'
/etc/php.d/json.ini,
json
json support => enabled
json version => 1.2.1

I can't seem to find the root of the problem and I really want to get NPC working because it looks so great!

I can remotely connect to mysql on both servers using the credentials specified in the ndo2db.cfg

I have followed all the instructions on the quick start page and double, triple checked everything (http://trac2.assembla.com/npc/wiki/QuickStartGuide)

I have also attached my ndo2db.cfg and ndomod.cfg files for your reference.

when I do a tail -f /usr/local/nagios/var/nagios.log |grep ndomod

I am getting:

ndomod: Still unable to connect to data sink. 457160 items lost, 5000 queued items to flush.

Any help in resolving this would be very much appreciated!! Thanks!!
linebacker2
Posts: 28
Joined: Fri May 08, 2009 11:34 am

Post by linebacker2 »

#####################################################################
# NDO2DB DAEMON CONFIG FILE
#
# Last Modified: 01-02-2009
#####################################################################



# LOCK FILE
# This is the lockfile that NDO2DB will use to store its PID number
# in when it is running in daemon mode.

lock_file=/usr/local/nagios/var/ndo2db.lock



# USER/GROUP PRIVILIGES
# These options determine the user/group that the daemon should run as.
# You can specify a number (uid/gid) or a name for either option.

ndo2db_user=nagios
ndo2db_group=nagios



# SOCKET TYPE
# This option determines what type of socket the daemon will create
# an accept connections from.
# Value:
# unix = Unix domain socket (default)
# tcp = TCP socket

#socket_type=unix
socket_type=tcp



# SOCKET NAME
# This option determines the name and path of the UNIX domain
# socket that the daemon will create and accept connections from.
# This option is only valid if the socket type specified above
# is "unix".

#socket_name=/usr/local/nagios/var/ndo.sock



# TCP PORT
# This option determines what port the daemon will listen for
# connections on. This option is only vlaid if the socket type
# specified above is "tcp".

tcp_port=5668



# DATABASE SERVER TYPE
# This option determines what type of DB server the daemon should
# connect to.
# Values:
# mysql = MySQL
# pgsql = PostgreSQL

db_servertype=mysql



# DATABASE HOST
# This option specifies what host the DB server is running on.

db_host=172.17.100.84
#db_host=localhost


# DATABASE PORT
# This option specifies the port that the DB server is running on.
# Values:
# 3306 = Default MySQL port
# 5432 = Default PostgreSQL port

db_port=3306



# DATABASE NAME
# This option specifies the name of the database that should be used.

db_name=cacti
#db_name=nagios


# DATABASE TABLE PREFIX
# Determines the prefix (if any) that should be prepended to table names.
# If you modify the table prefix, you'll need to modify the SQL script for
# creating the database!

db_prefix=npc_
#db_prefix=nagios_



# DATABASE USERNAME/PASSWORD
# This is the username/password that will be used to authenticate to the DB.
# The user needs at least SELECT, INSERT, UPDATE, and DELETE privileges on
# the database.

db_user=cactiuser
db_pass=password
#db_user=nagios
#db_pass=nagios




## TABLE TRIMMING OPTIONS
# Several database tables containing Nagios event data can become quite large
# over time. Most admins will want to trim these tables and keep only a
# certain amount of data in them. The options below are used to specify the
# age (in MINUTES) that data should be allowd to remain in various tables
# before it is deleted. Using a value of zero (0) for any value means that
# that particular table should NOT be automatically trimmed.

# Keep timed events for 24 hours
max_timedevents_age=1440

# Keep system commands for 1 week
max_systemcommands_age=10080

# Keep service checks for 1 week
max_servicechecks_age=10080

# Keep host checks for 1 week
max_hostchecks_age=10080

# Keep event handlers for 31 days
max_eventhandlers_age=44640





# DEBUG LEVEL
# This option determines how much (if any) debugging information will
# be written to the debug file. OR values together to log multiple
# types of information.
# Values: -1 = Everything
# 0 = Nothing
# 1 = Process info
# 2 = SQL queries

debug_level=1



# DEBUG VERBOSITY
# This option determines how verbose the debug log out will be.
# Values: 0 = Brief output
# 1 = More detailed
# 2 = Very detailed

debug_verbosity=1



# DEBUG FILE
# This option determines where the daemon should write debugging information.

#debug_file=@localstatedir@/ndo2db.debug
debug_file=/usr/local/nagios/var/ndo2db.debug


# MAX DEBUG FILE SIZE
# This option determines the maximum size (in bytes) of the debug file. If
# the file grows larger than this size, it will be renamed with a .old
# extension. If a file already exists with a .old extension it will
# automatically be deleted. This helps ensure your disk space usage doesn't
# get out of control when debugging.

max_debug_file_size=1000000



******************************************************************

#####################################################################
# NDOMOD CONFIG FILE
#
# Last Modified: 09-05-2007
#####################################################################


# INSTANCE NAME
# This option identifies the "name" associated with this particular
# instance of Nagios and is used to seperate data coming from multiple
# instances. Defaults to 'default' (without quotes).

instance_name=default



# OUTPUT TYPE
# This option determines what type of output sink the NDO NEB module
# should use for data output. Valid options include:
# file = standard text file
# tcpsocket = TCP socket
# unixsocket = UNIX domain socket (default)

#output_type=file
output_type=tcpsocket
#output_type=unixsocket



# OUTPUT
# This option determines the name and path of the file or UNIX domain
# socket to which output will be sent if the output type option specified
# above is "file" or "unixsocket", respectively. If the output type
# option is "tcpsocket", this option is used to specify the IP address
# of fully qualified domain name of the host that the module should
# connect to for sending output.

#output=/usr/local/nagios/var/ndo.dat
output=172.17.100.84
#output=localhost
#output=/usr/local/nagios/var/ndo.sock



# TCP PORT
# This option determines what port the module will connect to in
# order to send output. This option is only vlaid if the output type
# option specified above is "tcpsocket".

tcp_port=5668



# OUTPUT BUFFER
# This option determines the size of the output buffer, which will help
# prevent data from getting lost if there is a temporary disconnect from
# the data sink. The number of items specified here is the number of
# lines (each of variable size) of output that will be buffered.

output_buffer_items=5000



# BUFFER FILE
# This option is used to specify a file which will be used to store the
# contents of buffered data which could not be sent to the NDO2DB daemon
# before Nagios shuts down. Prior to shutting down, the NDO NEB module
# will write all buffered data to this file for later processing. When
# Nagios (re)starts, the NDO NEB module will read the contents of this
# file and send it to the NDO2DB daemon for processing.

buffer_file=/usr/local/nagios/var/ndomod.tmp



# FILE ROTATION INTERVAL
# This option determines how often (in seconds) the output file is
# rotated by Nagios. File rotation is handled by Nagios by executing
# the command defined by the file_rotation_command option. This
# option has no effect if the output_type option is a socket.

file_rotation_interval=14400



# FILE ROTATION COMMAND
# This option specified the command (as defined in Nagios) that is
# used to rotate the output file at the interval specified by the
# file_rotation_interval option. This option has no effect if the
# output_type option is a socket.
#
# See the file 'misccommands.cfg' for an example command definition
# that you can use to rotate the log file.

#file_rotation_command=rotate_ndo_log



# FILE ROTATION TIMEOUT
# This option specified the maximum number of seconds that the file
# rotation command should be allowed to run before being prematurely
# terminated.

file_rotation_timeout=60



# RECONNECT INTERVAL
# This option determines how often (in seconds) that the NDO NEB
# module will attempt to re-connect to the output file or socket if
# a connection to it is lost.

reconnect_interval=15



# RECONNECT WARNING INTERVAL
# This option determines how often (in seconds) a warning message will
# be logged to the Nagios log file if a connection to the output file
# or socket cannot be re-established.

reconnect_warning_interval=15
#reconnect_warning_interval=900



# DATA PROCESSING OPTION
# This option determines what data the NDO NEB module will process.
# Do not mess with this option unless you know what you're doing!!!!
# Read the source code (include/ndbxtmod.h) to determine what values
# to use here. Values from source code should be OR'ed to get the
# value to use here. A value of -1 will cause all data to be processed.
# Read the source code (include/ndomod.h) and look for "NDOMOD_PROCESS_"
# to determine what values to use here. Values from source code should
# be OR'ed to get the value to use here. A value of -1 will cause all
# data to be processed.

data_processing_options=-1



# CONFIG OUTPUT OPTION
# This option determines what types of configuration data the NDO
# NEB module will dump from Nagios. Values can be OR'ed together.
# Values:
# 0 = Don't dump any configuration information
# 1 = Dump only original config (from config files)
# 2 = Dump config only after retained information has been restored
# 3 = Dump both original and retained configuration

config_output_options=2
User avatar
divagater
Cacti User
Posts: 191
Joined: Wed Nov 17, 2004 5:22 pm
Location: Chapel Hill, NC.
Contact:

Post by divagater »

linebacker2 wrote:I have also attached my ndo2db.cfg and ndomod.cfg files for your reference.

when I do a tail -f /usr/local/nagios/var/nagios.log |grep ndomod

I am getting:

ndomod: Still unable to connect to data sink. 457160 items lost, 5000 queued items to flush.

Any help in resolving this would be very much appreciated!! Thanks!!
Ok, so you almost solved this yourself. nodmod can`t talk to the data sink. In this case the data sink is ndo2db not the database. The flow goes something like this:

Nagios -> ndomod (via event broker api) -> ndo2db daemon -> database

So I see a couple possible problems. 1st, in your ndomod.cfg change the ouput to:

output=127.0.0.1

ndomod will send information to the ndo2db daemon on 127.0.0.1 port 5668. Then ndo2db will send the data to your database at the address you configured with the db_host parameter in ndo2db.cfg.

Make that one change in ndomod.cfg then verify that ndo2db is running. Now restart nagios and watch the nagios log, your data sink should connect.

Cheers,
Billy
[url=http://forums.cacti.net/viewtopic.php?t=26540][b]NPC 2.0.4[/b][/url]
[url=http://trac2.assembla.com/npc][size=75]Trac[/size][/url] | [url=http://trac2.assembla.com/npc/newticket?type=defect][size=75]Bugs[/size][/url] | [url=http://trac2.assembla.com/npc/newticket?type=enhancement][size=75]Requests[/size][/url]
linebacker2
Posts: 28
Joined: Fri May 08, 2009 11:34 am

Post by linebacker2 »

divagater thanks!!

That got my datasink connected!!

I still don't see anything through the NPC plugin though.

What does the NPC settings configuration supposed to look like?

(console->settings->NPC)

does it defer at all since nagios is on a remote system? especially the Nagios Command File Path?

Also my tech support page displays the NPC tables as skipped due to being INNODB? Is this a problem?
User avatar
divagater
Cacti User
Posts: 191
Joined: Wed Nov 17, 2004 5:22 pm
Location: Chapel Hill, NC.
Contact:

Post by divagater »

linebacker2 wrote:divagater thanks!!

That got my datasink connected!!

I still don't see anything through the NPC plugin though.

What does the NPC settings configuration supposed to look like?

(console->settings->NPC)

does it defer at all since nagios is on a remote system? especially the Nagios Command File Path?

Also my tech support page displays the NPC tables as skipped due to being INNODB? Is this a problem?
Ok, now query one of the npc_tables to see if there is any data in it. We know your json support is good so you want to verify you actually are getting data into the tables. You could have database permission issues and still show a connected data sink.

Connect to your cacti database from your nagios server using the same parameters you have in ndo2db.cfg and query the npc_hosts table:

Code: Select all

mysql -u cactiuser -p -h 172.17.100.84 cacti

SELECT host_id, alias, address FROM npc_hosts;
If you see your hosts listed then the problem will be on the npc side. No hosts and the problem is on the ndo2db side. Let me know what you see.

Billy
[url=http://forums.cacti.net/viewtopic.php?t=26540][b]NPC 2.0.4[/b][/url]
[url=http://trac2.assembla.com/npc][size=75]Trac[/size][/url] | [url=http://trac2.assembla.com/npc/newticket?type=defect][size=75]Bugs[/size][/url] | [url=http://trac2.assembla.com/npc/newticket?type=enhancement][size=75]Requests[/size][/url]
linebacker2
Posts: 28
Joined: Fri May 08, 2009 11:34 am

Post by linebacker2 »

Hey Billy,

Thanks again. I connected to my cacti database from my nagios server and queried the npc_hosts table.

I got all my hosts listed. So problem seems to be on the NPC side. Any clue to what could be wrong with NPC?
User avatar
divagater
Cacti User
Posts: 191
Joined: Wed Nov 17, 2004 5:22 pm
Location: Chapel Hill, NC.
Contact:

Post by divagater »

linebacker2 wrote:Hey Billy,

Thanks again. I connected to my cacti database from my nagios server and queried the npc_hosts table.

I got all my hosts listed. So problem seems to be on the NPC side. Any clue to what could be wrong with NPC?
Tail your httpd error logs and while watching the logs click the NPC tab in cacti to force a reload. Send me any errors that get logged. I have an fc10 vm. I will run through a setup on it tonight and see if there are any caveats.

Billy
[url=http://forums.cacti.net/viewtopic.php?t=26540][b]NPC 2.0.4[/b][/url]
[url=http://trac2.assembla.com/npc][size=75]Trac[/size][/url] | [url=http://trac2.assembla.com/npc/newticket?type=defect][size=75]Bugs[/size][/url] | [url=http://trac2.assembla.com/npc/newticket?type=enhancement][size=75]Requests[/size][/url]
linebacker2
Posts: 28
Joined: Fri May 08, 2009 11:34 am

Post by linebacker2 »

Billy,

I tailed my Apache error logs while clicking on the NPC tab to force a re-load but see no errors logged.
User avatar
divagater
Cacti User
Posts: 191
Joined: Wed Nov 17, 2004 5:22 pm
Location: Chapel Hill, NC.
Contact:

Post by divagater »

linebacker2 wrote:Billy,

I tailed my Apache error logs while clicking on the NPC tab to force a re-load but see no errors logged.
Ok, sit tight and I will emulate your environment tonight to try to reproduce the issue. If I can reproduce the problem that will be a big help.

Billy
[url=http://forums.cacti.net/viewtopic.php?t=26540][b]NPC 2.0.4[/b][/url]
[url=http://trac2.assembla.com/npc][size=75]Trac[/size][/url] | [url=http://trac2.assembla.com/npc/newticket?type=defect][size=75]Bugs[/size][/url] | [url=http://trac2.assembla.com/npc/newticket?type=enhancement][size=75]Requests[/size][/url]
User avatar
divagater
Cacti User
Posts: 191
Joined: Wed Nov 17, 2004 5:22 pm
Location: Chapel Hill, NC.
Contact:

Post by divagater »

linebacker2 wrote:divagater thanks!!

That got my datasink connected!!

I still don't see anything through the NPC plugin though.
So, I installed FC10 into a VM. From there I installed Nagios, ndo2db, Cacti, and NPC and was immediately able to see all the configured hosts and services in NPC. I have all the exact same RPM's and versions as you listed.

I was really hoping I could reproduce your issue. What I would really like is to get ssh access to your system so I can see the problem for myself. If thats not possible you will have to keep digging.

Also, if you could send me a screenshot of what you see. Click on the NPC tab in cacti. Then in the left tree menu click on Services so that the Services grid opens. Now take a screen shot and send it to me.

Cheers,
Billy
[url=http://forums.cacti.net/viewtopic.php?t=26540][b]NPC 2.0.4[/b][/url]
[url=http://trac2.assembla.com/npc][size=75]Trac[/size][/url] | [url=http://trac2.assembla.com/npc/newticket?type=defect][size=75]Bugs[/size][/url] | [url=http://trac2.assembla.com/npc/newticket?type=enhancement][size=75]Requests[/size][/url]
linebacker2
Posts: 28
Joined: Fri May 08, 2009 11:34 am

Post by linebacker2 »

Billy,

Just to be more clear I have Nagios installed on FC10. Cacti is installed on a separate box running windows server 2003.

Initially I was under the impression that the FC10 system might be the problem because everything else on cacti is running smoothly and since the most obvious issue (the datasink not connecting) was related to the FC10 system. Partially this is true but since we have narrowed down the issue to the NPC side after getting the data sink issue successfully resolved (thank you for that) on the Nagios FC10 system and checking that both ndomod.cfg and ndo2db.cfg are configured correctly as well as all dependencies on the FC10 side.
Also just to recap both permissions are set up correctly on both systems and I can log on to to both mysql databases remotely from each of the separate systems. I have verified that NPC tables are being populated as well.

It seems that perhaps a closer look on windows system is in order as the problem probably lies there. I just need a little bit more of your time as I feel we are close to resolving this.


Below is the screen shot you requested. Thanks again for all your help up until now! Please let me know what other info I can provide you with.
Attachments
Screenshot.JPG
Screenshot.JPG (86.22 KiB) Viewed 8315 times
linebacker2
Posts: 28
Joined: Fri May 08, 2009 11:34 am

Post by linebacker2 »

By the way this is what my Apache access log is showing form this morning on my Windows Server 2003 system my Apache error log does not display any errors:

Apache access Log

172.17.150.67 - - [26/Jun/2009:09:30:26 -0400] "GET /cacti/plugins/npc/npc.php?module=nagios&action=getProgramStatus&_dc=1246023026133 HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:30:26 -0400] "GET /cacti/plugins/npc/npc.php?module=hosts&action=summary&_dc=1246023026171 HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:30:26 -0400] "GET /cacti/plugins/npc/npc.php?module=services&action=summary&_dc=1246023026215 HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:30:26 -0400] "POST /cacti/plugins/npc/npc.php?module=hosts&action=getHosts&p_state=not_ok HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:30:26 -0400] "POST /cacti/plugins/npc/npc.php?module=services&action=getServices&p_state=not_ok HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:30:26 -0400] "POST /cacti/plugins/npc/npc.php?module=hostgroups&action=getHostgroupServiceStatus HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:30:26 -0400] "POST /cacti/plugins/npc/npc.php?module=servicegroups&action=getServicegroupServiceStatus HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:30:27 -0400] "POST /cacti/plugins/npc/npc.php?module=hostgroups&action=getHostgroupHostStatus HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:30:27 -0400] "POST /cacti/plugins/npc/npc.php?module=servicegroups&action=getHostStatusPortlet HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/include/main.css HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/include/layout.js HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/include/treeview/ua.js HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/include/treeview/ftiens4.js HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/include/jscalendar/calendar.js HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/include/jscalendar/lang/calendar-en.js HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/include/jscalendar/calendar-setup.js HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/plugins/spikekill/spikekill.js HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/plugins/spikekill/spikekill.css HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/images/tab_console.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/plugins/thold/images/tab_thold.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/plugins/spikekill/wz_tooltip.js HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/images/tab_graphs_down.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/plugins/npc/images/tab_npc.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/plugins/reportit/images/tab_reportit_up.png HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:44 -0400] "GET /cacti/graph_view.php?action=tree&tree_id=1&leaf_id=19 HTTP/1.1" 200 50953
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/images/cacti_backdrop2.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/plugins/cycle/images/tab_cycle.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/plugins/manage/images/tab_manage_88.png HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/plugins/weathermap/images/tab_weathermap.png HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/plugins/monitor/images/tab_monitor.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/plugins/syslog/images/tab_syslog.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/images/tab_settings.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/images/tab_mode_tree_down.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/images/tab_mode_preview.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/images/tab_mode_list.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/images/transparent_line.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/include/treeview/ftv2vertline.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/include/treeview/ftv2mlastnode.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/include/treeview/ftv2plastnode.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/include/treeview/ftv2mnode.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/include/treeview/ftv2pnode.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/include/treeview/ftv2blank.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/include/treeview/ftv2lastnode.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/include/treeview/ftv2node.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/images/shadow_gray.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/images/shadow.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/images/calendar.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/images/move_left.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/images/move_right.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/images/button_refresh.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/images/button_go.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/images/graph_zoom.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/images/button_clear.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/images/graph_query.png HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/images/graph_properties.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/plugins/realtime/monitor_rt.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/plugins/thold/images/reddot.png HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/plugins/spikekill/images/spikekill.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/images/graph_page_top.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/plugins/thold/images/edit_object.png HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/graph_image.php?local_graph_id=134&rra_id=0&view_type=tree&graph_start=1245936644&graph_end=1246023044 HTTP/1.1" 200 27467
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/graph_image.php?local_graph_id=133&rra_id=0&view_type=tree&graph_start=1245936644&graph_end=1246023044 HTTP/1.1" 200 27549
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/graph_image.php?local_graph_id=131&rra_id=0&view_type=tree&graph_start=1245936644&graph_end=1246023044 HTTP/1.1" 200 27006
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/graph_image.php?local_graph_id=89&rra_id=0&view_type=tree&graph_start=1245936644&graph_end=1246023044 HTTP/1.1" 200 38493
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/graph_image.php?local_graph_id=209&rra_id=0&view_type=tree&graph_start=1245936644&graph_end=1246023044 HTTP/1.1" 200 35943
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/graph_image.php?local_graph_id=90&rra_id=0&view_type=tree&graph_start=1245936644&graph_end=1246023044 HTTP/1.1" 200 42445
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/graph_image.php?local_graph_id=210&rra_id=0&view_type=tree&graph_start=1245936644&graph_end=1246023044 HTTP/1.1" 200 35194
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/graph_image.php?local_graph_id=215&rra_id=0&view_type=tree&graph_start=1245936644&graph_end=1246023044 HTTP/1.1" 200 38656
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/graph_image.php?local_graph_id=211&rra_id=0&view_type=tree&graph_start=1245936644&graph_end=1246023044 HTTP/1.1" 200 30578
172.17.150.67 - - [26/Jun/2009:09:30:45 -0400] "GET /cacti/graph_image.php?local_graph_id=216&rra_id=0&view_type=tree&graph_start=1245936644&graph_end=1246023044 HTTP/1.1" 200 32203
172.17.150.67 - - [26/Jun/2009:09:31:26 -0400] "GET /cacti/plugins/npc/npc.php?module=nagios&action=getProgramStatus&_dc=1246023086148 HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:31:26 -0400] "GET /cacti/plugins/npc/npc.php?module=hosts&action=summary&_dc=1246023086169 HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:31:26 -0400] "GET /cacti/plugins/npc/npc.php?module=services&action=summary&_dc=1246023086198 HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:31:26 -0400] "POST /cacti/plugins/npc/npc.php?module=hosts&action=getHosts&p_state=not_ok HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:31:26 -0400] "POST /cacti/plugins/npc/npc.php?module=services&action=getServices&p_state=not_ok HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:31:26 -0400] "POST /cacti/plugins/npc/npc.php?module=hostgroups&action=getHostgroupServiceStatus HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:31:26 -0400] "POST /cacti/plugins/npc/npc.php?module=servicegroups&action=getServicegroupServiceStatus HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:31:27 -0400] "POST /cacti/plugins/npc/npc.php?module=hostgroups&action=getHostgroupHostStatus HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:31:27 -0400] "POST /cacti/plugins/npc/npc.php?module=servicegroups&action=getHostStatusPortlet HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:32:26 -0400] "GET /cacti/plugins/npc/npc.php?module=nagios&action=getProgramStatus&_dc=1246023146146 HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:32:26 -0400] "GET /cacti/plugins/npc/npc.php?module=hosts&action=summary&_dc=1246023146167 HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:32:26 -0400] "GET /cacti/plugins/npc/npc.php?module=services&action=summary&_dc=1246023146196 HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:32:26 -0400] "POST /cacti/plugins/npc/npc.php?module=hosts&action=getHosts&p_state=not_ok HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:32:26 -0400] "POST /cacti/plugins/npc/npc.php?module=services&action=getServices&p_state=not_ok HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:32:26 -0400] "POST /cacti/plugins/npc/npc.php?module=hostgroups&action=getHostgroupServiceStatus HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:32:26 -0400] "POST /cacti/plugins/npc/npc.php?module=servicegroups&action=getServicegroupServiceStatus HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:32:27 -0400] "POST /cacti/plugins/npc/npc.php?module=hostgroups&action=getHostgroupHostStatus HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:32:27 -0400] "POST /cacti/plugins/npc/npc.php?module=servicegroups&action=getHostStatusPortlet HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:33:26 -0400] "GET /cacti/plugins/npc/npc.php?module=nagios&action=getProgramStatus&_dc=1246023206143 HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:33:26 -0400] "GET /cacti/plugins/npc/npc.php?module=hosts&action=summary&_dc=1246023206164 HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:33:26 -0400] "GET /cacti/plugins/npc/npc.php?module=services&action=summary&_dc=1246023206207 HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:33:26 -0400] "POST /cacti/plugins/npc/npc.php?module=hosts&action=getHosts&p_state=not_ok HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:33:26 -0400] "POST /cacti/plugins/npc/npc.php?module=services&action=getServices&p_state=not_ok HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:33:26 -0400] "POST /cacti/plugins/npc/npc.php?module=hostgroups&action=getHostgroupServiceStatus HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:33:26 -0400] "POST /cacti/plugins/npc/npc.php?module=servicegroups&action=getServicegroupServiceStatus HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:33:27 -0400] "POST /cacti/plugins/npc/npc.php?module=hostgroups&action=getHostgroupHostStatus HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:33:27 -0400] "POST /cacti/plugins/npc/npc.php?module=servicegroups&action=getHostStatusPortlet HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:34:26 -0400] "GET /cacti/plugins/npc/npc.php?module=nagios&action=getProgramStatus&_dc=1246023266139 HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:34:26 -0400] "GET /cacti/plugins/npc/npc.php?module=hosts&action=summary&_dc=1246023266175 HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:34:26 -0400] "GET /cacti/plugins/npc/npc.php?module=services&action=summary&_dc=1246023266203 HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:34:26 -0400] "POST /cacti/plugins/npc/npc.php?module=hosts&action=getHosts&p_state=not_ok HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:34:26 -0400] "POST /cacti/plugins/npc/npc.php?module=services&action=getServices&p_state=not_ok HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:34:26 -0400] "POST /cacti/plugins/npc/npc.php?module=hostgroups&action=getHostgroupServiceStatus HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:34:26 -0400] "POST /cacti/plugins/npc/npc.php?module=servicegroups&action=getServicegroupServiceStatus HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:34:27 -0400] "POST /cacti/plugins/npc/npc.php?module=hostgroups&action=getHostgroupHostStatus HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:34:27 -0400] "POST /cacti/plugins/npc/npc.php?module=servicegroups&action=getHostStatusPortlet HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:35:26 -0400] "GET /cacti/plugins/npc/npc.php?module=nagios&action=getProgramStatus&_dc=1246023326164 HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:35:26 -0400] "GET /cacti/plugins/npc/npc.php?module=hosts&action=summary&_dc=1246023326199 HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:35:26 -0400] "GET /cacti/plugins/npc/npc.php?module=services&action=summary&_dc=1246023326229 HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:35:26 -0400] "POST /cacti/plugins/npc/npc.php?module=hosts&action=getHosts&p_state=not_ok HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:35:26 -0400] "POST /cacti/plugins/npc/npc.php?module=services&action=getServices&p_state=not_ok HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:35:26 -0400] "POST /cacti/plugins/npc/npc.php?module=hostgroups&action=getHostgroupServiceStatus HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:35:26 -0400] "POST /cacti/plugins/npc/npc.php?module=servicegroups&action=getServicegroupServiceStatus HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:35:27 -0400] "POST /cacti/plugins/npc/npc.php?module=hostgroups&action=getHostgroupHostStatus HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:35:27 -0400] "POST /cacti/plugins/npc/npc.php?module=servicegroups&action=getHostStatusPortlet HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:36:26 -0400] "GET /cacti/plugins/npc/npc.php?module=nagios&action=getProgramStatus&_dc=1246023386173 HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:36:26 -0400] "GET /cacti/plugins/npc/npc.php?module=hosts&action=summary&_dc=1246023386192 HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:36:26 -0400] "GET /cacti/plugins/npc/npc.php?module=services&action=summary&_dc=1246023386220 HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:36:26 -0400] "POST /cacti/plugins/npc/npc.php?module=hosts&action=getHosts&p_state=not_ok HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:36:26 -0400] "POST /cacti/plugins/npc/npc.php?module=services&action=getServices&p_state=not_ok HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:36:26 -0400] "POST /cacti/plugins/npc/npc.php?module=hostgroups&action=getHostgroupServiceStatus HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:36:26 -0400] "POST /cacti/plugins/npc/npc.php?module=servicegroups&action=getServicegroupServiceStatus HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:36:27 -0400] "POST /cacti/plugins/npc/npc.php?module=hostgroups&action=getHostgroupHostStatus HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:36:27 -0400] "POST /cacti/plugins/npc/npc.php?module=servicegroups&action=getHostStatusPortlet HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:37:26 -0400] "GET /cacti/plugins/npc/npc.php?module=nagios&action=getProgramStatus&_dc=1246023446159 HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:37:26 -0400] "GET /cacti/plugins/npc/npc.php?module=hosts&action=summary&_dc=1246023446204 HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:37:26 -0400] "GET /cacti/plugins/npc/npc.php?module=services&action=summary&_dc=1246023446246 HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:37:26 -0400] "POST /cacti/plugins/npc/npc.php?module=hosts&action=getHosts&p_state=not_ok HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:37:26 -0400] "POST /cacti/plugins/npc/npc.php?module=services&action=getServices&p_state=not_ok HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:37:26 -0400] "POST /cacti/plugins/npc/npc.php?module=hostgroups&action=getHostgroupServiceStatus HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:37:26 -0400] "POST /cacti/plugins/npc/npc.php?module=servicegroups&action=getServicegroupServiceStatus HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:37:27 -0400] "POST /cacti/plugins/npc/npc.php?module=hostgroups&action=getHostgroupHostStatus HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:37:27 -0400] "POST /cacti/plugins/npc/npc.php?module=servicegroups&action=getHostStatusPortlet HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:37:38 -0400] "GET /cacti/plugins/npc/js/ext/resources/images/default/shadow-lr.png HTTP/1.1" 200 135
172.17.150.67 - - [26/Jun/2009:09:37:38 -0400] "GET /cacti/plugins/npc/js/ext/resources/images/default/shadow-c.png HTTP/1.1" 200 118
172.17.150.67 - - [26/Jun/2009:09:37:38 -0400] "GET /cacti/plugins/npc/js/ext/resources/images/default/shadow.png HTTP/1.1" 200 311
172.17.150.67 - - [26/Jun/2009:09:38:26 -0400] "GET /cacti/plugins/npc/npc.php?module=nagios&action=getProgramStatus&_dc=1246023506166 HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:38:26 -0400] "GET /cacti/plugins/npc/npc.php?module=hosts&action=summary&_dc=1246023506194 HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:38:26 -0400] "GET /cacti/plugins/npc/npc.php?module=services&action=summary&_dc=1246023506220 HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:38:26 -0400] "POST /cacti/plugins/npc/npc.php?module=hosts&action=getHosts&p_state=not_ok HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:38:26 -0400] "POST /cacti/plugins/npc/npc.php?module=services&action=getServices&p_state=not_ok HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:38:26 -0400] "POST /cacti/plugins/npc/npc.php?module=hostgroups&action=getHostgroupServiceStatus HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:38:26 -0400] "POST /cacti/plugins/npc/npc.php?module=servicegroups&action=getServicegroupServiceStatus HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:38:27 -0400] "POST /cacti/plugins/npc/npc.php?module=hostgroups&action=getHostgroupHostStatus HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:38:27 -0400] "POST /cacti/plugins/npc/npc.php?module=servicegroups&action=getHostStatusPortlet HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:39:26 -0400] "GET /cacti/plugins/npc/npc.php?module=nagios&action=getProgramStatus&_dc=1246023566151 HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:39:26 -0400] "GET /cacti/plugins/npc/npc.php?module=hosts&action=summary&_dc=1246023566195 HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:39:26 -0400] "GET /cacti/plugins/npc/npc.php?module=services&action=summary&_dc=1246023566222 HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:39:26 -0400] "POST /cacti/plugins/npc/npc.php?module=hosts&action=getHosts&p_state=not_ok HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:39:26 -0400] "POST /cacti/plugins/npc/npc.php?module=services&action=getServices&p_state=not_ok HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:39:26 -0400] "POST /cacti/plugins/npc/npc.php?module=hostgroups&action=getHostgroupServiceStatus HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:39:26 -0400] "POST /cacti/plugins/npc/npc.php?module=servicegroups&action=getServicegroupServiceStatus HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:39:27 -0400] "POST /cacti/plugins/npc/npc.php?module=hostgroups&action=getHostgroupHostStatus HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:39:27 -0400] "POST /cacti/plugins/npc/npc.php?module=servicegroups&action=getHostStatusPortlet HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:40:26 -0400] "GET /cacti/plugins/npc/npc.php?module=nagios&action=getProgramStatus&_dc=1246023626153 HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:40:26 -0400] "GET /cacti/plugins/npc/npc.php?module=hosts&action=summary&_dc=1246023626198 HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:40:26 -0400] "GET /cacti/plugins/npc/npc.php?module=services&action=summary&_dc=1246023626226 HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:40:26 -0400] "POST /cacti/plugins/npc/npc.php?module=hosts&action=getHosts&p_state=not_ok HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:40:26 -0400] "POST /cacti/plugins/npc/npc.php?module=services&action=getServices&p_state=not_ok HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:40:26 -0400] "POST /cacti/plugins/npc/npc.php?module=hostgroups&action=getHostgroupServiceStatus HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:40:26 -0400] "POST /cacti/plugins/npc/npc.php?module=servicegroups&action=getServicegroupServiceStatus HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:40:27 -0400] "POST /cacti/plugins/npc/npc.php?module=hostgroups&action=getHostgroupHostStatus HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:40:27 -0400] "POST /cacti/plugins/npc/npc.php?module=servicegroups&action=getHostStatusPortlet HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/include/main.css HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/include/layout.js HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/include/treeview/ua.js HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/include/treeview/ftiens4.js HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/include/jscalendar/calendar.js HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/include/jscalendar/lang/calendar-en.js HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/include/jscalendar/calendar-setup.js HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/plugins/spikekill/spikekill.js HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/plugins/spikekill/spikekill.css HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/images/tab_console.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/plugins/thold/images/tab_thold.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/plugins/spikekill/wz_tooltip.js HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/images/tab_graphs_down.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/plugins/npc/images/tab_npc.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/plugins/reportit/images/tab_reportit_up.png HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/plugins/cycle/images/tab_cycle.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/images/cacti_backdrop2.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/graph_view.php?action=tree&tree_id=1&leaf_id=19 HTTP/1.1" 200 50953
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/plugins/manage/images/tab_manage_88.png HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/plugins/monitor/images/tab_monitor.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/plugins/syslog/images/tab_syslog.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/plugins/weathermap/images/tab_weathermap.png HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/images/tab_settings.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/images/tab_mode_tree_down.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/images/tab_mode_list.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/images/tab_mode_preview.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/images/transparent_line.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/include/treeview/ftv2vertline.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/include/treeview/ftv2mnode.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/include/treeview/ftv2plastnode.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/include/treeview/ftv2lastnode.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/include/treeview/ftv2blank.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/images/shadow_gray.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/include/treeview/ftv2node.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/images/shadow.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/images/calendar.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/images/move_left.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/images/move_right.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/images/button_refresh.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/images/button_clear.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/images/button_go.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/images/graph_zoom.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/images/graph_query.png HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/images/graph_properties.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/plugins/thold/images/reddot.png HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/plugins/thold/images/edit_object.png HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/plugins/realtime/monitor_rt.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/plugins/spikekill/images/spikekill.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/images/graph_page_top.gif HTTP/1.1" 304 -
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/graph_image.php?local_graph_id=131&rra_id=0&view_type=tree&graph_start=1245937246&graph_end=1246023646 HTTP/1.1" 200 26766
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/graph_image.php?local_graph_id=90&rra_id=0&view_type=tree&graph_start=1245937246&graph_end=1246023646 HTTP/1.1" 200 42458
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/graph_image.php?local_graph_id=89&rra_id=0&view_type=tree&graph_start=1245937246&graph_end=1246023646 HTTP/1.1" 200 38756
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/graph_image.php?local_graph_id=133&rra_id=0&view_type=tree&graph_start=1245937246&graph_end=1246023646 HTTP/1.1" 200 26867
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/graph_image.php?local_graph_id=134&rra_id=0&view_type=tree&graph_start=1245937246&graph_end=1246023646 HTTP/1.1" 200 26361
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/graph_image.php?local_graph_id=210&rra_id=0&view_type=tree&graph_start=1245937246&graph_end=1246023646 HTTP/1.1" 200 35056
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/graph_image.php?local_graph_id=209&rra_id=0&view_type=tree&graph_start=1245937246&graph_end=1246023646 HTTP/1.1" 200 35660
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/graph_image.php?local_graph_id=215&rra_id=0&view_type=tree&graph_start=1245937246&graph_end=1246023646 HTTP/1.1" 200 38751
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/graph_image.php?local_graph_id=211&rra_id=0&view_type=tree&graph_start=1245937246&graph_end=1246023646 HTTP/1.1" 200 29632
172.17.150.67 - - [26/Jun/2009:09:40:46 -0400] "GET /cacti/graph_image.php?local_graph_id=216&rra_id=0&view_type=tree&graph_start=1245937246&graph_end=1246023646 HTTP/1.1" 200 31336
172.17.150.67 - - [26/Jun/2009:09:41:26 -0400] "GET /cacti/plugins/npc/npc.php?module=nagios&action=getProgramStatus&_dc=1246023686155 HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:41:26 -0400] "GET /cacti/plugins/npc/npc.php?module=hosts&action=summary&_dc=1246023686186 HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:41:26 -0400] "GET /cacti/plugins/npc/npc.php?module=services&action=summary&_dc=1246023686228 HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:41:26 -0400] "POST /cacti/plugins/npc/npc.php?module=hosts&action=getHosts&p_state=not_ok HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:41:26 -0400] "POST /cacti/plugins/npc/npc.php?module=services&action=getServices&p_state=not_ok HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:41:26 -0400] "POST /cacti/plugins/npc/npc.php?module=hostgroups&action=getHostgroupServiceStatus HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:41:26 -0400] "POST /cacti/plugins/npc/npc.php?module=servicegroups&action=getServicegroupServiceStatus HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:41:27 -0400] "POST /cacti/plugins/npc/npc.php?module=hostgroups&action=getHostgroupHostStatus HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:41:27 -0400] "POST /cacti/plugins/npc/npc.php?module=servicegroups&action=getHostStatusPortlet HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:42:26 -0400] "GET /cacti/plugins/npc/npc.php?module=nagios&action=getProgramStatus&_dc=1246023746157 HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:42:26 -0400] "GET /cacti/plugins/npc/npc.php?module=hosts&action=summary&_dc=1246023746188 HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:42:26 -0400] "GET /cacti/plugins/npc/npc.php?module=services&action=summary&_dc=1246023746215 HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:42:26 -0400] "POST /cacti/plugins/npc/npc.php?module=hosts&action=getHosts&p_state=not_ok HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:42:26 -0400] "POST /cacti/plugins/npc/npc.php?module=services&action=getServices&p_state=not_ok HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:42:26 -0400] "POST /cacti/plugins/npc/npc.php?module=hostgroups&action=getHostgroupServiceStatus HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:42:26 -0400] "POST /cacti/plugins/npc/npc.php?module=servicegroups&action=getServicegroupServiceStatus HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:42:27 -0400] "POST /cacti/plugins/npc/npc.php?module=hostgroups&action=getHostgroupHostStatus HTTP/1.1" 500 -
172.17.150.67 - - [26/Jun/2009:09:42:27 -0400] "POST /cacti/plugins/npc/npc.php?module=servicegroups&action=getHostStatusPortlet HTTP/1.1" 500 -
User avatar
divagater
Cacti User
Posts: 191
Joined: Wed Nov 17, 2004 5:22 pm
Location: Chapel Hill, NC.
Contact:

Post by divagater »

linebacker2 wrote:Billy,

Just to be more clear I have Nagios installed on FC10. Cacti is installed on a separate box running windows server 2003.
omg! Shame on me for not asking that. Um I have never (ever) tried to run NPC under windows and I am not at all surprised it doesn't work. I can see from your apache logs that every hit to npc/ is throwing an HTTP 500. That means internal server error i.e. the php pages are failing to execute.

There is not necessarily a reason that NPC should not work under windows with a couple rare exceptions where I go to the command line and expect linux/unix paths. Being on windows does not change the requirements. You need to verify that PHP has pdo and json support enabled. The json support needs to have the json_encode and json_decode methods. I suspect from the 500's that you are missing either json, pdo, or both.

Cheers,
Billy
[url=http://forums.cacti.net/viewtopic.php?t=26540][b]NPC 2.0.4[/b][/url]
[url=http://trac2.assembla.com/npc][size=75]Trac[/size][/url] | [url=http://trac2.assembla.com/npc/newticket?type=defect][size=75]Bugs[/size][/url] | [url=http://trac2.assembla.com/npc/newticket?type=enhancement][size=75]Requests[/size][/url]
linebacker2
Posts: 28
Joined: Fri May 08, 2009 11:34 am

Post by linebacker2 »

Billy,

It works!! I check my php installation on my windows box again since the problem is on the NPC host. So I checked and one of the two issues potentially solved the problem.

1) I had to enable pdo support for mysql.
2) I uninstalled Pear support.

Thanks Billy for all the help!!

Only question now is what would the NPC settings look like for since this is a remote Cacti host interacting with another remote Nagios host?
Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests