Closed Bladou46 closed 7 years ago
Hello,
Services (template or not) are not exported with their normal and retry check interval.
Functions are misnamed :
printf ( "%s;setparam;%s;normal_check_interval;%s\n", $type, $service_name, $service->check_interval ) if ( defined ( $service->check_interval ) );
It should be $service->normal_check_interval instead of $service->check_interval. The same goes for retry check interval
$service->normal_check_interval
$service->check_interval
Hello,
Services (template or not) are not exported with their normal and retry check interval.
Functions are misnamed :
It should be
$service->normal_check_interval
instead of$service->check_interval
. The same goes for retry check interval