Random Project
Home >

Showing 4921-4932 of 12087 Plugins.

PLUGIN NAME
DESCRIPTION
RATING
VIEWS
AUTHOR
LICENSE
Check consumables for HP Designjet Printers. You can check: - overall status, - paper length (in meter) on multiple rolls, - cartridge levels, - printhead…
290,291c290,295 {swapused}/$mem->{swaptotal})*100); {swapcached}/$mem->{swaptotal})*100); --- > my $swapused = 0; > my $swapcached = 0; > if($mem->{swaptotal}>0) { > $swapused = sprintf("%.2f", ($mem->{swapused}/$mem->{swaptotal})*100); > $swapcached =…
Excellent plugin! I was wondering about the return value for non-critical errors. (critical/red) But it wasn't a problem to change this value to "1" (warning/yellow).…
This plugin will scan the Lynis audit report file.
Great little script. Not much code. It's simple and clean. Had to use this because i was unable to get the default nagios-plugins' check_users binary…
To utilise, add the following to your nsclient.ini file: [/settings/external scripts/wrapped scripts] exchange_serverhealth=exchange/exchange-serverhealth.ps1 -HealthSet $ARG1$
Does what it said. All checks i had setup work perfectly for over 6 months now on a V5R2M0 English system. I would love to…