diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-31 01:12:31 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-31 01:12:31 +0200 |
commit | 8edaa7fee41f9d5597a656123a481f2483906053 (patch) | |
tree | 81d39707ebc2cc1523744219e1a9f8676052d5a2 /doc | |
parent | a1e648c79fc9300d981b45c0d31b594c819b51c7 (diff) | |
download | smokeping-8edaa7fee41f9d5597a656123a481f2483906053.tar.gz smokeping-8edaa7fee41f9d5597a656123a481f2483906053.tar.xz |
added alert mailtemplates and new probe config ProbeUnit
Diffstat (limited to 'doc')
-rw-r--r-- | doc/smokeping_upgrade.pod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/smokeping_upgrade.pod b/doc/smokeping_upgrade.pod index 5f59fdd..ee85be5 100644 --- a/doc/smokeping_upgrade.pod +++ b/doc/smokeping_upgrade.pod @@ -23,6 +23,13 @@ An official list of changes with each release can be found in the CHANGES file in the Smokeping distribution. This document tries to complement that with upgrading instructions etc. +=head1 2.0.9 to 2.1.0 + +=head2 New method in base.pm (if you write your own probes) + +The F<base.pm> module defines the method ProbeUnit. Override this if your +Probe does not return 'Seconds'. See the F<FTPtransfer.pm> for inspiration. + =head1 2.0.8 to 2.0.9 =head2 L<FPing|Smokeping::probes::FPing> |