Hi,
I am trying to monitor windows system memory with icinga2-v2.3.4 agent.
I am able to gather correct information in "performance data" and as per
the threshold set it's throwing warning with little yellow icon.
At the same time in service status, it is displaying critical and sending
out email notification for "Memory critical"
Please find configuration below and attached screen shot,
*object CheckCommand "memory" { import "plugin-check-command"
command = [ PluginDir + "/check_memory" ] arguments = { "-w"
= { value = "$memory_win_warn$" description =
"Warning Threshold" } "-c" = { value =
"$memory_win_crit$" description = "Critical Threshold"
} "-u" = { value = "$memory_win_unit$"
description = "Use this unit to display memory" } }
vars.memory_win_warn = "5000" vars.memory_win_crit = "6500"/*
vars.memory_win_unit = "gb" */}*
*apply Service "memory" { import "generic-service" check_command =
"memory" assign where host.name <http://host.name> == NodeName}*
any help will be appreciated,
Regards,
Tejas
_______________________________________________
icinga-users mailing list
[email protected]
https://lists.icinga.org/mailman/listinfo/icinga-users