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

Update README.md

parent 957682fd
No related branches found
No related tags found
No related merge requests found
[PACKAGE]: ../../raw/master/mkp/check_radius-0.0.1-20240421.mkp "check_radius-0.0.1-20240421.mkp" [PACKAGE]: ../../raw/master/mkp/check_radius-0.0.1-20240421.mkp "check_radius-0.0.1-20240421.mkp"
# Title # Check RADIUS
A short description about the plugin This is a (very) basic active RADIUS check. Tests if a RADIUS server is responsive (accept/reject/timeout). There is (limited) support to add AV-pairs to the RADIUS request.
if there are more than on plugin put it in collapsable sections
<details><summary>check_plugin_1</summary>
</details>
<details><summary>check_pluhin_2</summary>
</details>
--- ---
### Download ### Download
...@@ -36,15 +28,17 @@ Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contribut ...@@ -36,15 +28,17 @@ Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contribut
--- ---
### Check Info ### Check Info
The plugin creates the service **_SERVICENAME_** for each discovered FOR WHAT with the **_HOW_TO_BUILD_THE_ITEM_** as item The plugin creates the service **_RADIUS server_** with an optional item.
<details><summary>Montoring states</summary> <details><summary>Montoring states</summary>
| State | condition | WATO | | State | condition | WATO |
| ------ | ------ | ------ | | ------ | ------ | ------ |
| WARN | condition 1 | yes | | WARN/CRIT | wrong response code | yes |
| CRIT | condition 2 | no | | WARN/CRIT | respos time above levels | yes |
| WARN/CRIT | condition 3 | no | | CRIT | Network error | no |
| CRIT | RADIUS request timeout | no |
| WARN/CRIT | wrong # of response attributes | yes |
</details> </details>
...@@ -52,43 +46,34 @@ The plugin creates the service **_SERVICENAME_** for each discovered FOR WHAT wi ...@@ -52,43 +46,34 @@ The plugin creates the service **_SERVICENAME_** for each discovered FOR WHAT wi
| Metric | Unit | Perfometer | | Metric | Unit | Perfometer |
| ------ | ------ | ------ | | ------ | ------ | ------ |
| METRIC 1 | bit/s | yes | | response timne | s | yes |
| METRIC 2 | C | yes |
| METRIC 3 | V | no |
</details> </details>
--- ---
### WATO ### WATO
<details><summary>Service monitoring rule</summary> <details><summary>Active check rule</summary>
| Section | Rule name | | Section | Rule name |
| ------ | ------ | | ------ | ------ |
| Networking | NAME_OF_THE_RULE | | HTTP, TCP, Email, ... | RADIUS service |
| Option | Defailt value | | Option | Defailt value | Comment |
| ------ | ------ | | ------ | ------ | --- |
| OPTION 1 | 10/50| | Service description | none | the optional item |
| OPTION 2 | 70/90 | | Server IP-address or name | none | optional |
| OPTION 3 | CHOICE 1 | | Authentication port | 1812 | |
| OPTION 4 | disabled | | Shared secret | none | |
| Request timeout | 1 secunde | |
</details> | User name | dummyuser | |
| User password | dummypassword | |
<details><summary>Discovery rule</summary> | Request Attributes | none | List of optional AV-pairs for the request |
| Expected response | none | Accept/Reject |
| Section | Rule name | | Monitoring state not expected response | Warn | |
| ------ | ------ | | Max. response time | none | Upper levels max. response time in ms |
| Discovery of individual services | NAME_OF_THE_RULE | | # of expected attribues in response | none | |
| Monitoring state on wrong # of response attributes | Warn | |
| Option | Defailt value |
| ------ | ------ |
| OPTION 1 | disabled |
</details>
<details><summary>HW/SW inventory rules</summary>
The inventory plugin is not configurable.
</details> </details>
--- ---
......
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