[Nagios-users] [UPDATE] remote check_by path question

2009-10-27 Thread lance raymond
simple fix. Will check back after the meeting regardless, thanks as always. -- Forwarded message -- From: lance raymond Date: Tue, Oct 27, 2009 at 11:01 AM Subject: remote check_by path question To: Nagios Users I now want to add some remote checks, and it looks like a simple

[Nagios-users] remote check_by path question

2009-10-27 Thread lance raymond
I now want to add some remote checks, and it looks like a simple path issue, yet I can't seem to verify. The groundwork server, and all webservers are running Ubuntu-Server 8.10. SSH key's are setup with the user nagios, and I can remotely ssh in to the 1st webserver no problem. I am / was getti

Re: [Nagios-users] Checking load via snmp

2009-10-23 Thread lance raymond
the percent CPU >> OID(s). >> >> On Thu, Oct 22, 2009 at 2:20 PM, lance raymond >> wrote: >> >>> I see a nice little check_snmp_load plugin that comes with >>> groundwork/nagios, but not sure if it's correct. When I run from the >>>

[Nagios-users] Checking load via snmp

2009-10-22 Thread lance raymond
I see a nice little check_snmp_load plugin that comes with groundwork/nagios, but not sure if it's correct. When I run from the command line on the nagio server, I get the following; ./check_snmp_load.pl -H 192.168.50.101 -C community -w 50 0 -c 60 I get the following reply; 4 CPU, average load

Re: [Nagios-users] 1st post, so naturally the 1st question by the nagios newb re: socket error

2009-10-22 Thread lance raymond
t; > > > define command { > command_namecheck_s1 > command_line$USER1$/check_http -H > www.site1.com -I $HOSTADDRESS$ -w "$ARG1$" -c "$ARG2$" > } > > > > *Von:* lance raymond [mailto:lan

Re: [Nagios-users] 1st post, so naturally the 1st question by the nagios newb re: socket error

2009-10-22 Thread lance raymond
agios or the webserver. > > Regards, > Martin Melin > > On Thu, Oct 22, 2009 at 3:32 AM, lance raymond wrote: > >> Hi all, well I am running GroundWork open source and really happy with the >> layout, etc. and now comes the nagios things. My goal is to setup things

[Nagios-users] 1st post, so naturally the 1st question by the nagios newb re: socket error

2009-10-21 Thread lance raymond
Hi all, well I am running GroundWork open source and really happy with the layout, etc. and now comes the nagios things. My goal is to setup things neatly, organized and learn as I go rather than asking stupid q's along the way. So with that, the 1st task; I have 8 webservers all host numerous s

[Nagios-users] nagios to graph ethernet traffic.. can it ?

2009-04-28 Thread lance raymond
ok, I now have (thanks to the group) my server up and currently just watching one box... many more to be added. We also run cacti for ethernet traffic, etc. and wondering can this be done as well. I am looking on the nagios exchange site and don't see anything that can take that type of

[Nagios-users] check_snmp_storage plugin - 126 return code

2009-04-20 Thread lance raymond
Not sure what's wrong, seems simple enough. I am using the following as a guide on this plugin (http://nagios.manubulon.com/index_commands.html#storage) From the command line on the nagios server I can get it to work; perl check_snmp_storage.pl -H x.x.x.x -C community -m / -w 90 -c 95 -r /: 67

[Nagios-users] Still some basic 101 items

2009-04-14 Thread Lance Raymond
I'm not sure I should say sorry for the basic questions as this is what the group is for, but seeing some of the in depth questions... talk about an inferiority complex. Well, I now can see how to debug the start (thanks Marc) and figured my one problem. But back to a basic few things. I am

[Nagios-users] initial setups, hostgroup help requested

2009-04-13 Thread lance raymond
still getting things in order, and having a problem with adding my 1st hostgroup.  Side note, is there any kind of logging, or debugging to see where a failure occurs?  Ex. I add a new config file with the following basic line in the main conf;     cfg_file=/usr/local/nagios/etc/hostgroups.cfg

[Nagios-users] check_local_disk basic question

2009-03-05 Thread Lance Raymond
Still new to it, but so far things are good. I have added a remote host, monitoring load via snmp successfully, but my old alarm keeps tripping due to disk space. df -h shows; Filesystem Size Used Avail Use% Mounted on /fs here 660G 597G 64G 91% / so it seems 91% is in u

[Nagios-users] gui config application

2009-02-27 Thread Lance Raymond
Googling around there are a few out there, mostly ng1, ng2, and I am wondering if there is something nice and clean out there for nagios 3. I don't mind the cli, but sometimes a point/click is just so much easier. New to the list, so if it's been discussed, I apologize. ---

Re: [Nagios-users] 1st post to the group, basic q ... I think

2009-02-24 Thread Lance Raymond
if I even need the !netsl, etc. on the check_command line. But thanks for the push's in the right direction Lee Azzarello wrote: On Mon, Feb 23, 2009 at 11:10 PM, Lance Raymond wrote: I tried a few things after the _v1 but nagios kept failing on restart, so I think I just nee

Re: [Nagios-users] 1st post to the group, basic q ... I think

2009-02-24 Thread Lance Raymond
s! Can't wait till all this basic stuff is behind me! Lee Azzarello wrote: On Mon, Feb 23, 2009 at 11:10 PM, Lance Raymond wrote: I tried a few things after the _v1 but nagios kept failing on restart, so I think I just need to figure out howto push the variables (such as host

Re: [Nagios-users] 1st post to the group, basic q ... I think

2009-02-23 Thread Lance Raymond
ah, after all the install stuff to fall with something like that was just bad! Well your right, but I am still having a problem. I read alot on hostgroups, etc. and starting writing out the map of what and how so to then go back to this, man, I am ready for bed! But here is the scoop / proble

[Nagios-users] 1st post to the group, basic q ... I think

2009-02-23 Thread Lance Raymond
so far the install, etc. went easy there are some good doc's there. I am still understanding the groups, etc. but so far I have the server and 2 remote hosts setup. The load check isn't really to good, so I downloaded the perl one using snmp and from the command line works great, see this exa