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

Update README.md

parent a7476491
No related branches found
No related tags found
No related merge requests found
...@@ -20,8 +20,32 @@ Collection of Cisco AsyncOS checks ...@@ -20,8 +20,32 @@ Collection of Cisco AsyncOS checks
* *cisco_asyncos_cache*: (only for WSA) * *cisco_asyncos_cache*: (only for WSA)
* *cisco_asyncos_conn*: (only for WSA) * *cisco_asyncos_conn*: (only for WSA)
+ adds host label `cmk/os_family:AsyncOS`
---
### Download
* [Download latest mkp file][PACKAGE]
**Note**: before you update to a newer version, alway check the [CHANGELOG](CHANGELOG). There might be incompatible changes.
---
### Installation
You can install the package by uploading it to your CheckMK site and as site user run
```
mkp install PACKAGENAME-VERSION.mkp
```
or beginning with CMK2.2.x
```
mkp add PACKAGENAME-VERSION.mkp
mkp enable PACKAGENAME VERSION
```
In the non RAW editions of CheckMK you can use the GUI to install the package (_Setup_ -> _Extension Packages_ -> _Upload package_)
--- ---
#### Want to contribute? ### Want to contribute?
Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contributing") Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contributing")
--- ---
...@@ -37,7 +61,7 @@ Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contribut ...@@ -37,7 +61,7 @@ Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contribut
Sample output Sample output
![sample output](/doc/sample_fan.png?raw=true) ![sample output](/img/sample_fan.png?raw=true)
--- ---
### Check Info *cisco_asyncos_raid* ### Check Info *cisco_asyncos_raid*
...@@ -50,7 +74,7 @@ Sample output ...@@ -50,7 +74,7 @@ Sample output
Sample output Sample output
![sample output](/doc/sample_raid.png?raw=true) ![sample output](/img/sample_raid.png?raw=true)
--- ---
### Check Info *cisco_asyncos_temp* ### Check Info *cisco_asyncos_temp*
...@@ -65,7 +89,7 @@ Sample output ...@@ -65,7 +89,7 @@ Sample output
Sample output Sample output
![sample output](/doc/sample_temp.png?raw=true) ![sample output](/img/sample_temp.png?raw=true)
--- ---
### Check Info *cisco_asyncos_power* ### Check Info *cisco_asyncos_power*
...@@ -78,7 +102,7 @@ Sample output ...@@ -78,7 +102,7 @@ Sample output
Sample output Sample output
![sample output](/doc/sample_power.png?raw=true) ![sample output](/img/sample_power.png?raw=true)
--- ---
### Check Info *cisco_asyncos_license* ### Check Info *cisco_asyncos_license*
...@@ -90,7 +114,7 @@ Sample output ...@@ -90,7 +114,7 @@ Sample output
* *perfdata*: none * *perfdata*: none
Sample output Sample output
![sample output](/doc/sample_license.png?raw=true) ![sample output](/img/sample_license.png?raw=true)
--- ---
### Check Info *cisco_asyncos_queue* ### Check Info *cisco_asyncos_queue*
...@@ -101,7 +125,7 @@ Sample output ...@@ -101,7 +125,7 @@ Sample output
* *perfdata*: number of messages in the work queue * *perfdata*: number of messages in the work queue
Sample output Sample output
![sample output](/doc/sample_workqueue.png?raw=true) ![sample output](/img/sample_workqueue.png?raw=true)
--- ---
### Check Info *cisco_asyncos_update* ### Check Info *cisco_asyncos_update*
...@@ -114,5 +138,5 @@ Sample output ...@@ -114,5 +138,5 @@ Sample output
Sample output Sample output
![sample output](/doc/sample_updates.png?raw=true) ![sample output](/img/sample_updates.png?raw=true)
---
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