Just uploaded a Greenplum plugin to the Nagios plugin exchange. It’s my first go at an official Nagios plugin. I’ve created checks for a simple login, reading from a table, writing to a temp table and checking for segment status in 3.x and 4.x installs. Once it’s accepted I’ll publish links here.
Categories
2 replies on “plugin action”
So what does it do? Nagios will use the plugin to periodically poll GPDB and make sure it is available?
What language is your plugin written in?
Cheers,
Ivan
It’s written in perl and relies heavily on DBD::Pg. As to what it does I’ll detail that in my next post.