Search found 42 matches

by scrupul0us
Fri Jun 26, 2015 2:16 pm
Forum: Help: General
Topic: Host status remains Unknown
Replies: 4
Views: 689

Re: Host status remains Unknown

Log settings:

Logging Level: Debug
Selection: (all three check boxes)

Just allowed two polling cycles and there are no instances of the two hosts in ./log/cacti.log :(
by scrupul0us
Fri Jun 26, 2015 9:06 am
Forum: Help: General
Topic: Host status remains Unknown
Replies: 4
Views: 689

Re: Host status remains Unknown

If it helps, the data is based on an XML query... Here are the verbose results: + Running data query [12]. + Found type = '3' [SNMP Query]. + Found data query XML file at '/staff/public_html/tools/cacti/resource/snmp_queries/liebert-pdu-3-phase.xml' + XML file parsed ok. + Executing SNMP get for num...
by scrupul0us
Fri Jun 26, 2015 8:34 am
Forum: Help: General
Topic: Host status remains Unknown
Replies: 4
Views: 689

Host status remains Unknown

I'll preface with the fact that I've searched the forums and digested/tested what I've already found: 1) yes, the devices have data sources assigned 2) yes, I can ping the devices from the cacti host 3) yes, the devices availability is taken based on "Ping or SNMP Uptime" (ping is based on...
by scrupul0us
Thu Feb 05, 2015 1:40 pm
Forum: Help: General
Topic: "Reapply suggested Names" requires "verbose query" first
Replies: 3
Views: 790

Re: "Reapply suggested Names" requires "verbose query" first

My cron is :

Code: Select all

0 4 * * *  php /home/cacti/cli/poller_graphs_reapply_names.php -id=All > /dev/null 2>&1
Thank you =)
by scrupul0us
Wed Feb 04, 2015 2:20 pm
Forum: Help: General
Topic: "Reapply suggested Names" requires "verbose query" first
Replies: 3
Views: 790

"Reapply suggested Names" requires "verbose query" first

I have recently added the cron to keep my graph names up to date. I've noticed this not working and that even when manually ran against a device it does not work. The only way for cacti to see new descriptions is if i enter the device, click "verbose query", then "save" then use ...
by scrupul0us
Wed Oct 29, 2014 1:16 pm
Forum: Help: General
Topic: RRD files for new graphs not created post structured RRA
Replies: 6
Views: 1217

Re: RRD files for new graphs not created post structured RRA

Deleted the duped graph template, built it from scratch, added all the items (which in turn added the in and out data sources) and now when i try to create graphs on this new template I get:

ERROR: no Data Source associated. Check Template

Yet in the template, the DS is clearly there
by scrupul0us
Wed Oct 29, 2014 12:51 pm
Forum: Help: General
Topic: RRD files for new graphs not created post structured RRA
Replies: 6
Views: 1217

Re: RRD files for new graphs not created post structured RRA

So I have this isolated to the graph template. Back story: A few months ago, I installed the aggregate BW plugin and updated my main "Interface - Traffic (bits/sec, Total Bandwidth)" to reflect the new CDEF to get outbound BW on the negative side. So today I was asked if I could make some ...
by scrupul0us
Wed Oct 29, 2014 12:43 pm
Forum: Help: General
Topic: RRD files for new graphs not created post structured RRA
Replies: 6
Views: 1217

Re: RRD files for new graphs not created post structured RRA

So, adding a new device and graphs DOES work.

It creates the folders and the RRD files.

Still debugging more
by scrupul0us
Wed Oct 29, 2014 12:29 pm
Forum: Help: General
Topic: RRD files for new graphs not created post structured RRA
Replies: 6
Views: 1217

Re: RRD files for new graphs not created post structured RRA

Manually running the rrd create command shown in the cacti UI under debug does create the RRD file however it is not being updated when the poller runs, nor does it appear in the poller cache
by scrupul0us
Wed Oct 29, 2014 11:02 am
Forum: Help: General
Topic: RRD files for new graphs not created post structured RRA
Replies: 6
Views: 1217

Re: RRD files for new graphs not created post structured RRA

./rra and all subfolders are chmod 755 Before structured RRA the ./rra was chmod 755 and worked just fine. I tried clearing the poller cache, no luck. I tried manually creating one of the many missing files for this new switch and it is not updated on the poller run, no luck. I tried chmod 777 for ....
by scrupul0us
Wed Oct 29, 2014 10:32 am
Forum: Help: General
Topic: RRD files for new graphs not created post structured RRA
Replies: 6
Views: 1217

RRD files for new graphs not created post structured RRA

Ater moving to structured RRA (setting is checked) and running the update to shift things around (cli script) NEW GRAPHS are not creating RRD files... Graph debug shows the correct structured path for the device but the RRD file is missing fromthat directory Existing graphs continue work without iss...
by scrupul0us
Thu Oct 23, 2014 4:13 pm
Forum: Plugin: (Network Weather Map)
Topic: [RESOLVED] How/where export HTML / PNG
Replies: 4
Views: 1395

[RESOLVED] Re: How/where export HTML / PNG

NM all set... Noob I am
by scrupul0us
Thu Oct 23, 2014 4:03 pm
Forum: Plugin: (Network Weather Map)
Topic: [RESOLVED] How/where export HTML / PNG
Replies: 4
Views: 1395

Re: How/where export HTML / PNG

Javascript libraries are also seemingly missing from the output as well
by scrupul0us
Thu Oct 23, 2014 4:01 pm
Forum: Plugin: (Network Weather Map)
Topic: [RESOLVED] How/where export HTML / PNG
Replies: 4
Views: 1395

Re: How/where export HTML / PNG

Looks like my PHP memory was to low, even at 165 MB... Set to 256 MB and things are generating now.

That said, the path to weathermap-cacti-plugin.php in the html is wrong and doesnt have the proper full path so I'm playing around with the class file to adjust it