Search found 71 matches
- Tue Sep 16, 2008 1:56 pm
- Forum: Scripts and Templates
- Topic: Bind 9: Queries and Zone Statistics
- Replies: 45
- Views: 56969
On a semi-related note, I recently updated my bind related data/graph templates and data input methods for the most recent version of bind. You can find them here: http://forums.cacti.net/about3018-165.html You might not want to take my approach though. I'm monitoring bind stats via a munin-node plu...
- Fri Sep 12, 2008 9:14 pm
- Forum: Scripts and Templates
- Topic: BIND 9 Statistics for Cacti
- Replies: 235
- Views: 422337
One follow-up post... on the bind 9.5 stats graph, the NaN for recursive queries is because this is on an authoritative-only server. This is normally a line element if your bind server is config'd to allow recursive queries. The perl script can be used to make lots of data input methods for whatever...
- Fri Sep 12, 2008 9:09 pm
- Forum: Scripts and Templates
- Topic: BIND 9 Statistics for Cacti
- Replies: 235
- Views: 422337
K, I'll put something together in the next day or two and will post it here. Brent Ok, here we go. It appears there's no way to export a data input method (BUMMER!) but I made a README file that describes how to install/setup the included munin-node plugins and how to setup the data input methods. ...
- Wed Sep 10, 2008 3:07 pm
- Forum: Scripts and Templates
- Topic: BIND 9 Statistics for Cacti
- Replies: 235
- Views: 422337
- Tue Sep 09, 2008 5:32 pm
- Forum: Scripts and Templates
- Topic: BIND 9 Statistics for Cacti
- Replies: 235
- Views: 422337
oldsk8trbabe et al, Yep, I'm in the same situation - the new version of bind has a different rndc output which does not work with this template/script combination. I've got a couple of scripts and templates that are working ok with the new bind rndc output format. I haven't bothered to post it here...
- Thu Jun 05, 2008 8:30 pm
- Forum: Help: Linux/Unix Specific
- Topic: Graphing vmstat page operations
- Replies: 3
- Views: 2601
I'm using these OIDs to monitor paging: io_recvd: .1.3.6.1.4.1.2021.11.58.0 io_sent: .1.3.6.1.4.1.2021.11.57.0 As to the script, I don't have it handy, but it was something along these lines: #!/bin/bash # si.bash get swap in vmstat 1 2 |tail -1 |awk '{print $7 }' #!/bin/bash #so.bash get swap out v...
- Mon Feb 04, 2008 9:51 pm
- Forum: Feature Requests
- Topic: New Cacti Architecture (0.8.8) - RFC Response Location
- Replies: 75
- Views: 155459
- Sat Jan 12, 2008 9:02 pm
- Forum: Help: Linux/Unix Specific
- Topic: HELP NEEDED...CPU USAGE GRAPH NOT BEING PLOTTED
- Replies: 2
- Views: 2504
Be sure to skim Gandalf's URLs on debugging tips. Some other things I sometimes do to figure out problems like this... If you go to the cacti settings and set the log level higher you can see in the log file the values the cacti poller is getting back before adding it to the rrd file. If I still don...
- Sat Jan 12, 2008 8:40 pm
- Forum: Help: Linux/Unix Specific
- Topic: cacti not updating RRD files anymore
- Replies: 3
- Views: 8561
Correct! You get a cookie! :D (heh heh) I was a programmer in a previous lifetime and sorta got shunted sideways into IT by accident. :-) Plus I've been using cacti for 4 or 5 years so I oughta know at least a little about it by now. I haven't really dug into the source much yet but the plugin arch...
- Sat Jan 12, 2008 8:24 pm
- Forum: Help: General
- Topic: using scripts with cacti
- Replies: 8
- Views: 3937
sorry but there is still one part i dont understand. as mention by jay just that the script needs to reside on cacti server under the scripts folder. but what i'm confuse is that how does cacti actually pull data from the server using the scripts? Be sure to skim the links the others posted as ther...
- Sat Jan 12, 2008 8:06 pm
- Forum: Help: General
- Topic: [SOLVED] Spine 0.8.7a Timed Out
- Replies: 6
- Views: 3191
Do you have any devices that are flagged as down? If so, maybe disable them. I've got several devices on the other side of a firewall that I can (at least right now) only monitor via TCP and one day I noticed that if one of those systems was down cactid gathered data for everything that was up but a...
- Fri Jan 11, 2008 4:00 pm
- Forum: Help: Linux/Unix Specific
- Topic: cacti not updating RRD files anymore
- Replies: 3
- Views: 8561
Aha! I think I know what happened, though I'm not entirely sure why. This last time the poller ran it reported running out of space in the poller_output table (I had been running ENGINE=MEMORY). I dropped and recreated the table back as a normal MYISAM table and the RRD files are getting updated aga...
- Fri Jan 11, 2008 3:45 pm
- Forum: Help: Linux/Unix Specific
- Topic: cacti not updating RRD files anymore
- Replies: 3
- Views: 8561
cacti not updating RRD files anymore
I've screwed something up somehow, but I'm not quite sure how. I can see cacti running the poller, the poller is logging results it's getting from the things we want to monitor, but the RRD files aren't getting updated. Here's what happened. I added "noatime" to the mount options on the fi...
- Sat Jun 16, 2007 12:26 am
- Forum: Help: General
- Topic: Distributed Cacti - Ideas
- Replies: 51
- Views: 43946
I posted an idea I've been bouncing around in my head for a year or two on the requested features forum and got a reply referring me to this thread. So I'll post my ideas here too -- for what they're worth. :-) I admit I've only skimmed the documentation for boost (and it sounds pretty great -- espe...
- Wed Jun 13, 2007 5:10 pm
- Forum: Help: General
- Topic: Monitoring each user internet bandwidth usage
- Replies: 3
- Views: 2030
Re: Monitoring each user internet bandwidth usage
We have a cisco 2800 series router connecting our users to the internet and are looking for a way to monitor how much internet bandwidth individual users, or at least IPs are using. We don't have managed switches. Does cacti support netflows or something? Any thoughts on other tools that might acco...