Search found 8 matches

by liamr
Tue Apr 01, 2008 7:38 pm
Forum: Plugin General
Topic: Nagios Plugin for Cacti (NPC) 2.0.4
Replies: 445
Views: 425854

I got that error message, and found I needed to activate the PDO (and PDO_MySQL) and JSON extensions.
by liamr
Wed Mar 19, 2008 4:19 pm
Forum: Plugin Announcements
Topic: Nagios Plugin for Cacti (NPC) 2.x - Preview
Replies: 64
Views: 107671

Any word on when an RC might be released?
by liamr
Wed Nov 14, 2007 11:36 am
Forum: Plugin General
Topic: Nagios Plugin for Cacti (NPC) Released
Replies: 181
Views: 248212

Has anyone gotten inserter.c working correctly with Nagios 3.0.x? I've got it built, but I'm just not convinced it's working.

I've attached the diff.

Also... Has someone implimented the hostgroup and servicegroup views? The 0.1.1a release tarball doesn't have them.
by liamr
Mon Nov 12, 2007 10:03 am
Forum: Help: General
Topic: statstics for pools of memcached servers?
Replies: 3
Views: 1708

The only change I made to the data collection script was the ability to accept another argument for the port number.
by liamr
Fri Nov 09, 2007 1:42 pm
Forum: Help: General
Topic: statstics for pools of memcached servers?
Replies: 3
Views: 1708

statstics for pools of memcached servers?

We run a pool of two memcache servers that each have two instances of memcached running on different ports (11211 and 11212) - to get around the 2gb process limit on 32bit linux. I've tried both the dealnews and teMysql stuff, and while they do provide useful information, I'm having a hard time gett...
by liamr
Mon Nov 05, 2007 5:02 pm
Forum: Plugin General
Topic: Nagios Plugin for Cacti (NPC) Released
Replies: 181
Views: 248212

inserter probs cont

Ok, it looks like the issue is that inserter is a nagios 2.x module, and I'm trying to run nagios 3.x. Has anyone ported the npc event broker forward to nagios 3.x?
by liamr
Mon Nov 05, 2007 2:35 pm
Forum: Plugin General
Topic: Nagios Plugin for Cacti (NPC) Released
Replies: 181
Views: 248212

problems building inserter.c

I'm trying to build the event broker, and am getting the following errors.. gcc -g -O2 -Wall -o inserter.o inserter.c -shared `pkg-config glib-2.0 --cflags` -I../include -I/usr/include/mysql `pkg-config glib-2.0 --libs` -lmysqlclient -fPIC inserter.c: In function `nebmodule_init': inserter.c:137: er...
by liamr
Thu Oct 25, 2007 9:35 am
Forum: Help: General
Topic: Is it possible to use HTTP Basic Auth instead of Cacti login
Replies: 29
Views: 32690

$_SERVER['REMOTE_USER'] in 0.8.7

I just installed 0.8.7, and while "Web Basic Authentication" does check for the basic auth headers set by PHP ( $_SERVER[ 'PHP_AUTH_USER'] ), it doesn't check for $_SERVER['REMOTE_USER'].

Could it check for both?