Re: [Nagios-users] SOLVED: RE: Plugin error: Remote cisco command via SSH notworking

2006-11-16 Thread Don Lewis
nagiosexchange.org...(.com was force of habit.;)) -DL On Thu, 2006-11-16 at 11:33 -0500, Donnell Lewis wrote: > Don't forget you may also want to post this on nagiosexchange.com as > it's a great resource for Nagios related projects. > > Thx, > > -Don Lewis >

Re: [Nagios-users] Embedded Perl and check_disk_smb stopped working

2006-02-07 Thread Don Lewis
Nevermind, my bad, I replied to wrong issue...sorry folks. -Don On Tue, 2006-02-07 at 08:32 -0500, Chad Osmond wrote: > I just upgraded to 2.0rc2 and it seems that my check_disk_smb.pl doesn't > work any more. Any one have a suggestion? > I've verified that utils.pm does exist in the /usr/lib/na

Re: [Nagios-users] Embedded Perl and check_disk_smb stopped working

2006-02-07 Thread Don Lewis
I have my plugins in /usr/local/bin on the client and had a similiar issue and wound up just making a /usr/local/nagios directory and inside that directory created a symlink to /usr/local/bin as libexec and now everything works fine. -Don On Tue, 2006-02-07 at 08:32 -0500, Chad Osmond wrote: > I

Re: [Nagios-users] Graphing values from nagios

2006-01-27 Thread Don Lewis
Oh, you didn't mention that you had already tried it, this is the reason for my recommendation. I do not have it running but will be installing it this afternoon as we wanted to add it as well. If I see any differences I will contact you. -Don On Fri, 2006-01-27 at 18:00 +0100, Toto Capuccino wr

Re: [Nagios-users] Graphing values from nagios

2006-01-27 Thread Don Lewis
You may want to have a look at nagiosgraph: http://nagiosgraph.sourceforge.net -Don On Fri, 2006-01-27 at 16:55 +0100, Toto Capuccino wrote: > Hi, > > Can someone show me the way to success ? I want to graph the values i > get from nsclient check-nt -v USEDDISKSPACE on servers. > > Is that p

Re: [Nagios-users] No output..from a csh script

2006-01-27 Thread Don Lewis
As one of the suggestions you should run the script as nagios user to be on the safe side, but when adding it inside nagios config file (if this is what you are referring to) make sure you put the whole command string for your script in between "". I have had to do this to have Nagios look at my c

Re: [Nagios-users] How to define a service for a host_group?

2006-01-27 Thread Don Lewis
Of course then if you wanted a certain host not to have that service monitored you would have to remove it from the group which in turn would remove it from anything else that is being monitored on it..;) -Don On Fri, 2006-01-27 at 11:33 +0100, Toto Capuccino wrote: > yes there is you create a ho

Re: R: [Nagios-users] email notification problem

2006-01-27 Thread Don Lewis
Yes, example of my mail config: define command{ command_namenotify-by-email command_line/usr/bin/printf "%b" "* Nagios *\n \nNotification Type: $NOTIFICATIONTYPE$\n\nService: $SERVICEDESC$\nHost: $HOSTALIAS$\nAddress: $HOSTADDRESS$\nState: $SERVICESTATE$\n\nDate/T

Re: [Nagios-users] Nagios home page

2006-01-26 Thread Don Lewis
You could do this a few different ways, either use a HTML redirect or put in a rewrite rule definition into the webserver conf. -Don On Thu, 2006-01-26 at 18:18 +0100, Toto Capuccino wrote: > Hi, > Can you tell me how to do when browsing http://server/nagios to > display directly the tactical ove

Re: [Nagios-users] Nagios Grapher

2006-01-26 Thread Don Lewis
http://nagiosgraph.sourceforge.net/ On Thu, 2006-01-26 at 15:23 +0100, Toto Capuccino wrote: > Hi, > > where can i get Nagios Grapher ? The link in nagios exchange is empty > and i can't get it with google... > > Thanks --- This SF.net email

Re: [Nagios-users] db support in 1.3

2006-01-25 Thread Don Lewis
Nevermind, you said 'legacy', wouldn't have the event broker..my apologies. -Don On Wed, 2006-01-25 at 12:16 -0500, Don Lewis wrote: > Even when compiled with db support it should still be using the files in > addition. If not I'm afraid you will have to recompile to

Re: [Nagios-users] db support in 1.3

2006-01-25 Thread Don Lewis
Even when compiled with db support it should still be using the files in addition. If not I'm afraid you will have to recompile to have it start writing to files once again. If it's using a module like ndoutils or similar the settings should be in nagios.cfg under event_broker_options=-1 If th

RE: [Nagios-users] Scheduled downtime comments

2006-01-24 Thread Don Lewis
If you have the file permissions correctly done and the CGI permissions setup properly along with making sure that your .htaccess stuff is setup right it shouldn't be giving you any issues, I followed the setting privileges and CGI authorization section thoroughly and my example shows: Host NameEn

Re: [Nagios-users] single notification contact

2006-01-23 Thread Don Lewis
ing > your notify-by-email (or equivalent) to fire off your own external > script that does what the default behaviour is, adding to it a function > to do your custom work if the $HOSTSTATE$ == CRITICAL. > > /eli > > Don Lewis wrote: > > Very true..very true, wish the

Re: [Nagios-users] single notification contact

2006-01-23 Thread Don Lewis
nt) to fire off your own external > script that does what the default behaviour is, adding to it a function > to do your custom work if the $HOSTSTATE$ == CRITICAL. > > /eli > > Don Lewis wrote: > > Very true..very true, wish they would add it myself, this is why we have

