plugin like nagios check_tcp

Hi All,

I am working on moving Nagios to Sensu. What is the plugin that can replace check_tcp plugin for Sensu.

Thanks for the help.

NP

You can use your existing check_tcp plugin. Sensu uses the same output format as Nagios, and supports its plugins.

Mojo

···

On Mon, Aug 4, 2014 at 3:30 PM, Nathan Paul nathan.paul8@gmail.com wrote:

Hi All,

I am working on moving Nagios to Sensu. What is the plugin that can replace check_tcp plugin for Sensu.

Thanks for the help.

NP

Hi Nathan,

Sensu uses the Nagios check plugin format/spec, so you should be able to use your Nagios plugins. The community repo does have a plugin called check-banner.rb, that most likely does what you’re looking for, as an alternative.

Sean.

···

On Aug 4, 2014 3:30 PM, “Nathan Paul” nathan.paul8@gmail.com wrote:

Hi All,

I am working on moving Nagios to Sensu. What is the plugin that can replace check_tcp plugin for Sensu.

Thanks for the help.

NP

Thanks All. Appreciate the help.

···

On Mon, Aug 4, 2014 at 4:01 PM, Sean Porter portertech@gmail.com wrote:

Hi Nathan,

Sensu uses the Nagios check plugin format/spec, so you should be able to use your Nagios plugins. The community repo does have a plugin called check-banner.rb, that most likely does what you’re looking for, as an alternative.

Sean.

On Aug 4, 2014 3:30 PM, “Nathan Paul” nathan.paul8@gmail.com wrote:

Hi All,

I am working on moving Nagios to Sensu. What is the plugin that can replace check_tcp plugin for Sensu.

Thanks for the help.

NP

You can also call out directly to commands in theory, e.g. your check is just:

ping -c 1 8.8.8.8 -W 1

Granted the output error might not be the most friendly, but it should work.

···

On Mon, Aug 4, 2014 at 5:33 PM, Nathan Paul <nathan.paul8@gmail.com> wrote:

Thanks All. Appreciate the help.

On Mon, Aug 4, 2014 at 4:01 PM, Sean Porter <portertech@gmail.com> wrote:

Hi Nathan,

Sensu uses the Nagios check plugin format/spec, so you should be able to
use your Nagios plugins. The community repo does have a plugin called
check-banner.rb, that most likely does what you're looking for, as an
alternative.

Sean.

On Aug 4, 2014 3:30 PM, "Nathan Paul" <nathan.paul8@gmail.com> wrote:

Hi All,

I am working on moving Nagios to Sensu. What is the plugin that can
replace check_tcp plugin for Sensu.

Thanks for the help.

NP