Erroneous error message when verifying Nagios
Posted: Tue Jun 13, 2017 11:07 am
Good afternoon,
When I attrempt to verify my Nagios 4.3.2 installation, I get the following:
It seems that I'm experiencing the same error as was encountered by another user here:
https://support.nagios.com/forum/viewto ... 999#bottom
My /xdata/xodtemplete.c file contains the following:
It's been a long day - please can someone tell me the exact change that I need to make here to eliminate the verify-time error message, please?
And, as I'm still relatively new to Linux, how do I go about recompiling the code once I've changed it?
Thanks in advance
Pete
When I attrempt to verify my Nagios 4.3.2 installation, I get the following:
Code: Select all
WARNING: The normal_retry_interval attribute is deprecated and will be removed in future versions. Please use retry_interval instead.
https://support.nagios.com/forum/viewto ... 999#bottom
My /xdata/xodtemplete.c file contains the following:
Code: Select all
else if(!strcmp(variable, "retry_interval") || !strcmp(variable, "retry_check_interval")) {
if(!strcmp(variable, "retry_check_interval"))
logit(NSLOG_CONFIG_WARNING, TRUE, "WARNING: The normal_retry_interval attribute is deprecated and will be removed in future versions. Please use retry_interval instead.\n");
temp_host->retry_interval = strtod(value, NULL);
temp_host->have_retry_interval = TRUE;
}
And, as I'm still relatively new to Linux, how do I go about recompiling the code once I've changed it?
Thanks in advance
Pete