Search found 81 matches

by yid
Tue Sep 30, 2003 3:55 pm
Forum: Scripts and Templates
Topic: Memory / swap usage
Replies: 1
Views: 4894

Why do you think using free is better than reading the info from /proc? free just reads and parses the information in /proc the same way vmstat, top, and ps do.
by yid
Sun Aug 31, 2003 12:22 am
Forum: Addons for Cacti
Topic: Cool zoom/history feature for cacti :)
Replies: 192
Views: 105125

I tested it just now, and it isn't working for me on 0.8.3a, but it does work on 0.8.3...

The error I get is:

Code: Select all

Fatal error:  Call to undefined function:  get_browser_query_string() in /Library/WebServer/Documents/cacti-0.8.3a-fux0r3d/graph_view.php on line 41
Aaron
by yid
Fri Aug 29, 2003 5:24 am
Forum: Help: General
Topic: CDEFs in 8.x
Replies: 2
Views: 1599

:oops: RTFM

cool this exactly what I needed.

Thanks!
by yid
Wed Aug 27, 2003 1:04 pm
Forum: Help: General
Topic: CDEFs in 8.x
Replies: 2
Views: 1599

CDEFs in 8.x

Since upgrading to 8.x, I haven't figured out anyway to do a lot of the CDEF funtions I used to. For instance, I need to display the average user utilization, kernel utilization, and wait percentage across 4 cpus (I poll them seperately). With 6.x I just made a CDEF for each graph with the specific ...
by yid
Thu Aug 14, 2003 1:52 pm
Forum: Help: Linux/Unix Specific
Topic: i can't create the new *.rrd file.
Replies: 6
Views: 3600

Most often the problem is related to permissions of the user running your cmd.php. That user needs to be able to write to the <cacti_path>/log directory and the <cacti_path>/rra directory.

Also make sure that your crontab is actually running.
by yid
Thu Aug 14, 2003 1:48 pm
Forum: Help: General
Topic: Import MRTG Statistics to Cacti
Replies: 1
Views: 1751

You can, but its difficult. I started, but decided it really wasn't worth it... Here's how I think you would approach this: 1) Add the hosts you like to poll, and create their datasources, but lease the disabled, so that cacti won't try to create the RRD yet. 2) If you're using MRTG 1.x (logfiles in...
by yid
Thu Aug 14, 2003 1:28 pm
Forum: Help: General
Topic: "Disable host" field in polling hosts - what for?
Replies: 2
Views: 2064

It should prevent the cmd.php from picking it up when it grabs datasources to poll for. I've tried it, and it seemed to work for me.

Aaron
by yid
Mon Aug 11, 2003 10:38 pm
Forum: Help: General
Topic: Using other rrds files
Replies: 1
Views: 1370

Good news. Its pretty easy. Just create a datasource in cacti for each datasource in your RRD. Make sure that the rrd datasource names and paths are correct. If your RRAs are different from cacti's default RRAs, you'll need to add these also. If you don't know whats in you RRDs, then use "rrdto...
by yid
Tue Dec 17, 2002 1:24 pm
Forum: Scripts and Templates
Topic: Cacti & NetSaint/Nagios NSClient Scripts to monitor Wind
Replies: 51
Views: 97996

I agree that data should be gathered only once. How about using a netsaint/nagios plugin to check the RRDs that cacti creates. If you're interested, I'll finish it up while I'm on vacation :D If your netsaint/nagios installation is on a different server from cacti, you'll have to either use netsaint...
by yid
Mon Dec 09, 2002 5:34 pm
Forum: Scripts and Templates
Topic: Cacti & NetSaint/Nagios NSClient Scripts to monitor Wind
Replies: 51
Views: 97996

Something cool about this is that you can collect data from any of the windows performance counters. Just check out the nsclient docs for command details.

here's the nsclient page: http://nsclient.ready2run.nl/
by yid
Thu Nov 14, 2002 10:35 am
Forum: Help: General
Topic: Default bit/s not byte/s and some other questions
Replies: 1
Views: 1628

There's currently no way to change the default but there is a nifty script to change a graph from bits to bytes here: http://www.raxnet.net/board/viewtopic.php?t=444&highlight=perl+bits+bytes Use the "stack" graph type. If you want to gprint the total use a CDEF to add all of them toge...
by yid
Thu Nov 07, 2002 10:19 am
Forum: Help: General
Topic: custom graph display / report
Replies: 4
Views: 2689

Not very difficult actually. Just setup each of you datasources in your RRD in cacti using the datasource configuration page, then configure all of your graphs for each of those devices in the graphs configuration page, then create you graph hierarchy. and do that 2700 times. ouch! or use my cacti_i...
by yid
Thu Nov 07, 2002 10:05 am
Forum: Help: General
Topic: Monitoring wireless conection
Replies: 6
Views: 3390

I did some searching, and couldn't come up with the exact MIB you need for this device (a MIB is an explanation of all the monitorable SNMP items). It seems that stats for this device are scattered across multiple MIBs. So you can do one of a few things. If the code that you linked to can return the...
by yid
Wed Nov 06, 2002 5:52 pm
Forum: Help: Windows Specific
Topic: Cacti Directory
Replies: 6
Views: 4374

I don't know what webserver you're running, but you need to include "index.php" in the allowed directory index. On apache just add the following to your httpd.conf <IfModule mod_dir.c> DirectoryInex index.html index.php </IfModule> sorry, fixed my typo, so no one else gets confused You pro...
by yid
Tue Nov 05, 2002 8:23 am
Forum: Scripts and Templates
Topic: Does some body have C A R rate limit scripts
Replies: 7
Views: 7830

Here's a breakdown of the MIB for car config/stats

http://www.mibdepot.com/cgi-bin/getmib3 ... =v2&t=tree

I'm not sure which stats you're looking for in particular.

Aaron