You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new to Icinga
icinga2 is showing Synology as "Down" but all checks are working and returning correct values
with only check_command = "hostalive" Synology as "UP"
as soon as I add or change to check_command = "check_synology" Synology as "Down"
thx for help
The text was updated successfully, but these errors were encountered:
So you added the checks and they work properly but all checks show your host with hint (DOWN) ist that correct/your problem?
I'm not sure how I can assist you here. Maybe you can share your Service and CheckCommand definition and someone can spot an issue there.
I cannot spot any error in your configuration file. The checks are working as they should. Why do you use check_Synology to test the availability of the host? Use hostalive or ping there. It is the check command of the host, the services will use the check_synology either way.
I am new to Icinga
icinga2 is showing Synology as "Down" but all checks are working and returning correct values
with only check_command = "hostalive" Synology as "UP"
as soon as I add or change to check_command = "check_synology" Synology as "Down"
thx for help
The text was updated successfully, but these errors were encountered: