Search found 25 matches

by aaronsegura
Sun Jan 26, 2014 10:32 am
Forum: Scripts and Templates
Topic: MiCasaVerde Vera(lite) Graphs
Replies: 0
Views: 2846

MiCasaVerde Vera(lite) Graphs

http://getvera.com/ Here are script and templates for three z-wave devices attached to a vera or veralite controller. HSM100-S3 Motion/Temp/Light sensor, probably works with other sensors: cacti_motion_detector_graph.png Thermostat: cacti_thermostat_graph.png Door/Window contact sensor cacti_contact...
by aaronsegura
Tue Jan 21, 2014 11:51 am
Forum: Scripts and Templates
Topic: BF ASICMiner Blade v2 Host Template and Script
Replies: 1
Views: 1750

Re: BF ASICMiner Blade v2 Host Template and Script

* Added uptime calculation to get_ASICMiner.py script
* Added uptime graph
* Prettied up other graphs
by aaronsegura
Mon Jan 20, 2014 11:17 am
Forum: Scripts and Templates
Topic: BF ASICMiner Blade v2 Host Template and Script
Replies: 1
Views: 1750

BF ASICMiner Blade v2 Host Template and Script

Here is a host template and working data input method for monitoring Bitfountain ASICMiner blades, v2.

Exported from cacti 0.8.8b. This is my first original template export; please let me know if I screwed it up somehow.

Updates: https://github.com/toxick/ASICMiner-Python/
by aaronsegura
Mon May 04, 2009 3:15 pm
Forum: Help: General
Topic: Graphing large values problem
Replies: 3
Views: 1100

by aaronsegura
Mon May 04, 2009 2:27 pm
Forum: Help: General
Topic: Restrict user from console access (Realm permissions)
Replies: 7
Views: 2792

Thanks for replying. I was beginning to think I was the only one able to see my posts :) All of my users default to "allow" for all graph permissions. If they log in and click the "graphs" tab, they can navigate and view graphs as you would expect. However, once I remove access t...
by aaronsegura
Mon May 04, 2009 11:00 am
Forum: Help: General
Topic: Restrict user from console access (Realm permissions)
Replies: 7
Views: 2792

Sooo...Is this just such a ridiculous question that nobody wants to take the time to look at it? Am I missing some vital information that would help someone formulate a useful reply?

I've been digging through the code, but can't figure out why this is still happening.
by aaronsegura
Thu Apr 30, 2009 4:11 pm
Forum: Help: Linux/Unix Specific
Topic: Permissions in /rra director *after* new device added/polled
Replies: 2
Views: 1894

check your umask.
by aaronsegura
Thu Apr 30, 2009 2:54 pm
Forum: Plugin Announcements
Topic: Nagios Plugin for Cacti (NPC) 2.x - Preview
Replies: 64
Views: 107674

did you give yourself access to view the tab under User Permissions?
by aaronsegura
Wed Apr 29, 2009 11:19 am
Forum: Help: Linux/Unix Specific
Topic: Backup my cacti
Replies: 4
Views: 1733

RRD files are in the cacti/rra directory. Just copy them somewhere else...
by aaronsegura
Wed Apr 29, 2009 10:55 am
Forum: Help: Linux/Unix Specific
Topic: Backup my cacti
Replies: 4
Views: 1733

$ mysqldump -u<user> -p -r cacti.sql cacti

Then put the cacti.sql file somewhere safe.
by aaronsegura
Wed Apr 29, 2009 9:56 am
Forum: Help: General
Topic: Restrict user from console access (Realm permissions)
Replies: 7
Views: 2792

^bump^

This is still an issue. Anyone?
by aaronsegura
Mon Apr 20, 2009 5:41 pm
Forum: Plugin Development
Topic: New PA Minimum Requirements?
Replies: 3
Views: 4360

./plugins.php @ line 217: } else if (function_exists('plugin_' . $file . '_install') && function_exists('plugin_' . $file . '_version')) { $function = $file . '_version'; $cinfo[$file] = $function(); $cinfo[$file]['status'] = 0; $pluginslist[] = $file; } Shouldn't that be: $function = 'plugi...
by aaronsegura
Mon Apr 20, 2009 5:17 pm
Forum: Plugin Development
Topic: New PA Minimum Requirements?
Replies: 3
Views: 4360

New PA Minimum Requirements?

Is it possible for someone to post a skeleton setup.php with the minimum requirements for PA 2.4? Or a basic walk-through of the procedure for getting a plugin working as far as PA2.4 is concerned? I've been trying for the better part of a day to get a simple new plugin to register, but I've been un...
by aaronsegura
Thu Apr 16, 2009 3:41 pm
Forum: Help: General
Topic: Restrict user from console access (Realm permissions)
Replies: 7
Views: 2792

Sorry to have to resurrect such an old post, but I am having this problem, except the user is already configured to load the default graph screen on login. I have attached a screenshot of my user configuration. When this user logs in they are redirected to the access denied screen instead. If I gran...
by aaronsegura
Mon Apr 13, 2009 9:32 am
Forum: Scripts and Templates
Topic: EDIT: Advanced Ping Template Version 1.3 for Cacti 0.8.6g
Replies: 527
Views: 802110

On one of my systems, the graph data doesn't match the legend. For instance, the latency on one graph shows a max of 247.95ms, but the graph plainly shows a max well over 400 for this time period (see attached) I looked in the RRD and found the 247.95ms value, but I was unable to find the other cra...