Marek Ramotowski wrote: > Thanks for answer > > 1. I set options: > debug_level=-1 (Everything) > debug_verbosity=2 (Very detailed) > > 2. Some user executed the command "Disable active checks of this service". > > 3. In the icinga.log I have: > "[1267601550] EXTERNAL COMMAND: DISABLE_SVC_CHECK;Qguar;System: Uptime" > !!! There is no information who executed this command. How to check: Who > executed this command? > > 4. I looked in the icinga.debug. There is no information who executed > this command. >
Since such changes will absolutely break the compatiblity with existing log parsing, I've implemented a version of this rather optional. If you set that option in icinga.cfg to 1 the CGIs will change the sent command syntax from CMD;cmdargs to CMD;username;cmdargs. The command pipe checks on that otion being set and interprets the sent command correctly. Currently, the username won't be processed any further except writing to all logs. The NEB API needs a change on that in order to allow IDOUtils write the username to the command history. Please check on this commit if it fulfills your demands: https://git.icinga.org/?p=icinga-core.git;a=commit;h=d7bca940783a6d67746faf1c63dcc2afc89a4feb After a testing period this will run into master. Kind regards, Michael > Any ideas > > Best regarst > > > > Assaf Flatto pisze: > >> Marek Ramotowski wrote: >> >> >>> Firstly, sorry for my bad English >>> >>> I have instaled Icinga (Version 1.0December 16, 2009). In the icinga I >>> have 6 members. Some user execute the command "Disable active checks of >>> this service". >>> >>> How to check: Who execute this command. >>> How to check: Who execute the command "Disable active checks of this >>> service" >>> >>> There is not in the Event Log. >>> >>> Best regarst >>> >>> >>> >>> >> you can find the information in the icinga.log >> or if you enabled the debug log - it may also be there . >> >> Assaf >> >> >> ------------------------------------------------------------------------------ >> Download Intel® Parallel Studio Eval >> Try the new software tools for yourself. Speed compiling, find bugs >> proactively, and fine-tune applications for parallel performance. >> See why Intel Parallel Studio got high marks during beta. >> http://p.sf.net/sfu/intel-sw-dev >> _______________________________________________ >> icinga-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/icinga-users >> >> > -- DI (FH) Michael Friedrich Vienna University Computer Center Universitaetsstrasse 7 A-1010 Vienna, Austria email: [email protected] phone: +43 1 4277 14359 fax: +43 1 4277 14279 web: http://www.univie.ac.at/zid Icinga Core& IDOUtils Developer http://www.icinga.org ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://ad.doubleclick.net/clk;226879339;13503038;l? http://clk.atdmt.com/CRS/go/247765532/direct/01/ _______________________________________________ icinga-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/icinga-users
