Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 461 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 461 Bytes

check-uptime

Description

Check uptime seconds.

Setting

[plugin.checks.uptime]
command = "/path/to/check-uptime --warning-under=600 --critical-under=120"

Options

  -w, --warning-under=N     Trigger a warning if under the seconds
  -c, --critical-under=N    Trigger a critial if under the seconds
  -W, --warning-over=N      Trigger a warning if over the seconds
  -C, --critical-over=N     Trigger a critical if over the seconds