Search found 27 matches

by gilson
Wed Nov 13, 2002 1:46 pm
Forum: Help: Linux/Unix Specific
Topic: Cacti Not Freeing up Semaphores???
Replies: 7
Views: 12078

Re: the semaphore thing

that's a freebsd issue I have the same problem on RH73 and RH80. If you need to restart Apache and there is no semaphores available, you can try this script in Red Hat (restart_apache.sh): #!/bin/sh service httpd stop for a in `ipcs -s|grep apache|awk '{print $2}'`; do ipcrm sem $a; done for a in `...
by gilson
Wed Oct 16, 2002 6:43 am
Forum: Scripts and Templates
Topic: Getting CPU info from Linux box via SNMP
Replies: 14
Views: 31375

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 gilson
Fri Oct 04, 2002 7:41 am
Forum: Help: Linux/Unix Specific
Topic: OID name resolution inside PHP
Replies: 1
Views: 5601

OID name resolution inside PHP

I'm seting up a new machine to my actual installation of cacti (0.6.7). I have it running on RH72. The new machine has RH73 (all erratas applied). The Mysql db and the entire Cacti's tree was rsync'd from the old machine. Everything is running except those poolings that references textual OIDs. Ie, ...
by gilson
Fri Aug 30, 2002 9:45 pm
Forum: Help: General
Topic: >> Status of 0.8 Development <<
Replies: 3
Views: 2441

Come on Ian,

You could have reasons to name next version as 0.8.x. I disagree from all reasons. :)

This spectacular software DESERVES at least "VERSION 2.0" (to be economic).

Congratulations to all mantainers.

-Gilson
by gilson
Wed Jul 31, 2002 5:49 pm
Forum: Help: General
Topic: Nagios/Cacti Performance Data
Replies: 5
Views: 19656

I think there is considerations in your request (talkning about two totally diferent development architetures). Nowadays: CACTI is a Statistics tool. NAGIOS is a Fault Detection tool In your previous post ( http://www.raxnet.net/board/viewtopic.php?p=2131#2131 ), I stated that one of several NAGIOS ...
by gilson
Wed Jul 31, 2002 11:13 am
Forum: Help: General
Topic: How To...
Replies: 2
Views: 5821

Without SNMP : How to run statistics on a remote windows (NT/2000) host ? If your setup is: Cacti on Linux/*unix AND target host is Windows NT/2K/XP the solution is NSCLIENT/CHECK_NT: http://nsclient.ready2run.nl/ You start the nsclient service on windows machine and runs check_nt on Linux to gathe...
by gilson
Tue Jul 30, 2002 8:52 pm
Forum: Help: General
Topic: Problem/Solution Data Source w/ more than 1 output value
Replies: 1
Views: 2710

Problem/Solution Data Source w/ more than 1 output value

This is the problem: I needed to graph memory values from a Linux box, via SNMP . I created a script/Data Input with two input values <ip> <community> and four output values <user> <nice> <sys> <idle>. Created the DS and the Graph All in my development version of Cacti. -Works like a charm. :D So.....
by gilson
Tue Jul 30, 2002 8:50 pm
Forum: Scripts and Templates
Topic: Getting CPU info from Linux box via SNMP
Replies: 14
Views: 31375

Getting CPU info from Linux box via SNMP

First of all, create this script in <path_cacti>/scripts/get_snmp_cpu_info_linux.sh #!/bin/sh ssCpuRawUser=`$1 -Ont $2 $3 .1.3.6.1.4.1.2021.11.50.0|cut -d" " -f4` ssCpuRawNice=`$1 -Ont $2 $3 .1.3.6.1.4.1.2021.11.51.0|cut -d" " -f4` ssCpuRawSystem=`$1 -Ont $2 $3 .1.3.6.1.4.1.2021....
by gilson
Sun Jul 21, 2002 10:05 am
Forum: Help: General
Topic: Good work and 0.8 beta?
Replies: 1
Views: 1440

About CVS, have a look at this topic:
http://www.raxnet.net/board/viewtopic.php?t=555

-Gilson
by gilson
Fri Jul 19, 2002 11:05 pm
Forum: Help: Linux/Unix Specific
Topic: Crontab doesn't work for me!
Replies: 4
Views: 12387

Only to clarify: As said in documentation ( http://www.raxnet.net/products/cacti/docs/INSTALL.htm , item 8 ), the syntax: */5 * * * * <username> /usr/bin/php /var/www/html/cacti/cmd.php > /dev/null 2>&1 applies to /etc/crontab ONLY. If you login as Apache user (if it's possible) or "crontab...
by gilson
Mon Jun 03, 2002 5:17 pm
Forum: Help: General
Topic: Troubleshooting/Debugging CMD.PHP
Replies: 4
Views: 5257

I suppose several questions in this forum about things like this: Cannot do this.., Cannot do that..., OID problem..., Problems gathering bla bla bla.., No data in graphs..., etc could be very easily identified with a troubleshoot like this. On other hand, a lot of problems with graphing (data comes...
by gilson
Sat Jun 01, 2002 5:40 pm
Forum: Help: General
Topic: Troubleshooting/Debugging CMD.PHP
Replies: 4
Views: 5257

Thanks Ian But (for now :D ) I don't need support for those errors. My setup consists in almost two hundreds poolings. I just need to identify which DS (in almost 200) is generating that error. Docs (ITEM 8 ) ask to put a line in cron (*/5 * * * * cactiuser php /var/www/html/cacti/cmd.php > /dev/nul...
by gilson
Tue May 28, 2002 11:27 am
Forum: Help: General
Topic: Troubleshooting/Debugging CMD.PHP
Replies: 4
Views: 5257

Troubleshooting/Debugging CMD.PHP

I need to correct the problems about some pollings. The email from crond tipical is: -------------------------------------------------------------- ERROR: expected 1 data source readings (got 0) from KBytes:... Error in packet Reason: (noSuchName) There is no such variable name in this MIB. Failed o...
by gilson
Wed May 22, 2002 6:33 pm
Forum: Help: General
Topic: What about NetMRG ?
Replies: 4
Views: 3416

What about NetMRG ?

In the page http://www.raxnet.net/links.php I read: "Also, if you are interested in raXnet's cacti, be sure to check out NetMRG, a great network monitoring solution." Looking for in in Google returned the above page and Brady Alleman's Homepage (http://www.treehousetechnologies.net/brady/)...
by gilson
Wed Apr 17, 2002 10:45 am
Forum: Help: General
Topic: Cron Printout Problems with SNMP INTERNAL
Replies: 3
Views: 2584

Cron Printout Problems with SNMP INTERNAL

Does anyone can see the results in Cron Printout when the data source is a Get SNMP Network Data ?

In a fresh (0.6.7) or an upgraded (0.6.4 to 0.6.7) instalation doesn't work.

Any ideas ?

-Gilson