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

Icinga check - add a mode that ignores any services that wouldn't be automatically restarted #224

Open
calestyo opened this issue Oct 28, 2021 · 0 comments
Labels

Comments

@calestyo
Copy link
Contributor

Hey.

For the Icinga check, it would be nice if there were some additional ways to change the behaviour.

E.g. that one could specify which services are ignored with respect to the check, or merely cause a warning.

Maybe similar to:

$nrconf{override_rc} = {
    # DBus
    qr(^dbus) => 0,

    # display managers
    qr(^gdm) => 0,
    qr(^kdm) => 0,
    qr(^nodm) => 0,

where one could specify whether that service would be considered a warning, error or ignored (or default).

Cheers,
Chris.

@liske liske added the wishlist label Jan 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants