CastawayLabs / cachet-monitor

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

Fix configuration example in README #17

Closed Soulou closed 9 years ago

matejkramny commented 9 years ago

But component_id is a thing. https://github.com/CastawayLabs/cachet-monitor/blob/b60967999355de9a0efea619cfd23bc643eaa829/cachet/monitor.go#L19

Soulou commented 9 years ago

@matejkramny yes but already defined in the example:

       "component_id": 0,
       "threshold": 80,
-      "component_id": null,
matejkramny commented 9 years ago

I see your point. :+1: