diff options
author | Niko Tyni <ntyni@iki.fi> | 2005-09-04 18:23:12 +0200 |
---|---|---|
committer | Niko Tyni <ntyni@iki.fi> | 2005-09-04 18:23:12 +0200 |
commit | 52de638f8e7e13dd62a4e7906387be72969a4168 (patch) | |
tree | 129599b69e7323fb6500336e0baaffcf55335bea /TODO | |
parent | 09504475c41653b151b02605ea1ea7b53f86e222 (diff) | |
parent | 0fb4bc74b24ea96e80d4e27428b8c2451fbf0eb5 (diff) | |
download | smokeping-52de638f8e7e13dd62a4e7906387be72969a4168.tar.gz smokeping-52de638f8e7e13dd62a4e7906387be72969a4168.tar.xz |
Copied branches/2.0 to trunk/software
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 34 |
1 files changed, 33 insertions, 1 deletions
@@ -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,33 @@ 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 + +* RRD + configurable RRD parameters per target? + - suggested by Leos Bitto, + <http://lists.ee.ethz.ch/smokeping-users/msg01632.html> + |