Search found 38 matches

by acasto
Thu Mar 19, 2009 2:23 pm
Forum: Help: General
Topic: Negative Unit Exponent Values
Replies: 3
Views: 1089

I'm sorry, I'm not quite sure what you mean about trying with plain rrdtool? As far I could tell you can use negative exponent values with rrdtool, it's listed in the docs, and it does work as expected. The only problem was that particular regex was filtering out any negative values thus preventing ...
by acasto
Sat Mar 14, 2009 11:19 am
Forum: Help: General
Topic: Vendor Specific MIB/OID
Replies: 10
Views: 4713

No, if it doesn't exist at that OID then it doesn't exist. Whether or not there is a way to make it exist is another matter, but that is outside the discussion of polling it with Cacti. Think of OID and MIB roughly as you would DNS and IP addresses, an OID is a numeric listing for a particular MIB. ...
by acasto
Fri Mar 13, 2009 10:45 am
Forum: Help: General
Topic: [SOLVED] Graphs exist but cannot be viewed in tree view mode
Replies: 20
Views: 6950

Is it a specific browser it does this on?

Have you looked at this thread?



Adam
by acasto
Fri Mar 13, 2009 10:40 am
Forum: Help: General
Topic: Graph created but sometimes blank
Replies: 12
Views: 3561

Umm... this could be anything. Is it happening on all graphs at the same time? If so, check you cacti.log and look for problems.


Adam
by acasto
Fri Mar 13, 2009 10:38 am
Forum: Help: General
Topic: [SOLVED] Graphs exist but cannot be viewed in tree view mode
Replies: 20
Views: 6950

This may be a stupid question, but you did add the devices to the tree didn't you?


Adam
by acasto
Thu Mar 12, 2009 7:25 pm
Forum: Help: General
Topic: Copying Devices
Replies: 2
Views: 793

Have you looked at the command line options? http://docs.cacti.net/?q=node/535 You should be able to customize the host templates to contain anything you need, but you have to work from the ground up. Host templates are made of Graph Templates and Data Queries. Graph templates will reference Data Te...
by acasto
Thu Mar 12, 2009 5:51 pm
Forum: Scripts and Templates
Topic: script for deploying snmp agent
Replies: 1
Views: 1664

Well, snmpd is a server side application, so you would have to install it like any other application you might want to run on a server. If you utilize SSH keys, you may be able to rig up a script to install it automatically. But that could be a bit risky, especially if there's much variation between...
by acasto
Thu Mar 12, 2009 3:02 pm
Forum: Help: General
Topic: Show Bandwidth Usage
Replies: 2
Views: 2072

Yes, it can definitely do that, but may be a little overkill. If you already have a web server installed with php, mysql, rrdtool and snmp stuff, then it wouldn't be that hard to throw Cacti up and configure this. However if you just wanted bandwidth reports for your one local system you may want to...
by acasto
Thu Mar 12, 2009 2:34 pm
Forum: Help: General
Topic: Cacti very slow
Replies: 13
Views: 5940

For 1 minute polling, shouldn't cron be left to run at 5 minute intervals and the poller to 1 minute? Not sure if that is causing the issues, but maybe something to look into. Also, what is your cacti.log showing as far as poller information goes?
by acasto
Thu Mar 12, 2009 2:28 pm
Forum: Help: General
Topic: Can't graph the Interface Traffic (bytes/sec, Total Bandwidt
Replies: 4
Views: 1262

Do you have snmp setup properly? Those look like the default memory and processes graphs which if I recall uses a script as the data input method. The default traffic graphs use snmp to gather their info.


Adam
by acasto
Wed Mar 11, 2009 2:09 pm
Forum: Help: General
Topic: Newbie question about graphs and Alias (int descr)
Replies: 2
Views: 739

You may find this thread useful:

http://forums.cacti.net/about12752.html
by acasto
Wed Mar 11, 2009 9:34 am
Forum: Help: General
Topic: Legend column alignment (cacti 0.8.7d + rrdtool 1.3.5)
Replies: 6
Views: 5631

Just for other's sake for future reference, sometimes the auto-padding option can cause issues with column alignment.


Adam
by acasto
Tue Mar 10, 2009 5:42 pm
Forum: Help: General
Topic: get a string with snmp and use it as a comment?
Replies: 2
Views: 937

I would be interested in something like this as well. I'm not sure about displaying it in the graph though. Seems like that would require more work than say for instance a plug-in that could list some information on the graph page or next to a graph. The poller strips out, for the most part, non-num...
by acasto
Tue Mar 10, 2009 1:05 pm
Forum: Help: General
Topic: Graphs have data, just no graphs.
Replies: 4
Views: 992

That's the poller debug log. If the data is updating correctly, then polling and data sources aren't the problem. Graph debug is when you go to "Graph Management", select the particular graph you are having problems with, and click "Turn On Graph Debug Mode" up in the upper right...