X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;fp=FS%2FFS%2FConf.pm;h=ea80bb7325fd6ab099fd94ae36e3f996cb844f69;hp=a7e5d947a3b1c9be6da7d9d65855ff9e81dda5f8;hb=1de48dbd2df88f4ceeedc3e54ce5933bf54c4c84;hpb=2416fc07f8626ac8c3a1db67bb8a3560c05c2736 diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index a7e5d947a..ea80bb732 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -3073,6 +3073,23 @@ and customer address. Include units.', }, { + 'key' => 'pingd-interval', + 'section' => 'network_monitoring', + 'description' => 'Run ping scans of broadband services at this interval.', + 'type' => 'select', + 'select_hash' => [ '' => '', + 60 => '1 min', + 300 => '5 min', + 600 => '10 min', + 1800 => '30 min', + 3600 => '1 hour', + 14400 => '4 hours', + 28800 => '8 hours', + 86400 => '1 day', + ], + }, + + { 'key' => 'ticket_system-default_queueid', 'section' => 'ticketing', 'description' => 'Default queue used when creating new customer tickets.',