Skip to content

Commit

Permalink
version 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
WojRep committed Jun 9, 2022
1 parent 137536e commit 7a28986
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion local/share/check_mk/checks/radwin_hsu
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def check_radwin_hsu(item, params, info):
("HSU_RSS_Rx", rss_hsu, rss_hsu_warn, rss_hsu_crit, -99, -30),
]

infotext = " - Klient ID: %s , %s , SN: %s, IP: %s, RSS Rx(HBS/HSU): %d/%d" % \
infotext = " - CPE ID: %s , %s , SN: %s, IP: %s, RSS Rx(HBS/HSU): %d/%d" % \
(hsu_id, hsu_location, hsu_sn, hsu_ip, rss_hbs, rss_hsu)

if (rss_hbs <= rss_hbs_crit) or (rss_hsu <= rss_hsu_crit):
Expand Down
2 changes: 1 addition & 1 deletion var/check_mk/packages/RadwinHBS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{'author': 'Wojciech Repinski',
{'author': u'Wojciech Repiński',
'description': 'Plugin for monitoring Radwin Base Station 5000 series',
'download_url': 'https://github.com/WojRep/Check_MK-RadwinHBS/',
'files': {'agent_based': [],
Expand Down

0 comments on commit 7a28986

Please sign in to comment.