Skip to content

Fix service validate max_check_attempts directive#711

Merged
sawolf merged 1 commit intoNagiosEnterprises:maintfrom
tejr:tejr/service-debug-output
Dec 2, 2019
Merged

Fix service validate max_check_attempts directive#711
sawolf merged 1 commit intoNagiosEnterprises:maintfrom
tejr:tejr/service-debug-output

Conversation

@tejr
Copy link
Contributor

@tejr tejr commented Nov 27, 2019

Validating a configuration with at least one service with an invalid value for the max_check_attempts, check_interval, retry_interval, or notification_interval directives raised the following error:

Error: Invalid max_attempts, check_interval, retry_interval, or notification_interval value for service 'BAR' on host 'foo'

The name given here for max_check_attempts is given incorrectly, and could confuse users trying to fix their configurations. This commit corrects the error message.

Validating a configuration with at least one service with an invalid
value for the max_check_attempts, check_interval, retry_interval,
or notification_interval directives raised the following error:

> Error: Invalid max_attempts, check_interval, retry_interval, or
> notification_interval value for service 'BAR' on host 'foo'

The name given here for max_check_attempts is incorrect, and could confuse
users trying to fix their configurations.  This commit corrects the error
message.
@sawolf
Copy link

sawolf commented Dec 2, 2019

Thanks!

@sawolf sawolf merged commit 3e65935 into NagiosEnterprises:maint Dec 2, 2019
@tejr tejr deleted the tejr/service-debug-output branch December 10, 2019 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants