sensu-plugins / sensu-plugins-network-checks

This plugin provides native network instrumentation for monitoring and metrics collection, including: hardware, TCP response, RBLs, whois, port status, and more.
http://sensu-plugins.io
MIT License
30 stars 77 forks source link

Add remote (SSH) metrics interface gathering #108

Open CoRfr opened 5 years ago

CoRfr commented 5 years ago

Pull Request Checklist

Is this in reference to an existing issue?

General

New Plugins

Purpose

This script, very similar to metrics-interface.rb, allows to collect
metrics on remote host by SSH.

This is meant to be able to collect metrics on host that cannot
necessarily run sensu client, such as small routers for instance.

Known Compatibility Issues

CoRfr commented 4 years ago

Do you mean adding excludeinterfaceregex/includeinterfaceregex ?

jindraj commented 4 years ago

Do you mean adding excludeinterfaceregex/includeinterfaceregex ?

thank you

jspaleta commented 4 years ago

Hey, Can you take a look and see if this PR is still relevant. If it is can you rebase against master so we can get the travisCI happy?

If this is not still needed, please close.

CoRfr commented 4 years ago

@jspaleta , I would think it's still relevant so I merged the master branch into this commit to update it, and resolved conflicts accordingly. Thanks !