Search found 76 matches

by Rossco
Tue Jan 18, 2011 8:53 am
Forum: Plugin Development
Topic: Is there a delete cacti config_option?
Replies: 2
Views: 3108

Re: Is there a delete cacti config_option?

Hi Gandalf - thanks for the reply. At the moment I have data in a separate table and the only way to modify it is by hand. I was hoping to use the settings interface as an easy way for users to store/modify the data. Essentially, I need the ability to add/remove/change a row of "group data"...
by Rossco
Mon Jan 17, 2011 6:24 pm
Forum: Plugin Development
Topic: Is there a delete cacti config_option?
Replies: 2
Views: 3108

Is there a delete cacti config_option?

Hi All I'm new to the PIA and am trying to write a new plugin. I was hoping to avoid writing too many extra parts for storing data when I could just use the cacti config_settings api hook. Unfortunately I can see no easy way to delete an existing entry from the array?(not just its value) I could add...
by Rossco
Thu Dec 04, 2008 8:49 am
Forum: Help: Windows Specific
Topic: [solved] Unable to add Associated Data Queries
Replies: 1
Views: 1510

[FIXED]

Turns out during my mysql migration I'd gotten strict mode enabled on my new mysql box and was getting the odd mysql insert error in my logs.

All working with the mysql options removed from the .ini.

Cheers

Rossco
by Rossco
Thu Dec 04, 2008 3:02 am
Forum: Help: Windows Specific
Topic: [solved] Unable to add Associated Data Queries
Replies: 1
Views: 1510

[solved] Unable to add Associated Data Queries

Hi I seem to have an interface error since migrating my cacti install to a new server. Its currently running on Win2003x64, Cacti Version 0.8.7b Cacti OS win32 SNMP Version net-snmp RRDTool Version RRDTool 1.2.x Hosts 362 PHP 5.2.6 (32bit) via IIS. Everything is fine with the exception that I cant a...
by Rossco
Fri Apr 04, 2008 3:00 pm
Forum: Scripts and Templates
Topic: BIND 9 Statistics for Cacti
Replies: 235
Views: 421802

Odd - is you cron job set for every 5 mins on the name server? Also, what cacti version are you running / are you running boost? / is this a new setup? You could do a tcpdump to confirm if you are getting back the replies with data when you get your gaps, which would narrow it down to snmp script on...
by Rossco
Fri Apr 04, 2008 12:57 pm
Forum: Scripts and Templates
Topic: BIND 9 Statistics for Cacti
Replies: 235
Views: 421802

Glad to hear it.

I was giving myself a headache by generating more monitoring load than DNS load until I got pass_persist working :-)

Hats off to the original script writer though.

Cheers

Rossco.
by Rossco
Fri Apr 04, 2008 11:58 am
Forum: Scripts and Templates
Topic: BIND 9 Statistics for Cacti
Replies: 235
Views: 421802

Sorry, I dont seem to get that problem on mine - a snmpwalk starting from .1.3.6.1.4.1.2021.55 works fine for me?

Is your graphing working again?

Rossco
by Rossco
Fri Apr 04, 2008 11:08 am
Forum: Scripts and Templates
Topic: BIND 9 Statistics for Cacti
Replies: 235
Views: 421802

Hi Odd, the only thing I could suggest is that you have so many domains the snmp polling never finishes correctly within the polling cycle. This was the eventual problem I had (circa 600 domains). I modified the original script slightly to be persistent. Otherwise you end up invoking the perl interp...
by Rossco
Fri Apr 04, 2008 3:03 am
Forum: Scripts and Templates
Topic: BIND 9 Statistics for Cacti
Replies: 235
Views: 421802

Hi Chris

Can I ask roughly how many domains are you graphing? Also, are you using the original one, or the one I modified to be persistent?

Have you tried walking the snmp oids using snmpwalk etc to make sure the script is still responding correctly?

Cheers

Rossco
by Rossco
Mon Mar 17, 2008 9:12 am
Forum: Plugin Announcements
Topic: Boost Plugin v1.6 Released
Replies: 293
Views: 185933

Dont take this as gospel, but I'm not too sure you have to do that anymore. I think it might be a hang over from previous versions.


Cheers

Rossco
by Rossco
Mon Mar 17, 2008 9:00 am
Forum: Plugin Announcements
Topic: Boost Plugin v1.6 Released
Replies: 293
Views: 185933

Try sticking this below your SQL details:

$plugins[] = 'boost';

Cheers

Rossco
by Rossco
Sat Mar 15, 2008 6:33 pm
Forum: Plugin Announcements
Topic: Boost Plugin v1.6 Released
Replies: 293
Views: 185933

Hi Witness

Which is corrected in SVN, the rcaston temp table issue, or the gaps that occur in rrd files when viewing the asociated graphs?

Disabling boost removes the gaps in graphs issue for me.

Many thanks

Rossco
by Rossco
Tue Mar 11, 2008 6:08 am
Forum: Plugin Announcements
Topic: Boost Plugin v1.6 Released
Replies: 293
Views: 185933

FRDRK - Gaps when viewing boost graphs - me too!

Hi frdrk I saw your note and had to post - I've come to more or less exactly the same conclusion. I run cacti on windows 2003, 0.8.7a with boost 1.7 and have narrowed down my gaps in graphs to..... every occasion when I actually start to look at graphs! I notice that most of yours have gaps during &...
by Rossco
Mon Jul 23, 2007 7:59 am
Forum: Scripts and Templates
Topic: BIND 9 Statistics for Cacti
Replies: 235
Views: 421802

Hi Gaansch

Sorry, I'm out of ideas at this point. Maybe running smnpd in debug mode may help give you some insight?

Good luck.

Cheers

Rossco
by Rossco
Fri Jul 20, 2007 5:04 am
Forum: Scripts and Templates
Topic: BIND 9 Statistics for Cacti
Replies: 235
Views: 421802

Hi Gaansch

Check your snmpd.log

I get the following in mine:
/usr/local/share/snmp/snmpd.conf: line 23: Error: Blank line following sdfsdfsdfsdfsadfdsfdfds token.
net-snmp: 1 error(s) in config file(s)
NET-SNMP version 5.3.1
Cheers

Rossco