[Nagios-users] Occasionally "Return code of 127 for check of host/service was out of bounds. Make sure the plugin you're trying to run actually exists."

2009-08-27 Thread Morten Guldager
nk of sibling hosts or services from the same hostgroup/servicegroup. The fix were easy, flip the config variable "enable_environment_macros" in nagios.cfg from 1 to 0. Reload an be happy.. (and I got a much better performance too) -- /Morten %-) ---

Re: [Nagios-users] "strange" warnings from the config files

2009-04-07 Thread Morten Guldager
o a missing warning when we forget to define a check_period where it should be mandatory. I guess its a matter of taste, but I'd expect the program to trigger a hard error when trying to read its config files and then missing something mandatory. The current behaviour is to my kno

Re: [Nagios-users] "strange" warnings from the config files

2009-04-07 Thread Morten Guldager
On Tue, Apr 7, 2009 at 11:43 AM, Andreas Ericsson wrote: > Morten Guldager wrote: > >> >> How come that I get a warning if I omit the "check_period" on services >> while >> it seems to be ok to leave it out on the hosts? >> >> > Becaus

[Nagios-users] "strange" warnings from the config files

2009-04-07 Thread Morten Guldager
I simply ignore these warnings? And how? -- /Morten %-) -- This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Compos

[Nagios-users] How to configure several test-objects which share a single-threaded resource?

2008-08-14 Thread Morten Guldager
a time. Is it possible to tell nagios that only one of these 20 servicechecks may be running at any given time? Or do I have to put some locking logic into the test-plugins myself? -- /Morten %-) - This SF.Net email is s

[Nagios-users] No notifications send when an acknowledgement gets cleared

2008-05-27 Thread Morten Guldager
'Aloha! How to get notifications sent also when the user removes an acknowledgement? It works fine then a host/service gets an acknowledgement, then a notification is sent to the contacts. But nothing gets sent if I simply removes the acknowledgement afterwords... -- /M

[Nagios-users] mrtg.cfg / nagiostats for nagios 2.6

2007-11-21 Thread Morten M. Hansen
Hi All Anyone who has a good mrtg.cfg to use with nagiostats from nagios 2.6. The sample mrtg.cfg I can find for nagios 2.7 doesn't seem to work well with the nagiostats from 2.6. (I'm stuck with debian stable). Rega

Re: [Nagios-users] passing a $ to nagios

2006-08-30 Thread Morten Bekkelund
little extra note to this one... i had to use ' to make it work ... like this : check_command check_nt_service!'SQLAgent$$SQLPRD01' On Wed, 2006-08-30 at 12:28 +0200, Morten Bekkelund wrote: > oh great! > > thanks, i've missed that :) > > > On

Re: [Nagios-users] passing a $ to nagios

2006-08-30 Thread Morten Bekkelund
t; Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >

[Nagios-users] passing a $ to nagios

2006-08-30 Thread Morten Bekkelund
check_command check_nt_service!mssql$sqlprd01 freshness_threshold 600 process_perf_data 0 notifications_enabled 1 hosts bkmvsql01i contact_groups bmk } -- Med vennlig hilsen, Morten Bekkelund Driftskonsulent ErgoGroup AS Nydalsv

Re: [Nagios-users] Monitore Postfix queue

2006-05-16 Thread morten
"munin" has a script for this called "postfix_mailqueue" You could always get that and make a wrapper for it ... Then maybe run it on the postfix server using net-snmps exec function so you can query it from your nagiosserver via check_snmpp :) On Tue, 2006-05-16 at 10:08 -0300, Tiago Cruz wrote:

Re: [Nagios-users] nagios irc channel available

2006-03-23 Thread Morten Bekkelund
oh bugger, why didnt I know :P on my way there (will still be keeping this one tho) On Thu, 2006-03-23 at 08:05 -0600, Russell Adams wrote: > There's already #nagios on freenode.net. I count 40 nicks logged in currently. > > Russell > > On Thu, Mar 23, 2006 at 02:3

[Nagios-users] nagios irc channel available

