Home >

Showing 2509-2520 of 12087 Plugins.

PLUGIN NAME
DESCRIPTION
RATING
VIEWS
AUTHOR
LICENSE
The archive contains example scripts that use Winexe to execute commands or monitor something 1- check_winexe_remotecmd.pl : launch remotely a Windows command by winexe 2-…
It connects on a Fortigate with a login and password and use the 'execute sensor list' to determine the hardware health. You can restrict check…
Check if a virtual machine(VM) is running on more than one hypervisor(HV). Check if a VM's network interface exists on more than one HV. Check…
This Perl tool can transform unformatted mails to NSCA messages or GED messages (EyesOf Network Generic Event Dispatcher). It happens sometimes that the only way…
This bash script reports on the number of inodes in an IBM Storwize V7000 Unified / SONAS system.
I like this little script because it does not 'use' things I don't already have installed. In fact, it only 'use strict'. The script is…
Hi, I tested this plugin and it did not work correctly out of the box on the command line because it did output nothing at…
Optimization: No tmp file needed In retrieve_status_page() function change this: retrPage = urllib.urlretrieve(statusPage, '/tmp/server-status.log') to this one: return urllib.urlopen(statusPage) and modidy parse_status_page() function to parse_status_page(data):…
This plugin is successfully tested on Ubuntu server-client environment. This script, written in bash is intended for getting total CPU use in percentage along with…