Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Nagios-2-HPopenview Connection Featured
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
## 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.
##
##
## 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.
##
##
Reviews (0)
Be the first to review this listing!