Skip to content

Release v0.1.0

Compare
Choose a tag to compare
@atc0005 atc0005 released this 02 Nov 13:40
· 509 commits to master since this release
32ee951

Added

Initial release!

This release provides an early version of a Nagios plugin used to monitor
attributes of one or many specified paths. The intention is to provide a
multi-purpose or "Swiss Army Knife" tool that is capable of monitoring many
different attributes, though flexible enough to easily monitor just one.

  • Statically linked binary release
    • Built using Go 1.15.3
    • Windows
      • x86
      • x64
    • Linux
      • x86
      • x64

Available now

Currently, monitored attributes include:

  • age
    • CRITICAL and WARNING thresholds
  • size
    • CRITICAL and WARNING thresholds
  • username
    • CRITICAL or WARNING (as specified) if missing
    • NOTE: this check is not supported on Windows
  • group name
    • CRITICAL or WARNING (as specified) if missing
    • NOTE: this check is not supported on Windows
  • exists
    • CRITICAL or WARNING (as specified) if present

Optional support for ignoring missing files (does not apply to the exists
checks) and recursive evaluation is available, but disabled by default.

Coming "Soon"

  • Permissions checks

References