Page 1 of 1
service check interval ?
Posted: Sat Apr 04, 2020 9:57 am
by cdm
I'm using a check_ssl_cert plugin and I really only want it to check, maybe every day, although even that seems too much.
Does anyone know how to set up a service to check every day ? So check every day and notify every day ?
Re: service check interval ?
Posted: Wed Apr 08, 2020 10:34 am
by scottwilkerson
You can set the check_interval to 1440 which would be once per day
Re: service check interval ?
Posted: Wed Apr 08, 2020 11:46 pm
by cdm
Thanks Scott;
I've done this and it seems to work:
normal_check_interval 1440
notification_interval 1440
Chris
Re: service check interval ?
Posted: Thu Apr 09, 2020 7:08 am
by scottwilkerson
cdm wrote:Thanks Scott;
I've done this and it seems to work:
normal_check_interval 1440
notification_interval 1440
Chris
Great!
Locking thread