unless ($restart || $kill || $nosleep || $debug);
&handle_signals(); # Set up handlers, and signal the current server if asked
+# Find our SPONGSLEEP value
+
+$SPONGSLEEP = $SPONGSLEEP{'spong-client'} || $SPONGSLEEP{'DEFAULT'} ||
+ $SPONGSLEEP || 300;
+
%CHECKFUNCS = ();
&load_checks();
($HOST) = gethostbyname(&Sys::Hostname::hostname());
$HOST =~ tr/A-Z/a-z/;
+# Find our SPONGSLEEP value
+
+$SPONGSLEEP = $SPONGSLEEP{'spong-server'} || $SPONGSLEEP{'DEFAULT'} ||
+ $SPONGSLEEP || 300;
+
+
+
%DATAFUNCS = ();
&load_data_funcs();
&debug("Done loading data plugins");