Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/innogames/igmonplugins
Nagios plugins from InnoGames
https://github.com/innogames/igmonplugins
apt atlassian beanstalkd bgp carp exim gitlab kvm linux memcached monitoring mysql nagios nrpe nsca puppet
Last synced: about 2 months ago
JSON representation
Nagios plugins from InnoGames
- Host: GitHub
- URL: https://github.com/innogames/igmonplugins
- Owner: innogames
- Created: 2016-02-15T17:55:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T20:19:03.000Z (4 months ago)
- Last Synced: 2024-10-20T17:42:10.395Z (3 months ago)
- Topics: apt, atlassian, beanstalkd, bgp, carp, exim, gitlab, kvm, linux, memcached, monitoring, mysql, nagios, nrpe, nsca, puppet
- Language: Python
- Size: 862 KB
- Stars: 26
- Watchers: 18
- Forks: 11
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
InnoGames Monitoring Plugins
============================This repository is only for Nagios compatible scripts developed by
InnoGames. We have packages for more complicated checks. This
repository is only for standalone simple scripts which don't worth
having separate packages. Please don't bloat it.Language
--------Python is our preferred language at InnoGames System Administration.
Please write the new plugins in Python unless you have a very good
reason to use another language. Particularly any kind of shell
scripting is not acceptable for anything new.The scripts should run on Python 3.5 and later. Python 2.7 compatibility
is optional but recommended for the ones that are generally useful.Style Guide
-----------The scripts are named with lower-case underscore notation. The scripts
must have file extensions. The checks should be prefixed with "check\_".
Not portable ones should include the operating system they are working
on in their names.License
-------The scripts are released under the MIT License. The license is
included on the file headers. The MIT License is registered with
and approved by the Open Source Initiative [1].[1] https://opensource.org/licenses/MIT