On 15 March 2010 13:27, Charles Breite <charles.bre...@altertrading.com> wrote: > Somehow our notifications are getting disabled. I assume a user is doing > this via the Process Info page. > > What and where can I grep to find out who is running this command from the > Web interface. > > Thanks for any help!
Search for the relevant portion of the URL for that page in your apache access log, for example: $ grep "cgi-bin/cmd.cgi?cmd_typ=23" /var/log/apache2/access.log Where your apache access log is will depend on how you have installed it. You might find it under /var/log/httpd or similar. hth, Jim ------------------------------------------------------------------------------ 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 _______________________________________________ Nagios-users mailing list Nagios-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null