Home >

Showing 7957-7968 of 12088 Plugins.

PLUGIN NAME
DESCRIPTION
RATING
VIEWS
AUTHOR
LICENSE
Although it's not essential it make it easier when testing to see what the plugin thinks is critical or OK when it prefixes the line…
Here is a patch to make it authenticate using Kerberos password as well and not just keytab. I have also hard-coded the path for utils.sh…
use check_cciss. check_hparray WILL provide false positives!! Note to the author - thank you, the tool seems to be the basis for other tools. Someone…
Great plugin. However in check_smtp_send, I noticed a small bug because of which the date timestamp was not being set properly. Here is the fix…
Works like a charm... It would however be nice to get access to the Windows filesystem to be able to add plugins easier? as explained…
but it crashes when no host set. So please, replace if(!(host_base_ptr = malloc(sizeof(struct host_name_list)))) { line 314 by if(!(host_base_ptr = calloc(1, sizeof(struct host_name_list)))) { to…
Great author - we had an issue and both went through some troubleshooting steps. As a result it works brilliantly. Great to see an actively…
Thank you. Works perfectly. BE Server 2010
Works like a charm. BE Server 2010 Thank you.
Thank you for plugin. Works perfectly. Backup Exec 2010. Sam
I was able to run this properly on Centos 6 with selinux enabled. I wrote a blog post[1] about how I created the policy and…