Search found 6 matches

by jxc
Wed Jul 29, 2009 10:51 am
Forum: Help: General
Topic: Technical Support page query
Replies: 4
Views: 881

Sorry, that was not the question I meant to ask: it appears that I have
4994 'Actions' going into a 'script server' - what happens now?

Does the server pass (batch) them onto SNMP/scripts - or does the
script server actually retrieve the data from the target host itself?
by jxc
Wed Jul 29, 2009 7:51 am
Forum: Help: General
Topic: Technical Support page query
Replies: 4
Views: 881

Thanks, I understand the relevance of SNMP and Script - but what is
a script server -what purpose does that serve ?
by jxc
Tue Jul 28, 2009 6:58 am
Forum: Help: General
Topic: Graphs breaking on Cacti 0.8.7b
Replies: 7
Views: 1645

check to ensure that the poller actually completes polling within 300s - check for sth like this line in your cacti.log

:07/28/2009 11:04:59 AM - POLLER: Poller[0] Maximum runtime of 298 seconds exceeded. Exiting.

If so, try increasing the setting for 'Maximum Concurrent Poller Processes'
by jxc
Tue Jul 28, 2009 5:07 am
Forum: Help: General
Topic: Holes in graph
Replies: 4
Views: 3205

Also check to ensure that the poller actually completes polling within 300s - check for sth like this line in your cacti.log

:07/28/2009 11:04:59 AM - POLLER: Poller[0] Maximum runtime of 298 seconds exceeded. Exiting.
by jxc
Tue Jul 28, 2009 4:54 am
Forum: Help: General
Topic: Technical Support page query
Replies: 4
Views: 881

Technical Support page query

Hi,

In the System Utilities/Technical Support page, under Poller Information
I have this entry:

Items Action[0]: 9275
Action[1]: 216
Action[2]: 4994
Total: 14485

What are these Actions?
by jxc
Fri Feb 06, 2009 7:57 am
Forum: Help: General
Topic: How to identify the graphs as per their ids
Replies: 2
Views: 837

here's what I use to create a text file with all cacti graphs, together with their
data ids and graph ids. This is useful for stats gathering scripts but can also be used to create an html page:

select distinct local_data_id, GG.local_graph_id, GG.title_cache from data_template_rrd D, graph ...