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

Update README.md

parent 8749a6e9
No related branches found
No related tags found
No related merge requests found
# Title # Dell Power connect PSU
A short description about the plugin Monitors the status of Dell Power connect power supplys.
if there are more than on plugin put it in collapsable sections This is a rewrite of the original CMK dell_powerconnect_psu check for CMK 2.1.
<details><summary>check_plugin_1</summary>
</details> - fixes missing PSUs in case there are more PSUs with the same name but different index
<details><summary>check_pluhin_2</summary> - addes current power consumption as perfdata
</details>
--- ---
### Download ### Download
* [PACKAGE_NAME.mkp](https://thl-cmk.hopto.org/gitlab/checkmk/PATH_TO_THE_PACKAGE/-/raw/master/PACKAGE_NAME.mkp "Download the MKP file") * [dell_powerconnect_psu.mkp](https://thl-cmk.hopto.org/gitlab/checkmk/dell/dell_powerconnect_psu/-/raw/master/dell_powerconnect_psu.mkp "Download the MKP file")
--- ---
### Installation ### Installation
You can install the package by uploading it to your CheckMK site and as site user run `mkp install PAKAGE_NAME.mkp`. You can install the package by uploading it to your CheckMK site and as site user run `mkp install dell_powerconnect_psu.mkp`.
In the Enterprise/Free edition of CheckMK you can use the GUI to install the package (_Setup_ -> _Extension Packages_ -> _Upload package_) In the Enterprise/Free edition of CheckMK you can use the GUI to install the package (_Setup_ -> _Extension Packages_ -> _Upload package_)
...@@ -29,15 +26,14 @@ Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contribut ...@@ -29,15 +26,14 @@ 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 **_Sensor_** for each discovered power supply with the **_index and name_** of the power supply as item
<details><summary>Montoring states</summary> <details><summary>Montoring states</summary>
| State | condition | WATO | | State | condition | WATO |
| ------ | ------ | ------ | | ------ | ------ | ------ |
| WARN | condition 1 | yes | | WARN/CRIT | Power supply state | no |
| CRIT | condition 2 | no | | WARN/CRIT | Power usage levels | yes |
| WARN/CRIT | condition 3 | no |
</details> </details>
...@@ -45,9 +41,7 @@ The plugin creates the service **_SERVICENAME_** for each discovered FOR WHAT wi ...@@ -45,9 +41,7 @@ The plugin creates the service **_SERVICENAME_** for each discovered FOR WHAT wi
| Metric | Unit | Perfometer | | Metric | Unit | Perfometer |
| ------ | ------ | ------ | | ------ | ------ | ------ |
| METRIC 1 | bit/s | yes | | Power usage | W | yes |
| METRIC 2 | C | yes |
| METRIC 3 | V | no |
</details> </details>
...@@ -57,31 +51,14 @@ The plugin creates the service **_SERVICENAME_** for each discovered FOR WHAT wi ...@@ -57,31 +51,14 @@ The plugin creates the service **_SERVICENAME_** for each discovered FOR WHAT wi
| Section | Rule name | | Section | Rule name |
| ------ | ------ | | ------ | ------ |
| Networking | NAME_OF_THE_RULE | | Networking | Power Supply Wattage |
| Option | Defailt value |
| ------ | ------ |
| OPTION 1 | 10/50|
| OPTION 2 | 70/90 |
| OPTION 3 | CHOICE 1 |
| OPTION 4 | disabled |
</details> </details>
<details><summary>Discovery rule</summary> <details><summary>Discovery rule</summary>
| Section | Rule name | There is no discovery rule.
| ------ | ------ |
| Discovery of individual services | NAME_OF_THE_RULE |
| Option | Defailt value |
| ------ | ------ |
| OPTION 1 | disabled |
</details>
<details><summary>HW/SW inventory rules</summary>
The inventory plugin is not configurable.
</details> </details>
--- ---
...@@ -91,7 +68,3 @@ Sample output ...@@ -91,7 +68,3 @@ Sample output
![sample output](/doc/sample.png?raw=true "sample output") ![sample output](/doc/sample.png?raw=true "sample output")
Sample output details
![sample output details](/doc/sample-details.png?raw=true "sample output 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