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

Fix nagios parser to parse all perfdata and report info message. #5601

Merged
merged 6 commits into from
Mar 25, 2019

Commits on Mar 18, 2019

  1. Configuration menu
    Copy the full SHA
    2d22208 View commit details
    Browse the repository at this point in the history
  2. Use bytes.Buffer instead of strings.Builder.

    Sergey Khegay committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    ada4478 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. Use space instead of \n when concatenating the longmsg.

    Sergey Khegay committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    232a2da View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. Configuration menu
    Copy the full SHA
    cf33a00 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2019

  1. Append nagios status after parsing the output

    Sergey Khegay committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    eca9410 View commit details
    Browse the repository at this point in the history
  2. Fix failing tests when comparing maps

    Sergey Khegay committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    6257c63 View commit details
    Browse the repository at this point in the history