Search found 8 matches

by rosskus
Thu Jan 19, 2012 1:44 am
Forum: Plugin Announcements
Topic: QuickTree - a shopping basket for graphs (0.2 released)
Replies: 39
Views: 34874

Re: QuickTree - a shopping basket for graphs (0.2 released)

Update to the patch... replaced <? with <?php in a few places too.

Ross Kusler
by rosskus
Wed Jan 18, 2012 5:30 pm
Forum: Help: General
Topic: Cant search for patterns containing a forward-slash
Replies: 6
Views: 1996

Cant search for patterns containing a forward-slash

Hey all, Seems that the use of / as the delimiter in the preg_replace function causes a bug when searching using patterns that also contain a forward-slash. When I search for things like: Gi9/1 (cisco router interace) the search seems to work, but the "highlighting" function (which changes...
by rosskus
Wed Jan 18, 2012 2:47 pm
Forum: Plugin: (Threshold)
Topic: Autom8 style rules for Threshold provisioning
Replies: 1
Views: 765

Autom8 style rules for Threshold provisioning

Hey all, I use Cacti with Thold and Autom8 on a daily basis... I'm a big fan of what you're doing! One of the really great features of Autom8 is its ability to use rules to define when a graph gets created or added to the tree. Are there any plans to add similar anything similar for Thresholds? It c...
by rosskus
Wed Jan 11, 2012 10:47 pm
Forum: Plugin: (Threshold)
Topic: Saving a thold template reactivates disabled tholds
Replies: 2
Views: 1106

Saving a thold template reactivates disabled tholds

Running 0.8.7i with Thold 0.4.9. When we want to temporarily disable (not delete) certain thresholds, we disable them by clicking on the red button on the 'thold' tab. When someone modifies the threshold template (perhaps changing an upper or lower limit), all of the disabled thresholds become enabl...
by rosskus
Tue Jan 10, 2012 1:47 pm
Forum: Plugin: (Threshold)
Topic: Thold syslog message set incorrectly when threshold clears
Replies: 0
Views: 1052

Thold syslog message set incorrectly when threshold clears

When a threshold is no longer being crossed, I get syslog messages saying that the threshold has been breached. This does not seem to be the same problem with the regular Cacti log that is mentioned in: http://forums.cacti.net/viewtopic.php?f=17&t=45455 Running 0.8.7i with Thold version 0.4.9-3 ...
by rosskus
Fri Sep 24, 2010 7:35 pm
Forum: Plugin: (Threshold)
Topic: Bug in thold_rrd_last
Replies: 3
Views: 953

Thank you for responding... but I think there has been a miscommunication. I'm am running the older 0.8.7e with the NEW version of Thold 0.4.2, from cactiusers.net which, as far as I can tell, is the latest. I've looked at 0.4.1 though, and the relevant code appears to be the same. This behavior of ...
by rosskus
Wed Sep 22, 2010 12:26 am
Forum: Plugin: (Threshold)
Topic: Bug in thold_rrd_last
Replies: 3
Views: 953

Bug in thold_rrd_last

Hello, I came across what I believe is a bug in the thold_rrd_last function of thold_functions.php. I'm using 0.4.2 function thold_rrd_last($rra, $cf) { global $config; $last_time_entry = rrdtool_execute('last ' . trim(get_data_source_path($rra, true)) . ' ' . trim($cf), false, RRDTOOL_OUTPUT _STDOU...
by rosskus
Sat Jul 31, 2010 12:28 am
Forum: Plugin Announcements
Topic: QuickTree - a shopping basket for graphs (0.2 released)
Replies: 39
Views: 34874

Patch to add timespans to quicktree.php

Hey all,

Here is a small patch which adds the timespanning functionality from graphs_view.php into quicktree.php. This allows you to change the observable timespans of the graphs in the quicktree tab.

Ross Kusler