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 18c9ac52 authored by thl-cmk's avatar thl-cmk :flag_na:
Browse files

update project

parent 86cb4874
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,8 @@ ...@@ -28,6 +28,8 @@
# red_alarm=JuniperAlarm(state=2, count=0, last_change=0) # red_alarm=JuniperAlarm(state=2, count=0, last_change=0)
# ) # )
# #
# ToDo: create WATO for params
#
from dataclasses import dataclass from dataclasses import dataclass
from typing import Optional, List from typing import Optional, List
...@@ -61,7 +63,7 @@ class JuniperAlarms: ...@@ -61,7 +63,7 @@ class JuniperAlarms:
red_alarm: JuniperAlarm red_alarm: JuniperAlarm
_juniper_alarm_relay_mode= { _juniper_alarm_relay_mode = {
1: 'other', 1: 'other',
2: 'pass on', 2: 'pass on',
3: 'cut off', 3: 'cut off',
......
No preview for this file type
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