Search found 35 matches

by smcracraft
Fri Feb 06, 2015 4:46 pm
Forum: Open Source Nagios Projects
Topic: Nagios vs. Icinga in the logfile
Replies: 3
Views: 1567

Re: Nagios vs. Icinga in the logfile

I am just looking to find out when things go to a hard down state, how it
is logged in the record and then are in soft and then full recovery.

Poking around in the file without a definition of its syntax only gets one so far.
by smcracraft
Fri Feb 06, 2015 3:28 pm
Forum: Open Source Nagios Projects
Topic: Nagios vs. Icinga in the logfile
Replies: 3
Views: 1567

Nagios vs. Icinga in the logfile

I'm looking at wanting to parse the logfile for some verifications. An example record: ip-address [encoded-numeric-date] CURRENT SERVICE STATE: FULLY-QUALIFIED-HOSTNAME;SERVICE;OK;HARD;1;(null) What does this mean? Is there an online document which describes the format of the Nagios/Icinga logfile. ...
by smcracraft
Tue Sep 30, 2014 1:42 pm
Forum: Open Source Nagios Projects
Topic: client api
Replies: 1
Views: 737

client api

Hi,

I have a need to schedule maintenance mode without using the gui.

Just from a program, script, etc.

Whether it is Perl, Ruby, Python, Bash, etc. makes no difference.

Does anyone have the most simple basic-use case and an example to do the above.

Thanks!

Stuart
by smcracraft
Mon Sep 29, 2014 4:31 pm
Forum: Open Source Nagios Projects
Topic: a question about services.cfg
Replies: 3
Views: 1602

a question about services.cfg

I still don't understand how best to use

check_interval
retry_interval
max_check_attempts

to measure something over a period so that it doesn't
massively alarm unnecessarily.

Can someone explain it in plain English non-geek-speak?
by smcracraft
Fri Sep 12, 2014 6:24 pm
Forum: Open Source Nagios Projects
Topic: nagios service
Replies: 1
Views: 934

nagios service

I have a nagios service which detects total memory free and alarms if it gets too low. In the service definition it provides arguments to the check_command of $_MUMBLE_THIS and $_MUMBLE_THAT... Where are these variables coming from? They are the parameters for the check_command to decide whether the...
by smcracraft
Wed Aug 27, 2014 12:55 pm
Forum: Open Source Nagios Projects
Topic: how to monitor just a few hosts
Replies: 1
Views: 827

how to monitor just a few hosts

I have some exceptions as far as groups are concerned which need to have a specific monitor added. I don't want to create a new host group. I could define the service in the services.cfg one for each host, but I am looking to take up less space in the file. Currently: define service { service_descri...
by smcracraft
Thu Jul 31, 2014 12:11 pm
Forum: Open Source Nagios Projects
Topic: event handler question
Replies: 1
Views: 857

event handler question

Hi,

What is the general troubleshooting process for event handler debugging in Nagios?

Stuart
by smcracraft
Thu Jul 31, 2014 12:08 pm
Forum: Open Source Nagios Projects
Topic: event handlers
Replies: 5
Views: 2265

Re: event handlers

Wolfgang Barth. Query Wolfgang Barth Nagios at Amazon.
by smcracraft
Tue Jul 29, 2014 4:49 pm
Forum: Open Source Nagios Projects
Topic: event handlers
Replies: 5
Views: 2265

Re: event handlers

Looks like event handlers require NPRE and there's no other method
of remote execution?
by smcracraft
Tue Jul 29, 2014 3:56 pm
Forum: Open Source Nagios Projects
Topic: event handlers
Replies: 5
Views: 2265

event handlers

Hi, I am writing up an event handler to deal with a recalcitrant crashing process on a bunch of boxes which the world community in that particular tool has not solved (it has a mass of plugins and debugging it is a nightmare, if even possible.) The service and command entries for the cfg files and t...