Open coyotemarin opened 13 years ago
Yeah, going to start this out as a separate project with an obvious name like doloop-nagios-monitor
.
I've written one for Yelp; shouldn't be much work to make it standalone once we do some real-world testing.
Ugh, looks like people still use Nagios?!?!
Once we have some more experience at Yelp with exactly what tools we need to monitor doloop, we should add corresponding binaries to
doloop
. Examples:stats()
on a tablecheck()
on particular IDsWe'll need some way to read in database credentials. Probably the best way is a
my.cnf
file, read withMySQLdb.connect(read_default_file=...)
.We should put this on the back burner for a while to avoid building useless utilities. Some or all of these might make more sense as separate projects.