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
Nagios CSP

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!
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