You can subscribe to this list here.
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Christian T. <chr...@ad...> - 2005-06-28 13:11:46
|
Hi The last sentence "I red somewhere that" is just an error! Other error =
I made is -H Sys$HOSTADDRESS$, it was my idea to the *s option! It's too =
idiot, but I tried a lot of different ways and that's the reason why I =
made this error. With the correct configuration I have a correct status =
but only with the pl that I have modified! I tried with: define command{ =
command_name check_win_eventlog command_line $USER1$/che=
ck_win_eventlog.pl -H $HOSTADDRESS$ -s App$HOSTADDRESS$ -l Application =
} It work, but when I just replace "check_win_eventlog.pl" with the =
original version and changing nothing else, I received (no output)! As I =
have had to use dos2unix with this file and, to be sure, I tried to =
suppress the variable's definitions (the lines that I added), it doesn't =
work and the statu become (no output). I don't know what's wrong with my =
configuration, but it works like this. With your help, I'm very happy =
because now I'm able to see my eventLog. Thank's a lot, see you !
|
|
From: <Mar...@na...> - 2005-06-28 10:08:16
|
hi,
there is still something missing after "I red somewhere that", or is there
nothing following?
however, the service definition for the check_win_eventlog is missing.
instead you have included the ping service definition.
i think you don't need to change the plugin in any way! it is working on
your commandline, and so it must also work with nagios. the warnings about
variables are no problem at all! it are just warnings for possible
problems, but i checked that already at development time, and there is
really no problem.
but let's have a look at your command definition:
define command{
command_name check_win_eventlog
command_line $USER1$/check_win_eventlog.pl -H Sys$HOSTADDRESS$
-s $HOSTADDRESS$ -l System
}
the command_line includes the parameter "-H Sys$HOSTADDRESS$" and this is
wrong.
if you compare this to your own commandline call, you will see, that the
should be an IP address at this place, but your definition will be resoved
to
"-H Sys111.222.333.444" or whatever your IP address is. remove the "Sys"
from the definition and see if that works.
martin schmitz
|
|
From: Christian T. <chr...@ad...> - 2005-06-27 14:19:15
|
Hi, I work with:- Suse Enterprise Server 9- Nagios Version 1.2 The version = given with Suse Enterprise server 9- I downloaded the check_win_eventlog-0.= 2.0.tar.gz plugins. Problem:I installed check_win_eventlog and I can = obtain information from the prompt of linux ./check_win_eventlog.pl -H = 10.76.0.135 -s test -l Application :- First time:Found 33 errors. Last = was: EVT_ID: 1704 Time: Mon Jun 27 11:53:41 2005 Security policy in the = Group policy objects are applied successfully. - Second time:EventLog OK = But in nagios I obtain a CRITICAL status with (no output) as status = information (I give you my config at the bottom of this message.)I have = read on " http://nagiosplug.sourceforge.net/developer-guidelines.html#PERLP= LUGIN" that, to be able to work with Nagios Perl plugins must compile = cleanly under "use strict". I tried to put use strict at the beginning of = check_win_eventlog.pl and I saw some problems with variables definitions, = IO::Socket::INET *I don't know anything in perl, but I tried different = tests and it seems to me that my config is correct and that my version of = nagios is not able to interpret this plugin.I am a beginner with linux too = ! I hope that someone would help me ! Best regards. Host : define host{ name generic-host ; The = name of this host template - referenced in other host definitions, used = for template recursion/resolution notifications_enabled 1 = ; Host notifications are enabled event_handler_enabled = 1 ; Host event handler is enabled flap_detection_enabled = 1 ; Flap detection is enabled process_perf_data = 1 ; Process performance data retain_status_information = 1 ; Retain status information across program restarts = retain_nonstatus_information 1 ; Retain non-status information = across program restarts register 0 ; = DONT REGISTER THIS DEFINITION - ITS NOT A REAL HOST, JUST A TEMPLATE! = } define host{ use generic-host ; = Name of host template to use host_name Autos = alias Autos, sur VmWare2 address = 10.76.0.135 parents router10 parents = router0 check_command check-host-alive = max_check_attempts 10 notification_interval 120 = notification_period 24x7 notification_options d,u,r } Command: define command{ command_name check_win_eventlog = command_line $USER1$/check_win_eventlog.pl -H Sys$HOSTADDRESS$ -s = $HOSTADDRESS$ -l System } Service: define service{ name generic-se= rvice ; The 'name' of this service template, referenced in other service = definitions active_checks_enabled 1 ; Active = service checks are enabled passive_checks_enabled 1 = ; Passive service checks are enabled/accepted parallelize_check = 1 ; Active service checks should be parallelized (disabling= this can lead to major performance problems) obsess_over_service = 1 ; We should obsess over this service (if necessary) = check_freshness 0 ; Default is to NOT check = service 'freshness' notifications_enabled 1 ; = Service notifications are enabled event_handler_enabled 1 = ; Service event handler is enabled flap_detection_enabled = 1 ; Flap detection is enabled process_perf_data = 1 ; Process performance data retain_status_information = 1 ; Retain status information across program restarts = retain_nonstatus_information 1 ; Retain non-status information = across program restarts register 0 ; = DONT REGISTER THIS DEFINITION - ITS NOT A REAL SERVICE, JUST A TEMPLATE! = } define service{ use generic-servi= ce ; Name of service template to use host_name = Autos service_description PING = is_volatile 0 check_period = 24x7 max_check_attempts 3 normal_check_interval = 5 retry_check_interval 1 contact_groups = nt-admins notification_interval 120 = notification_period 24x7 notification_options = c,r check_command check_ping!100.0,20%!500.0,60= % } I red somewhere that=20 |
|
From: <ben...@id...> - 2004-05-25 08:29:57
|
Dear Open Source developer I am doing a research project on "Fun and Software Development" in which I kindly invite you to participate. You will find the online survey under http://fasd.ethz.ch/qsf/. The questionnaire consists of 53 questions and you will need about 15 minutes to complete it. With the FASD project (Fun and Software Development) we want to define the motivational significance of fun when software developers decide to engage in Open Source projects. What is special about our research project is that a similar survey is planned with software developers in commercial firms. This procedure allows the immediate comparison between the involved individuals and the conditions of production of these two development models. Thus we hope to obtain substantial new insights to the phenomenon of Open Source Development. With many thanks for your participation, Benno Luthiger PS: The results of the survey will be published under http://www.isu.unizh.ch/fuehrung/blprojects/FASD/. We have set up the mailing list fa...@we... for this study. Please see http://fasd.ethz.ch/qsf/mailinglist_en.html for registration to this mailing list. _______________________________________________________________________ Benno Luthiger Swiss Federal Institute of Technology Zurich 8092 Zurich Mail: benno.luthiger(at)id.ethz.ch _______________________________________________________________________ |
|
From: Michael A. <M....@sc...> - 2004-04-18 18:36:15
|
Hello *, I tried to start Windows eventlog_agent as Windows Service on Windows 2003 Server. Registration went ok. Startup as service failed without any meaningful error message i have started the same "by hand" and the "Program just executes" So i have to do my part of wwork still, checking if in this Mode the Nagios plugin gets a meaningful answer. I just have to set up nagios Server in this testbed. For Debugging the Service Mode : -could the underlying perl program be changed in a way so i can execute it for test purposes directly with active state perl without compiling it with pl2exe (I have this perl version installed) ? Long Term proposal: -is its possible for debugging to include an option to write output on the windows side ? TIA Micha |
|
From: <Mar...@na...> - 2003-07-28 07:26:06
|
Hi, we have just released our first public version of a Windows Eventlog Plugin for Nagios. Details can be found on http://naplax.sourceforge.net This addon allows Nagios to monitor Windows EventLogs by querying an agent installed on the Windows machine (the agent is part of this package.) While by default every event is notified by Nagios, extensive filtering can be defined through various parameters. You can do "anything but XY" or"nothing but XY" notifications or some strange things between these two. Martin Schmitz net&works Netzwerke und Service GmbH Luetzerodestrasse 12 D-30161 Hannover, Germany PGP fingerprint: 225E A59C C08A 9ED5 9003 01A1 399B BFE0 6450 CA40 *** Besuchen Sie uns im Netz: http://www.naw.de !!! *** |