> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Wim > Sent: Thursday, November 17, 2005 7:19 AM > To: [email protected] > Subject: [Nagios-users] Host/service comment with acknowledgements > > Hi, > > We're using Nagios 1.x and are quite happy with it. > Now we have a small problem: When we acknowledge an alarm, we enter a > trouble ticket number as comment. > When the service or host comes back up, the comment stays on the > host/service, which leads to a whole list of comments that are never > cleaned up after some time. > Is there a way that I can remove a comment (mostly the last one entered), > when the host or service comes back up?
Not within nagios unfortunately. Like you, we use ticket numbers for comments. We use a simple script that walks through comment.log and removes any comments for tickets that are closed in our system by sending the DEL_SVC_COMMENT to nagios via the external command pipe. -- Marc ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBoss Training Course. Free Certification Exam for All Training Attendees Through End of 2005. For more info visit: http://ads.osdn.com/?ad_idv28&alloc_id845&op=click _______________________________________________ Nagios-users mailing list [email protected] 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
