Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_lotus_state
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!
# 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
#
# 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
Reviews (0)
Be the first to review this listing!