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

check_lotus_state

Rating
0 votes
Favoured:
0
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Checks the status of a notes server through SNMP. Editor's Note: This plugin seems to have disappeared. Anyone have a copy they can upload?
# this plugin determines the state of a lotus notes server through SNMP.
#
# This plugin is a derivate of work by Patrick PROY http://www.manubulon.com/nagios .
# Usage:
# check_lotus_state.pl -H hostname -C community -v -V -t
# Description:
# hostname : lotus domino server to query
# community: snmp community (you need to have the lotus SNMP agent running)
#
# The returned state can be one of:
# up(1) returns OK in Nagios
# down(2) returns CRITICAL in Nagios
# not-responding(3) returns WARNING in Nagios
# crashed(4) returns CRITICAL in Nagios
# unknown(5) returns UNKNOWN in Nagios