CastawayLabs / cachet-monitor

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

Monitoring some other services? #62

Open ShadowFM opened 7 years ago

ShadowFM commented 7 years ago

Hey! Thanks for your great work! Is it possible to add features like monitoring DBs like MySQL or MongoDB or check portbased websites?

matejkramny commented 7 years ago

Needs a TCP monitor

From that you could check for mysql, mongo, ssh, imap ports..

ozzy-simpson commented 7 years ago

+1 this would be perfect!

ShadowFM commented 7 years ago

@matejkramny What about using Paping for TCP monitor?

coffeverton commented 6 years ago

I created a php page which connects to my database server, and returns a message if the server is up. Then, I used the "expected_body" config to check if the "server up" message was found.