https://github.com/sixarm/sixarm_nagios_plugins
SixArm.com » Nagios » Plugins for monitoring servers
https://github.com/sixarm/sixarm_nagios_plugins
apache nagios passenger plugins
Last synced: about 17 hours ago
JSON representation
SixArm.com » Nagios » Plugins for monitoring servers
- Host: GitHub
- URL: https://github.com/sixarm/sixarm_nagios_plugins
- Owner: SixArm
- Created: 2010-10-17T03:32:53.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2025-04-14T09:17:16.000Z (9 days ago)
- Last Synced: 2025-04-14T10:28:35.368Z (9 days ago)
- Topics: apache, nagios, passenger, plugins
- Language: Shell
- Homepage: http://sixarm.com
- Size: 29.3 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Nagios » Plugins for monitoring servers
This repo has our custom-built Nagios plugins:
* check_passenger_memory_stats_apache_processes_apache2_count
* check_passenger_memory_stats_apache_processes_apache2_vmsize_max
* check_passenger_memory_stats_apache_processes_apache2_vmsize_sum
* check_passenger_memory_stats_apache_processes_total_private_dirty
* check_passenger_memory_stats_passenger_processes_rails_count
* check_passenger_memory_stats_passenger_processes_rails_vmsize_max
* check_passenger_memory_stats_passenger_processes_rails_vmsize_sum
* check_passenger_memory_stats_passenger_processes_total_private_dirty
* check_whoamiEach plugin has three pieces:
* a plugin script (in the
plugins
directory)
* a command cfg (in theplugins-conf
directory)
* a service cfg (in theplugins-conf
directory)For more info on these areas:
* Ruby on Rails: https://rubyonrails.org/
* Apache HTTP Server: https://httpd.apache.org/
* Phusion Passenger: http://phusion.nl
* Nagios monitoring: http://www.nagios.org
* Nagios graph tool: http://nagiosgraph.sourceforge.net/