CastawayLabs / cachet-monitor

Distributed monitoring plugin for CachetHQ
https://castawaylabs.github.io/cachet-monitor/
MIT License
439 stars 127 forks source link

Detailed installation guide? #86

Closed eqMFqfFd closed 4 years ago

gabrielepmattia commented 6 years ago

Maybe I can help you

  1. Download cachet_monitor_linux_386 (or cachet_monitor_linux_amd64 if your are sure that you have an x64 machine)
  2. Rename the file to cachet_monitor with mv command
  3. Make the file executable with $ sudo chmod +x cachet_monitor
  4. Put the executable in a PATH directory so you can access it directly via terminal, I suggest you /usr/local/bin
  5. Create a config.yaml file by starting with one suggested in the readme (You can find the api token in the Cachet dashboard in your profile page by clicking to your username)
  6. Now test your configuration with $ cachet_monitor -c config.yaml
  7. If everything works as expected use nohup or for example supervisord to make the program autostart at the system boot
eqMFqfFd commented 6 years ago

@gabry3795 x84 (64 bits ) not x64

Hendrik44 commented 5 years ago

How i can install and use it in a docker setup/enviroment?

Herz3h commented 4 years ago

Would be nice to have instructions or a config file to make it docker ready.