Skip to content

Installing from source

Vasily Korytov edited this page Dec 12, 2023 · 32 revisions
  • Supported platform: Unix (we use /bin/sh and /usr/sbin/sendmail)
  • Configure a MTA (Postfix, Exim) to deliver your mail, if you need mail notifications
  • Install Git
  • Install Go runtime (1.18 and up are supported)
  • go get -u github.com/chillum/jsonmon
  • Create a configuration file at config.yml
  • Launch it:
    • Try jsonmon config.yml to assure, everything works
    • Set up the service: see examples for Linux, macOS and Windows
Clone this wiki locally