Skip to content

bluegridio/nagios-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nagios Plugins

This repository contains custom Nagios plugins developed by the BlueGrid Platform Engineering Team to extend monitoring capabilities for various infrastructure components.

Available Plugins

check_cdn_server_heartbeat

A Nagios-compatible plugin that checks the operational status of critical services on CDN servers.
It verifies dependencies between services to ensure that:

  • The server is fully ready for production, with all required services running, or
  • The server is safely out of production, with critical services stopped as expected.

Specifically, it monitors:

  • Host reachability (ping)
  • MySQL database status (active flag)
  • Routing service (Bird) status
  • HTTP services (Nginx, Varnish)
  • DNS resolver (Unbound) for DNS servers

Based on the combination of these checks, it reports an OK, Warning, or Critical state and returns the appropriate Nagios exit code.

License

This project is licensed under the MIT License.


Maintained by the BlueGrid Platform Engineering Team.

About

Custom Nagios plugins for server and service health monitoring.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages