https://github.com/monitoring-plugins/monitoring-plugin-guidelines
Trying to be the standard for Monitoring Plugins
https://github.com/monitoring-plugins/monitoring-plugin-guidelines
Last synced: 4 months ago
JSON representation
Trying to be the standard for Monitoring Plugins
- Host: GitHub
- URL: https://github.com/monitoring-plugins/monitoring-plugin-guidelines
- Owner: monitoring-plugins
- Created: 2022-10-08T19:48:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-31T08:07:06.000Z (about 3 years ago)
- Last Synced: 2025-05-20T13:56:07.360Z (about 1 year ago)
- Size: 22.5 KB
- Stars: 9
- Watchers: 5
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Monitoring Plugin Interface
This repository aims to provide a project and language independent definition
of the _Monitoring Plugin_ interface as a point of reference and a starting point
for future developments.
It intends to help to write plugins which are compatible with the plethora
of _Monitoring Systems_ which are similar to Nagios, are easy to use and useful
for users of those _Monitoring Systems_.
The document is split into different parts to separate different topics
(if possible) and make searching and changing parts easier.
[Preface - Introduction to the document](preface.md)
## The Monitoring Plugins Interface
1. [Basics](monitoring_plugins_interface/01.Basics.md)
1. [Input specification](monitoring_plugins_interface/02.Input.md)
1. [Output specification](monitoring_plugins_interface/03.Output.md)
## Additional definitions for relevant parts
1. [Range Expressions](definitions/01.range_expressions.md)