From b83cf0d34b87d51fbdcf60d522b9c87ca4b4ccd2 Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Sun, 22 May 2005 11:15:46 +0000 Subject: * 2.0/TODO: + wishlist and other entries --- TODO | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 6915ef5..8e2a76a 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,7 @@ * UPTIME - define update via snmp pointer per device + - define update via snmp pointer per device + - possibility to call an external script + -> generic uptime plugin? * ATTENTION allow to define a thereshold rule by looking at @@ -9,3 +11,27 @@ allow to have atarget which points to a different target only targets with host are considered +* ALERTS + only send alerts when the state changes + - suggested by Marc Haber, + + +* DAEMON + reread config periodically or with SIGHUP so that + no measurement is interrupted + - suggested by Taisuke Yamada, + + - concurrent probe processes need a signal anyway, + they have to exit and new ones started so that + we don't have to compare to the old config + +* REMOTE EXECUTION + generic remote probe + - a possibility for basefork-derived probes to reuse the same + SSH connection with shell for() loops for all the pings to a given + target + +* GENERIC EXEC PROBE + - almost every probe has a different way of calling system(), exec() + or similar. This should be in an inheritable module. + - the module should also support extra commandline arguments -- cgit v1.2.3-24-g4f1b