Search found 136 matches

by computer_guru
Mon May 16, 2016 9:02 am
Forum: Plugin: (Threshold)
Topic: Thold 0.6.1 beta4
Replies: 19
Views: 11313

Re: Thold 0.6.1 beta4

sorry for the delay. somehow I missed the notifications about updates to this thread.

are you guys still having trouble with my thold changes and cacti 0.8.8f?
by computer_guru
Tue Dec 01, 2015 5:54 pm
Forum: Plugin: (Threshold)
Topic: Thold 0.6.1 beta4
Replies: 19
Views: 11313

Re: Thold 0.6.1 beta4

The latest version (beta4) appears to be working well for me. I have not heard feedback from others yet. I hope it is working well for others as well.
by computer_guru
Thu Oct 15, 2015 12:26 pm
Forum: Help: General
Topic: gaps in graphs on new server
Replies: 3
Views: 488

Re: gaps in graphs on new server

When I run spine manually it would seem that some SNMP queries are timing out. not every time. strange.
by computer_guru
Thu Oct 15, 2015 11:47 am
Forum: Help: General
Topic: gaps in graphs on new server
Replies: 3
Views: 488

gaps in graphs on new server

deployed new cacti server and moved all my rrd files. Graphs have been working great for weeks. Today many of them, but not all, have horrible gaps now. graph gaps.jpg my first thought was that my poller was exceeding the maximum poll time. I check my logs and that only happened once in the last 24 ...
by computer_guru
Thu Sep 17, 2015 7:10 pm
Forum: Plugin: (Threshold)
Topic: Thold 0.6.1 beta4
Replies: 19
Views: 11313

Re: Thold 0.6.1 beta4

beta4 release - fixed bug that was present if a large number of up/down notifications went out at the same time (my cacti server was offline and marked all 400 hosts as down), then the notification lists were scrambled/wrong. It appeared to be appending: wrong behavior: 1st email = list1; 2nd email ...
by computer_guru
Thu Sep 17, 2015 1:48 pm
Forum: Plugin: (Threshold)
Topic: Thold 0.6.1 beta4
Replies: 19
Views: 11313

Re: Thold 0.6.1 beta3

I'm investigating a possible bug. I just switched to a new Cacti server. During the transition all hosts showed as "down" because the server NIC was not setup for a few minutes. When all 400 hosts came backup, the "returned from down" messages did not honor the correct notificati...
by computer_guru
Thu Sep 17, 2015 10:26 am
Forum: Plugin: (Threshold)
Topic: After the update 0.8.8c, not displayed color in graph thold
Replies: 7
Views: 4665

Re: After the update 0.8.8c, not displayed color in graph th

Here is my solution using inline CSS instead of the "bgcolor" attribute which is not supported in HTML 5.

if (strlen($row_id)) {
print "<tr class='$class' id='$row_id' style='background-color: #$current_color;'>\n";
}else{
by computer_guru
Thu Sep 17, 2015 10:22 am
Forum: Plugin: (Threshold)
Topic: Tholds not polling
Replies: 2
Views: 1824

Re: Tholds not polling

did you put thold into debug mode via settings > thold and see if useful information appears in the cacti log file?
by computer_guru
Wed Sep 16, 2015 5:36 pm
Forum: Informational/HOWTO's
Topic: [HOWTO] Migrating between architectures and directories
Replies: 17
Views: 70037

Re: [HOWTO] Migrating between architectures and directories

Awesome script! Thank you. I found this to work best for me: disable poller in cacti settings find /xml/path/here -name \*.xml | while read i; do A=`echo $i|sed 's/\.xml//'`; echo rrdtool restore -f $i $A; done > restore_rrd.sh chmod +x restore_rrd.sh ./restore_rrd.sh (wait for last command to finis...
by computer_guru
Tue Sep 15, 2015 3:57 pm
Forum: Plugin: (Threshold)
Topic: Thold 0.6.1 beta4
Replies: 19
Views: 11313

Re: Thold 0.6.1 beta3

beta3 - uploaded. see top post for details.


To anyone trying to beta test this: let me know if you run into any issues.
by computer_guru
Mon Sep 14, 2015 4:38 pm
Forum: Plugin: (Threshold)
Topic: Thold 0.6.1 beta4
Replies: 19
Views: 11313

Re: Thold 0.6.1 beta2

cigamit,

What do you think about adding a feature where each notification list can be designated as HTML or Plain Text or Brief (SMS) ?
by computer_guru
Mon Sep 14, 2015 12:11 pm
Forum: Plugin: (Threshold)
Topic: Thold 0.6.1 beta4
Replies: 19
Views: 11313

Re: Thold 0.6.1 beta2

Ok, I've updated the attachment at the top of this thread with beta2. much more polished version. better debug messages that only appear when Thold's debug setting is enabled.

also, delay selection box now goes from 5 minutes to 3 hours.
by computer_guru
Mon Sep 14, 2015 11:26 am
Forum: Plugin: (Threshold)
Topic: Thold 0.6.1 beta4
Replies: 19
Views: 11313

Re: Thold 0.6.1 beta1

I found the function thold_debug so I'm cleaning up my code.

will have the changes done soon.
by computer_guru
Fri Sep 11, 2015 10:52 pm
Forum: Plugin: (Threshold)
Topic: Thold 0.6.1 beta4
Replies: 19
Views: 11313

Re: Thold 0.6.1 beta1

Sorry for going about it the wrong way. That would be awesome if you would go through my changes. I'm sure there is a bug or two. I did say "beta". ;-). I have some extra logging that probably needs removed or wrapped in a debug block. Thanks for all the Cacti support you do. I will test i...