Collection of CheckMK checks (see https://checkmk.com/). All checks and plugins are provided as is. Absolutely no warranty. Send any comments to thl-cmk[at]outlook[dot]com

Skip to content
Snippets Groups Projects
Commit 31c94b1b authored by thl-cmk's avatar thl-cmk :flag_na:
Browse files

Update README.md

parent b433b234
No related branches found
No related tags found
No related merge requests found
......@@ -2,20 +2,7 @@
# Juniper Chassis Alarm
Monitors the status of the Juniper Chassis alarm using the JUNIPER-ALARM-MIB.
---
### Check Info
* *service*: this check creates the service _Chassis Alarm_
* *state*:
- WARN/CRIT if the number of active yellow/red alerts is greater 0
- WARN if Alarm Relay Mode is not _pass on_
* *wato*: none
* *perfdata*: none
---
### Download
......@@ -24,8 +11,15 @@ Monitors the status of the Juniper Chassis alarm using the JUNIPER-ALARM-MIB.
---
### Installation
You can install the package by uploading it to your CheckMK site and as site user run `mkp install juniper_craft_alarm.mkp`.
You can install the package by uploading it to your CheckMK site and as site user run
```
mkp install juniper_craft_alarm-0.0.2-20230901.mkp
```
or beginning with CMK2.2.x
```
mkp add juniper_craft_alarm-0.0.2-20230901.mkp
mkp enable juniper_craft_alarm 0.0.2-20230901
```
In the Enterprise/Free edition of CheckMK you can use the GUI to install the package (_Setup_ -> _Extension Packages_ -> _Upload package_)
......@@ -33,6 +27,47 @@ In the Enterprise/Free edition of CheckMK you can use the GUI to install the pac
#### Want to contribute?
Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contributing")
---
### Check Info
This plugn creates the service _Chassis Alarm_.
<details><summary>Montoring states</summary>
| State | condition | WATO |
| ------ | ------ | ------ |
| WARN | if Alarm Relay Mode is not _pass on_ | yes |
| WARN | if Yellow Alarm is not off | yes |
| WARN |if Red Alarm is not off | yes |
| WARN/CRIT | if the number of yellow alerts is greater 0 | yes |
| WARN/CRIT | if the number of red alerts is greater 0 | yes |
</details>
<details><summary>Perfdata</summary>
There are no perfdata.
</details>
---
### WATO
<details><summary>Service monitoring rule</summary>
| Section | Rule name |
| ------ | ------ |
| Hardware, BIOS | Juniper Chassis Alarm |
| Option | Defailt value |
| ------ | ------ |
| State if Alarm relay mode not "pass on" | Warn |
| State if Yellow alarm is not "off" | Warn |
| State if Red alarm is not "off" | Crit |
| Levels Yellow Alarm | none |
| Levels Red Alarm | none |
</details>
---
### Sample output
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment