Search found 25 matches

by vlakshman
Mon Nov 11, 2019 1:16 am
Forum: Open Source Nagios Projects
Topic: Handling Day Light Savings in Nagios Downtime
Replies: 3
Views: 1158

Re: Handling Day Light Savings in Nagios Downtime

Thanks for getting back. My Nagios Server is in UTC & should monitor servers in different time zones which have their own scheduled downtime. Example: 'Server A' in EST/EDT with it's own downtime. 'Server B' in PST with it's own downtime. Lets say we have 'Service P' running on 'Server A' which ...
by vlakshman
Wed Nov 06, 2019 9:14 am
Forum: Open Source Nagios Projects
Topic: Handling Day Light Savings in Nagios Downtime
Replies: 3
Views: 1158

Handling Day Light Savings in Nagios Downtime

We have set of servers which have scheduled downtime both during day light savings & on other days. is there a way in Nagios to handle downtime which works both a) During Day Light Savings & on other days? I know we have 'exclude' directive which could be used to define DOWNTIME. We can defi...
by vlakshman
Fri Oct 25, 2019 3:43 am
Forum: Open Source Nagios Projects
Topic: Plugin time out - check_ping when host is not DOWN
Replies: 1
Views: 640

Plugin time out - check_ping when host is not DOWN

Guys, I am using check-host-alive which is using check_ping (2.2.1) & have set the host_check_timeout=60 in nagios.cfg. define command { command_name check-host-alive command_line $USER1$/check_ping -H $HOSTADDRESS$ -w 3000.0,80% -c 5000.0,100% -p 5 } Sometimes Nagios report host as "DOWN&q...
by vlakshman
Fri Oct 18, 2019 2:49 am
Forum: Open Source Nagios Projects
Topic: Using servicegroups as parameter in status.cgi
Replies: 3
Views: 1320

Re: Using servicegroups as parameter in status.cgi

Yes. No problem in contacts. I got it working with a tweak in style. Here's what I did: For Host A --> Contacts= Client A For Host B --> Contacts= Client B For Host C --> Contacts= dummy user , Contacts for Service A3 = Client A, Contacts for Service B3 = Client B Bind Services: a) A1 & A3 to se...
by vlakshman
Tue Oct 15, 2019 10:59 am
Forum: Open Source Nagios Projects
Topic: Using servicegroups as parameter in status.cgi
Replies: 3
Views: 1320

Using servicegroups as parameter in status.cgi

Guys, My Host & Service Architecture are as follows: There are 3 hosts, Host A,B,C Host A has service monitors 'Service A1, Service A2' for Client A Host B has service monitors 'Service B1, Service B2' for Client B Host C has service monitors 'Service A3, Service B3' for Client A & B. Servic...
by vlakshman
Tue Oct 15, 2019 6:07 am
Forum: Open Source Nagios Projects
Topic: CGI Parameter List & there description in Nagios?
Replies: 2
Views: 1497

Re: CGI Parameter List & there description in Nagios?

Ah,

Found this nice blog on CGI parameters: https://roshamboot.org/post/guide-nagios-statuscgi/
Hope it helps for someone.
by vlakshman
Tue Oct 15, 2019 4:40 am
Forum: Open Source Nagios Projects
Topic: CGI Parameter List & there description in Nagios?
Replies: 2
Views: 1497

CGI Parameter List & there description in Nagios?

Guys, Am using Nagios 4.4 & wanted to know list of all CGI parameters that can be used with various Nagios CGI (status.cgi in particular). I found a related link which gives me list of parameters which can be used with status.cgi but doesn't quite explain the description of each parameter. https...
by vlakshman
Tue Sep 24, 2019 6:51 am
Forum: Open Source Nagios Projects
Topic: Nagios state during Downtime
Replies: 1
Views: 682

Nagios state during Downtime

I am using Nagios 4.4.3 & have configured service downtime. During downtime I note the following. 1) Service check wont happen 2) Notifications will not be sent Both these make sense. But the service retains the last known state as Service Status which can be confusing to user. For Example: If l...
by vlakshman
Mon Aug 19, 2019 6:18 am
Forum: Open Source Nagios Projects
Topic: Pass Non-Macro Arguments to Event Handlers
Replies: 1
Views: 756

Pass Non-Macro Arguments to Event Handlers

Team,
I have 2 services: Service-A & Service-B.
Service B takes 2 arguments (Which are NOT Macro Variables).
Service-B needs to be called when Service-A - Recovers or Critical.
Is there a way to pass these NON Macro Variables to event handlers?
by vlakshman
Mon Aug 19, 2019 1:35 am
Forum: Open Source Nagios Projects
Topic: Conditionally trigger service
Replies: 5
Views: 1710

Re: Conditionally trigger service

Thanks!

I think when everything about service is OK, Nagios marks the status as HARD, OK.
A service is said to be in "RECOVER' ing state, when it's in a SOFT, OK state right?