2006-03-23 Thread Morten Bekkelund
scuss options and solutions with fellow users out there. Feel free to join in. irc server : irc.irclink.net port : 6667 channel : #nagios Regards, Morten. --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that ex

Re: [Nagios-users] CGI Authorization - HTTP Server authentication

2006-02-23 Thread Morten Bekkelund
did you read: http://nagios.sourceforge.net/docs/2_0/cgiauth.html ? On Wed, 2006-02-22 at 16:26 -0500, Juan Mera wrote: > Good afternoon, > > I newer with nagios. > I install with minimal config and it's working. > I have problem with authentication. > At Service Detail Option appear this mess

RE: [Nagios-users] Submit passive check result for a service sending out duplicate alert mails?

2006-02-01 Thread Morten Bekkelund
Is this a distributed setup? If so, are you sure you’re not receiving notifications from 2 servers?   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Karan uk Sent: 1. februar 2006 11:50 To: Nagios-Users (E-mail) Subject: [Nagios-users] Submit passive check result

RE: [Nagios-users] Scheduled downtime comments

2006-01-25 Thread Morten Bekkelund
Thanks for your reply Richard. I guess it confuses the users to have their and the nagios-process's comments in different locations. I don't see why both comments aren't listed under the host itself. Think I'm gonna make a modification right there :) Morten -Origin

RE: [Nagios-users] Scheduled downtime comments

2006-01-24 Thread Morten Bekkelund
Anyone know how to get around this? Author "nagios process" overwrites the commentfield value so the users can not place a comment while scheduling downtime. Now they have to schedule downtime and then post a comment after. -Original Message----- From: Morten Bekkelund [mai

[Nagios-users] Scheduled downtime comments

2006-01-18 Thread Morten Bekkelund
time from 2006-01-18 11:39:33 to 2006-03-18 13:39:33. Notifications for the host will not be sent out during that time period." Any easy way to add usercomments to this comment-field as well? Thanks in advance, Morten. --- This SF.net emai

RE: [Nagios-users] Check_nagios

2006-01-02 Thread Morten Bekkelund
You can also execute the check via snmp. Check out net-snmp's exec function. You can then execute the script when you poll an oid from nagios via snmp :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 30. desember 2005 18:36 To: nagios-users@lists.sourceforge.n

RE: [Nagios-users] disk_check for a remote machine

2006-01-02 Thread Morten Bekkelund
Yeah, check out www.net-snmp.org. Install net-snmp on the machines you wanna monitor and use the functionality it provides for diskchecks. It writes the result to a table in snmp and returns the result when it's being polled from the nagios-server. -Original Message- From: Yogesh Hasabnis

Re: [Nagios-users] Extended list of status-/errorcodes from webapps

2005-12-14 Thread Morten Werner Olsen
On Wed, Dec 14, 2005 at 11:09:05AM +0100, Morten Werner Olsen wrote: > We've recently started to monitor our webservers and some of our > webapplications with Nagios. Most webapplications depends on other > services as databases, LDAP, NIS, filesystems and so on. Toget

[Nagios-users] Extended list of status-/errorcodes from webapps

2005-12-14 Thread Morten Werner Olsen
Hi! This isn't directly related to Nagios, but I assume some of you use Nagios for monitoring webapplications so still kind of related. :) We've recently started to monitor our webservers and some of our webapplications with Nagios. Most webapplications depends on other services as databases, LDA

RE: [Nagios-users] nagios process count increasing

2005-12-07 Thread Morten Bekkelund
ly we reconfigured our solution to using passive host checks and it solved the problem. Seems the topnode gets too busy with active checks. A possibility would be to let the leafnodes run the active checks and then send the results to the topnode via nsca by using performance data. morten -Ori

[Nagios-users] processing passive host check results

2005-12-05 Thread Morten Bekkelund
le while the web-pages still only showing the host as down (yet it's services as UP). This only happens like 5-10 times pr week on 3200 hosts so it's a fairly limited problem. Anyone seen anything similar? I'm looking for pointers to documentation that helps me solve the problem or