[Nagiosplug-devel] [ nagiosplug-New Plugins-1196604 ] check ser interface plugin
SourceForge.net
noreply at sourceforge.net
Fri May 6 07:36:13 CEST 2005
New Plugins item #1196604, was opened at 2005-05-06 14:25
Message generated for change (Settings changed) made by palyk
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=541465&aid=1196604&group_id=29880
Category: Perl plugin
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: paly (palyk)
Assigned to: Nobody/Anonymous (nobody)
>Summary: check ser interface plugin
Initial Comment:
At the moment work only for local ser servers, U need
install sipsak interface. Try and change it! need file
utils.pm in /usr/nagios/libexec - or change this path
wherever U instal your nagios
command in check commands and services and resources
# 'check_ser' command definition
define command{
command_name check_ser
command_line $USER1$/check_ser.pl -U
sip:$ARG1$@$HOSTADDRESS$ -w 10 -c 50 -H $USER2$ -P $ARG2$
}
define service{
use generic-service ; Name of service template to use
host_name merkur
service_description SER
is_volatile 0
check_period 24x7
max_check_attempts 10
normal_check_interval 1
retry_check_interval 1
contact_groups nt-admins
notification_interval 960
notification_period workhours
notification_options c,r
check_command check_ser!user!password
}
$USER2$ = 192.168.x.x (your nagios ip address)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=541465&aid=1196604&group_id=29880
More information about the Devel
mailing list