Re: [Nagios-users] Trigger notification mail

2010-09-24 Thread Martin Melin
This is not something that you should have Nagios do. Nagios is not a reporting system. Your plugin is a program/script just like any other. Simply schedule a daily run in cron that will send a report every 24 hours. Best regards, Martin Melin On Fri, Sep 24, 2010 at 3:05 PM, sandma...@libero.it

[Nagios-users] Trigger notification mail

2010-09-24 Thread sandma...@libero.it
Hi, I have written a plugin that counts the number of transaction on a system and sends a notification mail if this number exceeds a thresold. I'd like to trigger an email that on a daily basis sends the number of transaction, whatever the number is, i.e. a scheduled event. Is this possible?