[Nagiosplug-help] Are there plugins for...
Don Badrak
dbadrak at tco.census.gov
Fri Nov 8 05:16:04 CET 2002
Ulrich,
On Fri, 8 Nov 2002 Ulrich.Ott at t-online.de wrote:
> Hi!
>
> I am looking for plugins for:
> - Lotus Notes
You can check to see if the Notes port is responding:
define command {
command_name check_notes
command_line $USER1$/check_tcp -H $HOSTADDRESS$ -p 1352
}
The other two are easy:
> - telnet
define command {
command_name check_telnet
command_line $USER1$/check_tcp -H $HOSTADDRESS$ -p 23
}
> - https
define command {
command_name check_https
command_line $USER1$/check_http -H $ARG1$ --ssl
}
Don
--
Don Badrak <dbadrak at census.gov> 301.763.5534 work
Telecommunications Office 301.457.4438 fax
U.S. Bureau of the Census
Suitland MD, USA
More information about the Help
mailing list