Home Directory Addons Active Checks Warning when host reachable

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

Warning when host reachable

Current Version
201608021514
Last Release Date
2016-08-02
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios 4.x
License
GPL
Hits
5992
Files:
FileDescription
check_online_warning.shcheck_online_warning.sh
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!
Nagios Plugin to check that a host is offline as expected
Nagios Plugin to check that a host is offline as expected.

My idea was to check if my network printer is switched off when I don't need it, so the idea is linked to home use but you might figure other fields of use.

Displays a warning when [warn_count] out of [packet_count] packages were successful

Usage: ./check_online_warning.sh $HOSTADDRESS$ $ARG1$ $ARG2$
having: $ARG1$ = packet_count, $ARG2$ = warn_count


Example 1:
> ./check_online_warning.sh 172.22.10.20 4 4
WARNING - Host 192.168.0.20 is switched on (PL=0%)

Example 2:
> ./check_online_warning.sh 172.22.10.200 4 4
OK - Host 192.168.0.200 is switched off (PL=+4)