Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 971 Bytes

README.md

File metadata and controls

50 lines (37 loc) · 971 Bytes

watchdog

package info

  • exec: execute commands
  • zfs: file system
  • zssh: ssh interface
  • ssm: server status monitor

REST APIs

Userver

  • GET /api/v1/userver: get all userver
  • GET /api/v1/userver/:id: get userver by id
  • POST /api/v1/userver: create userver
  • PUT /api/v1/userver/:id: update userver
  • DELETE /api/v1/userver/:id: delete userver

SSM

  • GET /api/v1/ssm/list get plugin list for server status monitor
  • GET /api/v1/ssm/[:plugins] get plugin status for server status monitor
plugin list
  • Ping
  • Uptime
  • CPU
  • Memory
  • Load
  • Process list
  • Network interface
  • Disk I/O
  • IRQ / Raid
  • Sensors
  • Filesystem(and folders)
  • Monitor
  • Alert

Docker

Credits: