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(inputs.nvidia-smi): Add probe_on_startup option #15916

Commits on Oct 2, 2024

  1. feat(inputs.nvidia-smi): Add test_on_startup option

    There are some cases where the nvidia-smi plugin might be found in PATH and executable, but upon running it might always return a non-zero exit code. For various reasons, in the environment I work in, this might be expected. It's thus disruptive for system logs to be polluted with infinite error messages. It's preferable in this situation to check if nvidia-smi returns a good result on plugin startup, and if not, allow the error to be bubbled up and handled according to startup_error_behavior.
    LandonTClipp committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    cd27c4a View commit details
    Browse the repository at this point in the history
  2. Fix test on windows

    LandonTClipp committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c053088 View commit details
    Browse the repository at this point in the history