Hi Friends,
I'm reading and working with my new advantage - the Icinga2 book!
Since I'm monitoring one of our Exchange servers, Icinga2 is monitoring a high RAM load. This is no error but usual since Exchange's STORE.EXE reserves a lot of memory by default.
That's why I'm trying to change the thresholds of Icinga2's warnings.
By default, the first warning comes up above 80% load, and it gets critical by 90%.
I'd like to change this to: warn > 92%, crit > 95%
What I did in the server's conf-file:
Icinga receives this update but doesn't work with it. Instead, I can read in the host's overview:
Quote
Nscp Memory { }
- nscp_arguments =>
- warn=load > 95
- crit=load > 98
Os Windows
Looking nice, but not working.
Dudes, where's my prob?
Thanks a lot for any step
##patrick##