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

feat: Nagios Core support #21

Merged
merged 10 commits into from
Oct 3, 2022
Merged

feat: Nagios Core support #21

merged 10 commits into from
Oct 3, 2022

Conversation

wbollock
Copy link
Collaborator

@wbollock wbollock commented Oct 3, 2022

Collecting metrics with the nagiostats binary isn't as dynamic as
using Nagios XI's RESTful API, but provides a way to collect metrics on
nearly any flavor of Nagios. The metric collection is significantly
harder to maintain than using Nagios XI's API, and the amount of metrics
that can be collected is limited, but the essential metrics work.

Resolves #6

Collecting metrics with the `nagiostats` binary isn't as dynamic as
using Nagios XI's RESTful API, but provides a way to collect metrics on
nearly any flavor of Nagios. The metric collection is significantly
harder to maintain than using Nagios XI's API, and the amount of metrics
that can be collected is limited, but the essential metrics work.
Some metrics are wrongly assigned.
Both metric collection options share many metrics, so having one
function to submit both of those is saner than maintaining common
metrics in two+ places.
@wbollock wbollock merged commit 3a8e27d into main Oct 3, 2022
@wbollock wbollock deleted the feat/nagioscore_support branch October 3, 2022 21:14
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.

Add support for other Nagios applications
1 participant