Search found 25 matches
- 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...
- Wed Sep 03, 2008 2:39 pm
- Forum: Help: General
- Topic: single "data template" multiple "graph templa
- Replies: 6
- Views: 2989
- 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...
- Tue Feb 26, 2008 10:04 pm
- Forum: Scripts and Templates
- Topic: Super Cacti script - Does everything!
- Replies: 15
- Views: 12142
- 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...
- Tue Feb 05, 2008 2:26 pm
- Forum: Plugin: (Threshold)
- Topic: Thold on graph items without DS association.
- Replies: 1
- Views: 1547
- 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...
- Wed Jan 30, 2008 2:35 pm
- Forum: Plugin Announcements
- Topic: Super Add plugin
- Replies: 6
- Views: 16566
- 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...
- 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...
- 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 ...
- 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.
I am pretty sure those graph I selected for aggregation where there.
- 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...
- 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...
- Fri Oct 26, 2007 3:31 pm
- Forum: Help: General
- Topic: HELP: rrdtool update doesn't always happen
- Replies: 7
- Views: 2134