diff options
author | Niko Tyni <ntyni@iki.fi> | 2005-09-14 21:44:00 +0200 |
---|---|---|
committer | Niko Tyni <ntyni@iki.fi> | 2005-09-14 21:44:00 +0200 |
commit | f0021857e52510645acf59997de6b5ee952186c3 (patch) | |
tree | ff20064d52eebad9d83ca9d1cebeff62e9795c3a /TODO | |
parent | d788fb4fa54adfb8cc2d8d0344bdb9a7af2d642d (diff) | |
download | smokeping-f0021857e52510645acf59997de6b5ee952186c3.tar.gz smokeping-f0021857e52510645acf59997de6b5ee952186c3.tar.xz |
* (trunk)/
lib/Smokeping.pm,
bin/smokeping.dist,
CHANGES,
TODO:
+ reload the config file on HUP signal and bail out if it's broken.
After reloading, restart gracefully so that no measurement is
interrupted. The signal can also be triggered by 'smokeping --reload'.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -20,15 +20,6 @@ this through) visible (eg. different colour) in the CGI menu - suggested by Cornel Badea <cornel *sbhost.ro> -* 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 |