summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorNiko Tyni <ntyni@iki.fi>2005-05-22 13:15:46 +0200
committerNiko Tyni <ntyni@iki.fi>2005-05-22 13:15:46 +0200
commitb83cf0d34b87d51fbdcf60d522b9c87ca4b4ccd2 (patch)
tree669a2d07917fbd70d6c2a4948b4eca1fac6678f1 /TODO
parentbf7247e98dfc9891a5adaaf60cbe392b25cb66ae (diff)
downloadsmokeping-b83cf0d34b87d51fbdcf60d522b9c87ca4b4ccd2.tar.gz
smokeping-b83cf0d34b87d51fbdcf60d522b9c87ca4b4ccd2.tar.xz
* 2.0/TODO:
+ wishlist and other entries
Diffstat (limited to 'TODO')
-rw-r--r--TODO28
1 files changed, 27 insertions, 1 deletions
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,
+ <http://lists.ee.ethz.ch/smokeping-users/msg01439.html>
+
+* DAEMON
+ reread config periodically or with SIGHUP so that
+ no measurement is interrupted
+ - suggested by Taisuke Yamada,
+ <http://lists.ee.ethz.ch/smokeping-users/msg01445.html>
+ - 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