Skip to content

emind-systems/check_elb_instances_health

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

check_elb_instances_health

Nagios plugin to check the health of instances behind AWS ELB

Usage:

./check_elb_instances_health]$ ./check_elb_instances.sh MyTestELB

Output: OK: ELB:MyTestELB Total:5 Healthy:5 Critical:0 Warning:5 | Total=5 Healthy=5 Critical=0 Warning=5

.check_elb_instances_health]$ ./check_elb_instances.sh -w3 -c1 MyTestELB

Output: OK: ELB:MyTestELB Total:5 Healthy:5 Critical:1 Warning:3 | Total=5 Healthy=5 Critical=1 Warning=3

License

See the LICENSE file for license rights and limitations.

About

Nagios plugin to check the health of instances behind AWS ELB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages