Nagios Plugin : check ssl certificate expiry date

We have created a Nagios plugin called check_ssl_cert_expiry . The nagios plugin will send the alert (warning/critical) before SSL Certificate expiry date. We have tested this plugin to check HTTPS website URL. It is working very well. Why we require check_ssl_cert_expiry nagios plugin To know how many days are left before date of expiration of … Read more

check_ELBinstance : Nagios Plugin to check instances attached with ELB

Recently I created a new nagios plugin which check the no. of instances attached in ELB (Elastic Load Balancer) . Here we are talking about ELB in AWS (Amazon Web Service) Cloud. Elastic Load Balancing automatically distributes incoming application traffic across multiple Amazon EC2 instances in the cloud. Details of check_ELBinstance nagios plugin Requirement : … Read more

Install and configure nagios core 4 on Ubuntu 12.04 LTS

In this tutorial we will install and configure nagios core 4 on Ubuntu 12.04 LTS. Nagios Core 4 has recently been released,at the time of writing this post Nagios core 4.0.2 was available. Nagios is one of the most popular,reliable and robust Monitoring System.You can find number of plugins to monitor the network and server … Read more