After the Update from 2024R1.4.1 to 2024R1.4.2 I can't save Hosts, Services and Templates anymore that don't have a "Max check attempts" value set.
Even when the value should be inherited from a template.
Before the Update I could create Items without the "Max check attempts" value to be set.
Now I am getting "Missing required fields".
We have a Template that defines the Check Interval
Code: Select all
define host {
name Check - 24x7
hostgroups Undefined
check_command check-host-alive_ping!!!!!!!!
initial_state d
max_check_attempts 10
check_interval 5
retry_interval 1
active_checks_enabled 1
passive_checks_enabled 0
check_period 24x7
register 0
}
Code: Select all
define host {
host_name Nagios Server
use Check - 24x7
display_name Nagios Server
address 127.0.0.1
hostgroups Hardware Server,Linux Server
icon_image nagioslogo.png
_port 443
_url myurl
_url_path /nagiosxi/
register 1
}
TheAdminDavid