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

Configurable frequency per check #121

Open
barrypitman opened this issue Nov 21, 2024 · 1 comment
Open

Configurable frequency per check #121

barrypitman opened this issue Nov 21, 2024 · 1 comment
Labels
feature request Categorizes issue or PR as related to a new feature or enhancement.

Comments

@barrypitman
Copy link

From what I can see in the docs, - nagios-config.yml

integrations:
  - name: nri-nagios
    env:
      CONCURRENCY: "1"
      SERVICE_CHECKS_CONFIG: /etc/newrelic-infra/integrations.d/nagios-service-checks.yml
    interval: 15s

the check interval can only be defined once and is shared between all checks in the nagios-service-checks.yml file. I have some checks that I would like to run more frequently than others. Is there any way that I can:

  1. specify the interval on a per-check basis in the nagios-service-checks.yml file? (first prize)
  2. Split the checks between multiple files, and provide a different interval per file.
@barrypitman barrypitman added the feature request Categorizes issue or PR as related to a new feature or enhancement. label Nov 21, 2024
@workato-integration
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Categorizes issue or PR as related to a new feature or enhancement.
Projects
None yet
Development

No branches or pull requests

1 participant