Random Project
Home >

Showing 1369-1380 of 12087 Plugins.

PLUGIN NAME
DESCRIPTION
RATING
VIEWS
AUTHOR
LICENSE
With this check you can monitor using Cisco DOM (Digital Optical Monitoring) thru SNMP. This is similar to IOS command: "show interface transceiver detail"
I am starting to use this plugin and I find it extremely useful. I checked alexlehm's version and I think it's necessary to set a…
Checks an url raise an alert if some problem is found. Uses curl with all its power, so you can extend your check with all…
Checks sharepoint HealthMonitor reports list and raise an alert if some is found. prints perfdata with total of alerts. Install: see readme or use pip3…
Just tried this out on a new HP Aruba with the latest firmware and it still works. Solid plugin, thanks.
There seems to be a missing piece on this script. I can't get any Performance Data output. If you can please let me know how…
tried to implement the plugin into Icinga2 but didnt work. Worked fine on Nagios Core 4
I tried the plugin and it works fine, but it I try to use the seccond argument it always returns the same output "Backup failed:…
Replaced: $warningPercent = 95 $criticalPercent = 99 with: param( [parameter(Mandatory=$true)] [alias("w")] $warningPercent, [parameter(Mandatory=$true)] [alias("c")] $criticalPercent )