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

Add an input plugin to monitor basic info of Windows Services #3023

Merged
merged 48 commits into from
Aug 7, 2017

Commits on Jul 10, 2017

  1. Initial win_services plugin code: a hardcoded service reporting rando…

    …m state and fixed startup config
    vlastahajek committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    0db2520 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2017

  1. Configuration menu
    Copy the full SHA
    7400e87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d52da8 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2017

  1. Marked with TODO

    vlastahajek committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    3b4df68 View commit details
    Browse the repository at this point in the history
  2. All services log under same measurement

    Measurement name made configurable
    Error service is indicated with state -1
    vlastahajek committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    b67c645 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    017c131 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f93ba1 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2017

  1. Configuration menu
    Copy the full SHA
    f895ef3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    570f613 View commit details
    Browse the repository at this point in the history
  3. Adjusted based na analysis feedback:

    - snake case names of fields/tag
    - simplified configuration
    - state and startup mode as string
    - better error reporting
    vlastahajek committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    45fb743 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96af3b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    37c2952 View commit details
    Browse the repository at this point in the history
  6. proof reading

    karel-rehor committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    03447bc View commit details
    Browse the repository at this point in the history
  7. small english correction

    vlastahajek committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    b05aa4a View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2017

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

Commits on Jul 15, 2017

  1. Configuration menu
    Copy the full SHA
    3d4e3db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b88e0e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2017

  1. Configuration menu
    Copy the full SHA
    3d00f89 View commit details
    Browse the repository at this point in the history
  2. - Removing prefix 'service_' from state and startup mode enumerations

    - added sample TICK script
    vlastahajek committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    1ab4cdc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5a5a1f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    957015c View commit details
    Browse the repository at this point in the history
  5. Revert "Marked with TODO"

    This reverts commit 3b4df68.
    vlastahajek committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    b54b8a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2017

  1. - Better script description

    - Better script alert message
    vlastahajek committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    3b3e973 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c568b19 View commit details
    Browse the repository at this point in the history
  3. - Fixed TICK script

    vlastahajek committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    e0a8773 View commit details
    Browse the repository at this point in the history
  4. Delete obsolete file

    vlastahajek committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    d203d20 View commit details
    Browse the repository at this point in the history
  5. Added important note

    vlastahajek committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    4a0d3e8 View commit details
    Browse the repository at this point in the history
  6. Typo

    vlastahajek committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    75407cc View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2017

  1. Reformatted with go fmt

    vlastahajek committed Jul 18, 2017
    Configuration menu
    Copy the full SHA
    d570894 View commit details
    Browse the repository at this point in the history
  2. Reformated with go fmt

    vlastahajek committed Jul 18, 2017
    Configuration menu
    Copy the full SHA
    3b3106f View commit details
    Browse the repository at this point in the history
  3. - Implemented PR review feedback

    - Fixed few mistakes
    vlastahajek committed Jul 18, 2017
    Configuration menu
    Copy the full SHA
    721264a View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2017

  1. Configuration menu
    Copy the full SHA
    e0dbcab View commit details
    Browse the repository at this point in the history
  2. - Changed state and startup mode fields from string to int

    - Extended values validation
    - Reporting first found service error
    vlastahajek committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    86b989a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a96932c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3568a10 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2017

  1. Small improvements based on PR discussion:

    - better name of main struct
    - better methods description
    - removed useless checking
    - added empty service description checking
    vlastahajek committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    5eda565 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1966f42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddbdcfc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c75562 View commit details
    Browse the repository at this point in the history
  5. Fixed getter name

    vlastahajek committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    5b71ba8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e444c75 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2017

  1. Configuration menu
    Copy the full SHA
    9085744 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    547cb9b View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2017

  1. Configuration menu
    Copy the full SHA
    9f6ca38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86cef94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    215828e View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2017

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