Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow case-insensitive host/service match #818

Open
ssaxnagios opened this issue Mar 4, 2021 · 1 comment
Open

Allow case-insensitive host/service match #818

ssaxnagios opened this issue Mar 4, 2021 · 1 comment

Comments

@ssaxnagios
Copy link

Currently Nagios is case-sensitive for both the host/service names when submitting results. It would be nice to have a case-insensitive lookup on these when submitting passives/etc.

For example, if I submit something with LOCALHOST it won't match localhost.

If that option is enabled though then it would also need to make sure it isn't possible to have multiple with different case.

Requested here:

https://support.nagios.com/forum/viewtopic.php?t=61875#326812

@ericloyd
Copy link

ericloyd commented Mar 5, 2021

As the request was from me in the first place, I'd like to clarify that I'm only looking for hostnames to be case insensitive. Service names can stay sensitive, but RFC (https://tools.ietf.org/html/rfc4343 states that FQDNs are not sensitive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants