From 8edaa7fee41f9d5597a656123a481f2483906053 Mon Sep 17 00:00:00 2001 From: Tobi Oetiker Date: Wed, 30 Aug 2006 23:12:31 +0000 Subject: added alert mailtemplates and new probe config ProbeUnit --- lib/Smokeping/probes/base.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/Smokeping/probes/base.pm') diff --git a/lib/Smokeping/probes/base.pm b/lib/Smokeping/probes/base.pm index 4a83b50..e33416f 100644 --- a/lib/Smokeping/probes/base.pm +++ b/lib/Smokeping/probes/base.pm @@ -90,6 +90,10 @@ sub ProbeDesc ($) { return "Probe which does not overrivd the ProbeDesc methode"; } +sub ProbeUnit ($) { + return "Seconds"; +} + sub target2dynfile ($$) { # the targets are stored in the $self->{targets} # hash as filenames pointing to the RRD files -- cgit v1.2.3-24-g4f1b