Search found 25 matches

by kuma3
Tue Feb 24, 2009 6:05 pm
Forum: Help: General
Topic: [Sharing Exp] - Protect cacti with Shibboleth Single Sign On
Replies: 0
Views: 1752

[Sharing Exp] - Protect cacti with Shibboleth Single Sign On

We hit a little obstacle when trying to protect cacti using Shibboleth. We had to modify auth_login.php a bit to make login work with Shibboleth. First, change authentication to "Web Basic Authentication", then assign an user template from existing users in DB. Then in auth_login.php, we d...
by kuma3
Wed Sep 03, 2008 2:39 pm
Forum: Help: General
Topic: single "data template" multiple "graph templa
Replies: 6
Views: 2989

mikee,

I have the same concern when I first start using cacti. So our workaround for this is instead of cacti issuing the heavy snmp or nrpe checks directly, we have cronjobs that pulls the data and save the metric in plain text. Then data input method is just a call to cat the file.


mark
by kuma3
Wed Sep 03, 2008 1:27 pm
Forum: Help: General
Topic: Bulk graph creation
Replies: 4
Views: 1520

Re: adding multiple devices

Hello! I just wonder if there is a way to add multiple devices of the same type (by the same host template) instead of adding it one by one. Thank you The super add plugin can add you host and graph fast although it doesn't support selecting host by host template. It's essentially web UI for theWit...
by kuma3
Tue Feb 26, 2008 10:04 pm
Forum: Scripts and Templates
Topic: Super Cacti script - Does everything!
Replies: 15
Views: 12142

Maybe you can take a look at "Super Add" at my signature. It tries to solve the same problem except it uses cacti UI to do the work. But it doesn't automatically add data query graph and only works with 0.87+
by kuma3
Tue Feb 05, 2008 3:00 pm
Forum: Plugin: (Threshold)
Topic: Different threshold for same data template
Replies: 1
Views: 1463

Different threshold for same data template

Anyone got a solution to have different thresholds for the same data template. The idea is let's say we have different groups of server using the same data template, but would like different thresholds for them. The only way it can be done now is after creating the threshold from template, I have to...
by kuma3
Tue Feb 05, 2008 2:26 pm
Forum: Plugin: (Threshold)
Topic: Thold on graph items without DS association.
Replies: 1
Views: 1547

I take "No it's not possible" for an answer as long as someone says something. :)
by kuma3
Mon Feb 04, 2008 11:40 am
Forum: Plugin Announcements
Topic: Super Add plugin
Replies: 6
Views: 16566

i did test it. great job! although i did change it to allow selecting only hosts from a host template. Thanks. I ran into a problem with your modification, it complains getHostsByTemplate function doesn't exist. Is that your own custom function? I get this problem with your original tgz also. Warni...
by kuma3
Wed Jan 30, 2008 2:35 pm
Forum: Plugin Announcements
Topic: Super Add plugin
Replies: 6
Views: 16566

BIGHard wrote:i did test it. great job!

although i did change it to allow selecting only hosts from a host template.
Thanks. I ran into a problem with your modification, it complains

getHostsByTemplate function doesn't exist. Is that your own custom function?
by kuma3
Fri Jan 25, 2008 9:36 pm
Forum: Plugin Announcements
Topic: Super Add plugin
Replies: 6
Views: 16566

Super Add plugin

I don't know how others add dozen of hosts quickly, but for me, it's - Add device, select the right host template. - Go into each new host and hit 'create graph' link, select all graph and click create. Then repeat dozen times. If I added a new graph to a host template, then I need to go into each h...
by kuma3
Thu Jan 10, 2008 9:26 pm
Forum: Plugin: (Threshold)
Topic: Thold on graph items without DS association.
Replies: 1
Views: 1547

Thold on graph items without DS association.

I like the way how thold template makes putting threshold easier, but is there also some way we can put threshold on graph directly without associating threshold to any data source . I don't mean just applying cdef function to poller output. Specifically, I would like to use thold in conjunction wit...
by kuma3
Wed Jan 09, 2008 8:10 pm
Forum: Help: General
Topic: CDEF Average: ALL SOURCES / NOT NaN sources
Replies: 9
Views: 4064

Solution found

I patch it to get this CDEF, total of DS value / total count of DS(NaN counts as 0) Here's the patch code for cacti/lib/rrd.php --- lib/rrd.php 2007-09-26 21:39:54.000000000 +0000 +++ lib/rrd.php 2008-01-10 00:11:17.000000000 +0000 @@ -956,16 +956,19 @@ /* make cdef string here; a note about CDEF's ...
by kuma3
Mon Jan 07, 2008 7:37 pm
Forum: Plugin Announcements
Topic: Aggregate, now at V0.66
Replies: 324
Views: 291677

reply

To reply my own question, it looks like all my data sources for those graphs were gone after I aggregate them. I am trying to reproduce it again now.

I am pretty sure those graph I selected for aggregation where there.
by kuma3
Mon Jan 07, 2008 6:50 pm
Forum: Plugin Announcements
Topic: Aggregate, now at V0.66
Replies: 324
Views: 291677

problem with my aggregation

Just install the plugin, everything works except rrdtool complained. cacti Version 0.8.6j aggreator = 0.64 plugin = 1.1 Looks like it doesn't have any DEF defined. I just picked couple graphs that's using the same graph templates and create a test aggregation graph. Where can I debug this further? t...
by kuma3
Fri Oct 26, 2007 3:51 pm
Forum: Help: General
Topic: HELP: rrdtool update doesn't always happen
Replies: 7
Views: 2134

Sorry I couldn't find the code where the poller_output table is truncated, but I looked again in lib/poller.php, it has the same fall back value code in it which would still result in removing good values when it encounters a bad output. For whatever it's worth, I am attaching the diff for 0.8.6j fo...
by kuma3
Fri Oct 26, 2007 3:31 pm
Forum: Help: General
Topic: HELP: rrdtool update doesn't always happen
Replies: 7
Views: 2134

cool! I will try the new version soon then.