Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
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
Owner
Website
License
GPL
Hits
2396
Files:
File | Description |
---|---|
check_online_warning.sh | check_online_warning.sh |
Help Support Ethan Galstad's New Project:
A Message From The Founder...
As the founder of Nagios, I'm asking for your help in a cause that's dear to my heart.
I'm launching a new project to help better the world by providing the information, ideas, and inspiration that I believe can improve the lives of people everywhere.
I know you're busy managing networks, but I would appreciate it if you would consider liking my Facebook page and showing your support for the content and messages I produce by sharing them with your friends and family.
You can learn more about my project by visiting ethangalstad.me/nagios. Thank you for your time. I wish you all the best in your endeavors, whatever they may be.
- Ethan
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)
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)
Reviews (0)
Be the first to review this listing!