Search found 24 matches

by bocasman
Tue Nov 11, 2003 11:27 am
Forum: Help: General
Topic: ShortLegend
Replies: 3
Views: 1566

Hi Ian, After some research I think I have a solution for the ShortLegend issue. The solution could be to add a field, that could be call ShortLegend or something like that for the GPRINT, and whatever we put in there should appears beside the %s, as it ºC is on this sample code. /usr/local/rrdtool/...
by bocasman
Wed Jun 04, 2003 3:46 pm
Forum: Help: Linux/Unix Specific
Topic: snmpwalk dosent seem to work
Replies: 4
Views: 4739

I don't believe that snmpwalk is not working, the truth is that you are not using it in the right way. The sintax for using it (of course it depends of what you really wants), but for what it seems to be what you are trying to do it should be: snmpwalk -v 2c -c [community] [ipaddress] OID So for a h...
by bocasman
Thu Mar 06, 2003 11:02 am
Forum: Help: General
Topic: CPU Utilization Correct?
Replies: 2
Views: 1446

Hi jhay,

To verify if what you are graphing is a right try executing from the cli of your server the command:
[root@nms root]#top
this should provide you with a report of your system behavior. Compare this results with those that you are getting with your script.
by bocasman
Mon Nov 11, 2002 7:47 pm
Forum: Scripts and Templates
Topic: Getting CPU info from Linux box via SNMP
Replies: 14
Views: 31241

Hi dbenders,

I think you have made a mistake in the type of data. Remember its a counter32 data type.
by bocasman
Thu Oct 31, 2002 10:21 am
Forum: Help: General
Topic: ShortLegend
Replies: 3
Views: 1566

Hi,

Any one, have an idea for this?
by bocasman
Wed Oct 23, 2002 9:35 am
Forum: Scripts and Templates
Topic: Does any one have a SNMP disk usage script for Linux ?
Replies: 11
Views: 22206

Hi dbenders, I don't have an specific script for plot swap, real mem and disk space, but I have two separate ones to monitor swap and real mem. Idea stolen from Gilson :wink: , BTW thanks again Gilson! these are the scripts: For RAM: #!/bin/sh memTotalReal=`$1 -Ont $2 $3 .1.3.6.1.4.1.2021.4.5.0|cut ...
by bocasman
Wed Oct 16, 2002 11:36 am
Forum: Scripts and Templates
Topic: Getting CPU info from Linux box via SNMP
Replies: 14
Views: 31241

Thanks for your answer Gilson, I did it in the specific order an every thing is working pretty well. I would also point an strange issue that I have pass through, when I was trying to plot CPU stats for a dual processesor server the values that I was getting were greater than 100, thus something sho...
by bocasman
Mon Oct 14, 2002 8:59 am
Forum: Scripts and Templates
Topic: Getting CPU info from Linux box via SNMP
Replies: 14
Views: 31241

Hi Gilson, I am trying to setup this script, but you said that I have to set this: User / user / output / update RRA Nice / nice / output / update RRA Sys / sys / output / update RRA Idle / idle / output / update RRA In this same order, but when I set them they arrenge them self in alphabetic order ...
by bocasman
Sat Oct 12, 2002 11:23 am
Forum: Help: General
Topic: ERROR: illegal attempt to update using time
Replies: 6
Views: 22249

I havind the same error that you reports some time ago. But I think that I not going to be able tu dump my MySQLdb 'cause I dont have a backup to restore from, any else thing that have could be done to fix my problem, and for dont pass it again? ERROR: illegal attempt to update using time 1034443518...
by bocasman
Wed Sep 25, 2002 2:59 pm
Forum: Feature Requests
Topic: Temporarily disable views and datasources
Replies: 4
Views: 4457

Hi,

Way you don't deactivate the datasuorce instaed deleting it?
by bocasman
Fri Sep 06, 2002 7:58 am
Forum: Help: Linux/Unix Specific
Topic: Whyyyy, the graphs don't work with crontab?
Replies: 3
Views: 4192

Hi,

You said that when you've ran manualy the /usr/bin/php /var/www/html/cacti/cmd.php manually it works good, let me ask you something, you are executing that command as "apache"?

Also, you have to make sure that apache can run /usr/bin/php.
by bocasman
Fri Aug 30, 2002 8:19 am
Forum: Help: Linux/Unix Specific
Topic: Security bug?...and need some help too
Replies: 12
Views: 13405

Hi crenguta,

I did ask you what are you trying to plot exactly, because maybe I can find the correct OID for you to poll, instead of using a script, so I will appreciate if you could explain me what are you asking the router for with your script.

Mi intention is not to bother you..., is to help.
by bocasman
Thu Aug 29, 2002 3:32 pm
Forum: Help: Linux/Unix Specific
Topic: Security bug?...and need some help too
Replies: 12
Views: 13405

Hi,

What do you whant to measure in the router?
by bocasman
Tue Aug 27, 2002 4:04 pm
Forum: Help: Linux/Unix Specific
Topic: error
Replies: 6
Views: 4825

Thanks Aaron, I'll take a look.
by bocasman
Tue Aug 27, 2002 3:56 pm
Forum: Help: Linux/Unix Specific
Topic: error
Replies: 6
Views: 4825

Yes, it did.

I run cmd.php manualy and it still giving me the same error.