I suspect my question has been answered multiple times in the past, but I am not easily finding answers so here goes.
I have multiple remote locations that use VPNs, so ping latency can often go failure high and I get alerts on hosts and ping4 checks (the default checks). We use multiple custom vars for things like location, and environment etc. Because of this it was easy to setup in each hosts file created via puppet to override hostalive. e.g. object Host "somehost.abcd.com" { import "generic-host" ... vars.ping_wrta = "500" vars.environment = "abcd" vars.customer_monitored = "true" vars.customer = "abcd" vars.ping_cpl = "30" } That works well. However the default service checks are using default attributes for ping4 which are not modified. I am wondering what people use to override default values for existing service checks that get applied. Or do I have to modify what type of check gets used in my host object and make sure the correct one is used much like hostalive. I'd prefer not to have any more Custom Vars added to each host object if possible. Thanks in advance for any suggestions. L. _______________________________________________ icinga-users mailing list icinga-users@lists.icinga.org https://lists.icinga.org/mailman/listinfo/icinga-users