Showing 1-10 of 11 results.
Sort by:
check_netstats.py
I could not find a simple nagios plugin that monitorized all NICs without the use of SNMP. So made this plugin using python and code…
AWS – Cloud
#!/usr/bin/python import boto import boto.ec2 import boto.vpc import sys if len(sys.argv) < 4: print('Usage: check_vpn.py ') sys.exit() IP1 = sys.argv[1] IP2 = sys.argv[2] ec2_region =…
SCOM 2012 to Nagios Connector
http://roshamboot.org/main/projects/scom-2012-to-nagios-connector/**DEVELOPMENT OF THIS PLUGIN HAS CEASED AS OF 14/6/2014, IF YOU WOULD LIKE TO TAKE OVER THIS PROJECT PLEASE CONTACT THE LISTED EMAIL ADDRESS** Description:…
OpsMgr Framework
http://lanti.wordpress.com/This is a (hopefully) growing collection of scripts and techniques which will allow OpsMgr to send its alerts to Nagios or vice versa. Due to…
bbnt2ns
http://bulldog.tzo.org/netsaint/bbnt2ns is a perl script that listens for messages from the Big Brother NT client. It then takes these messages and feeds them to Netsaint/Nagios…
bb2nsd
http://www.steveshipway.org/forum/A simple daemon on the Nagios server which listens on the Big Brother port (tcp/1984) for Big Brother agent passive alerts. These are parsed and…
ItassitantSendToNagios
English ======= Run this script through a warning level set to Dell OpenManage IT Assistant providing the variables $n $sn $sev $m, in that order.…
HP OpenView HPOV Event Handler
http://www.groundworkopensource.com/community/forums/viewforum.php?f=22''This HPOV Event Handler takes the output of a Nagios monitoring system and feeds it into HP OpenView. Additional requirements: these instructions assume Monarch or…
Nagios-2-HPopenview Connection
http://von-gehlen.dyndns.org/## i am not giving any guarantee with this script. ## if you use it it is your own responsibility! ################################################ ## ## this script…