Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Nagios-2-HPopenview Connection Featured

Rating
0 votes
Favoured:
1
Hits
97844
Files:
FileDescription
hp_openview_connector.shv1
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
This script is written to attach Nagios to an HP-Openview instance through the notification functions of Nagios.
## i am not giving any guarantee with this script.

## if you use it it is your own responsibility!

################################################
##
## this script is written to attach Nagios to a HP-Openview instance through the notification functions of Nagios.
## i am not giving any guarantee with this script.
## if you use it it is your own responsibility!
## you can use it within the terms of the GNU Public License v3.
##
## copyright (c)2007 by Stephan von Gehlen
##
################################################


##
## requirements:
## - fully configured nagios incl notifications
## - the following two commands need to be added to your nagios configuration:
## define command{
## command_name notify-by-hpopenview
## command_line $USER1$/hp_openview_connector.sh servicecheck
## }
##
## define command{
## command_name host-notify-by-hpopenview
## command_line $USER1$/hp_openview_connector.sh hostcheck
## }
## - also the following contact needs to be added to your nagios configuration:
## define contact{
## contact_name hpopenview
## alias HP OpenView Monitoring Tool
## service_notification_period always
## host_notification_period always
## service_notification_options w,u,c,r
## host_notification_options d,u,r
## service_notification_commands notify-by-hpopenview
## host_notification_commands host-notify-by-hpopenview
## email your-email-address@your-domain
## }
## - you need to use the defined contact then within your nagios configuration to
## make nagios sending alerts via this script.
##
##