cachet-monitor icon indicating copy to clipboard operation
cachet-monitor copied to clipboard

Monitoring some other services?

Open ShadowFM opened this issue 7 years ago • 4 comments

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

ShadowFM avatar Mar 07 '17 00:03 ShadowFM

Needs a TCP monitor

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

matejkramny avatar Mar 07 '17 01:03 matejkramny

+1 this would be perfect!

ozzy-simpson avatar Mar 21 '17 01:03 ozzy-simpson

@matejkramny What about using Paping for TCP monitor?

ShadowFM avatar Mar 21 '17 09:03 ShadowFM

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.

coffeverton avatar Jun 07 '18 17:06 coffeverton