Re: [Nagios-users] single notification contact

2006-01-23 Thread Don Lewis
ple yet useful idea. > > On 1/23/06, Don Lewis <[EMAIL PROTECTED]> wrote: > > Then yes, I do believe this is what you would have to do, would be to > > have 2 same services configured for what is being monitored, each with > > it's own settings to send off

Re: [Nagios-users] single notification contact

2006-01-23 Thread Don Lewis
more > than one email for each problem could create multiple tickets. > > On 1/23/06, Don Lewis <[EMAIL PROTECTED]> wrote: > > If I'm not mistaken I believe you would have to set the > > notification_option for that service to just one status, and if you want

Re: [Nagios-users] Web Interface Commands

2006-01-23 Thread Don Lewis
I do believe that this is a bug yes, I have the same issue and it has nothing to do with the way it was installed. You can schedule hosts downtime separately like you said but you can't check the "schedule for hosts too" box and see it in scheduled downtime. Nope, it's not you, it's a bug, just h

Re: [Nagios-users] single notification contact

2006-01-23 Thread Don Lewis
u would > > have to configure 2 seperate services each with differnt > > notification_options and contactgroups. If anyone knows different > > please elaborate, cause this is the only way I know to do it. > > > > -Don Lewis > > > > On Mon, 2006-01-23 at 12:05 -06

Re: [Nagios-users] single notification contact

2006-01-23 Thread Don Lewis
roups. If anyone knows different please elaborate, cause this is the only way I know to do it. -Don Lewis On Mon, 2006-01-23 at 12:05 -0600, Terry wrote: > Hello, > > I have a contact that I want only to receive a single email of each > issue. I dont want email sent to this contact f

Re: [Nagios-users] Juliet Tree/ASHFORD/UK/COTY is out of the office.

2006-01-23 Thread Don Lewis
You have got to be kidding me, someone needs to get an email address that doesn't do this..;) On Mon, 2006-01-23 at 10:01 +, [EMAIL PROTECTED] wrote: > I will be out of the office starting 23/01/2006 and will not return until > 30/01/2006. > > I am away so please contact Mike Procyshyn on 2

RE: [Nagios-users] ndoutils Mysql Errors

2006-01-20 Thread Don Lewis
s! > > Mike > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Don Lewis > Sent: Tuesday, January 17, 2006 1:42 PM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] ndoutils Mysql Errors > > Hello All,

[Nagios-users] ndoutils Mysql Errors

2006-01-17 Thread Don Lewis
w of). When set to '0' I see this wen tailing the syslog: Jan 17 16:30:30 nagios nagios: ndomod: NDOMOD 1.2 Copyright (c) 2005-2006 Ethan Galstad ([EMAIL PROTECTED]) Jan 17 16:30:30 nagios nagios: ndomod: Successfully connected to data sink. 0 queued items to flush. Jan 17 16:30:30 na