Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
enable noneIncluded flag in nagios monitor (#1621)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Stumpf authored Mar 5, 2021
1 parent 622d5d7 commit 27115e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions docs/monitors/nagios.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,10 @@ Configuration](../monitor-config.md#common-configuration).**
## Metrics

These are the metrics available for this monitor.
Metrics that are categorized as
[container/host](https://docs.signalfx.com/en/latest/admin-guide/usage.html#about-custom-bundled-and-high-resolution-metrics)
(*default*) are ***in bold and italics*** in the list below.
**All of the metrics emitted from this monitor are categorized as
[custom](https://docs.signalfx.com/en/latest/admin-guide/usage.html#about-custom-bundled-and-high-resolution-metrics)**
but the ones that are emitted by default from the monitor are ***in bold and italics*** in the list below.



- ***`nagios.state`*** (*gauge*)<br> Nagios status check [state](https://nagios-plugins.org/doc/guidelines.html#AEN78).
Expand Down
1 change: 1 addition & 0 deletions pkg/monitors/nagios/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ monitors:
default: true
type: gauge
monitorType: nagios
noneIncluded: true
properties:
2 changes: 1 addition & 1 deletion selfdescribe.json
Original file line number Diff line number Diff line change
Expand Up @@ -42577,7 +42577,7 @@
"monitorType": "nagios",
"sendAll": false,
"sendUnknown": false,
"noneIncluded": false,
"noneIncluded": true,
"dimensions": {
"command": {
"description": "The configured `command` for this monitor."
Expand Down

0 comments on commit 27115e1

Please sign in to comment.