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
README.md 3.32 KiB
Newer Older
thl-cmk's avatar
thl-cmk committed
[PACKAGE]: ../../raw/master/mkp/vsphere_topo-0.0.8-20240806.mkp "vsphere_topo-0.0.8-20240806.mkp"
thl-cmk's avatar
thl-cmk committed
# vSphere Topology Visualization
thl-cmk's avatar
thl-cmk committed

thl-cmk's avatar
thl-cmk committed
This plugin uses the data from the _VMware ESX via vSphere_ special agent to create a topology of the vSphere environment.\
The topology contains the vCenter -> Data center(s) -> Clutser(s) -> VMs -> Datastore(s)\
It creates the topology on the fly with each check cycle. The plugin will also work in host only mode.
thl-cmk's avatar
thl-cmk committed

---
### Acknowledgements
ThX to [adadietrich](https://forum.checkmk.com/u/adadietrich/summary) for the idea and for being my beta tester
thl-cmk's avatar
thl-cmk committed

thl-cmk's avatar
thl-cmk committed
---
### Known issues

- The topology is only available on the site where the vCenter servier is monitored. There is no sync for topology files from reemote sites to the central site. As a workaround you could create a rsync job that copys the topology data to the main site.
- There is no direct access (link) to a specific topology, if use other topologies as well, you might need to select the right topology for display  via `Compare history` -> `Reference` -> `Compare to` on the topology screen.

thl-cmk's avatar
thl-cmk committed
---
### Download
* [Download latest mkp file][PACKAGE]

thl-cmk's avatar
thl-cmk committed
**Note**: before you update to a newer version, always check the [CHANGELOG](CHANGELOG). There migth be incompatible changes.\
**Note**: this plugin needs at least Checkmk 2.3.0b1 to work.   

thl-cmk's avatar
thl-cmk committed
---
### Installation

You can install the package by uploading it to your CheckMK site and as site user run 
```
mkp add PAKAGE_NAME.mkp
mkp enable PAKAGE_NAME VERSION
```

In the Enterprise/Free/Cloud edition of CheckMK you can use the GUI to install the package (_Setup_ -> _Extension Packages_ -> _Upload package_)

---
### Want to Contribute?

Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contributing")

---
### Check Info

thl-cmk's avatar
thl-cmk committed
The plugin creates the service **_vSphere Topology_** on each discovered vCenter server (or ESXi host if in host only mode).
thl-cmk's avatar
thl-cmk committed

<details><summary>Montoring states</summary>

thl-cmk's avatar
thl-cmk committed
The service state is always ok.
thl-cmk's avatar
thl-cmk committed

</details>

<details><summary>Perfdata</summary>

| Metric | Unit | Perfometer |
| ------ | ------ | ------ |
thl-cmk's avatar
thl-cmk committed
| Time taken | s | yes |
thl-cmk's avatar
thl-cmk committed

</details>

---
### WATO
<details><summary>Service monitoring rule</summary>

| Section | Rule name |
| ------ | ------ |
thl-cmk's avatar
thl-cmk committed
| Applications, Processes & Services | vSphere Topology  |

thl-cmk's avatar
thl-cmk committed
| Option | Defailt value | Options |
thl-cmk's avatar
thl-cmk committed
| ------ | ------ |----|
| Adjust ESXi host names | none | |
| - Keep domain name | Disabled |  Enabled/Disabled |
| - Change case |no change | upper/lower/no change |
| - Name prefix | none | Prefix for host names |
| Adjust VM names | none | Same as Adjust ESXi host names only for VMs |
thl-cmk's avatar
thl-cmk committed
| vCenter icon | icon_topic_hosts | none, default, custom | 
thl-cmk's avatar
thl-cmk committed
| Cluster emblem | icon_plugins_hw | none, default, custom | 
| Datacenter emblem | icon_cloud | none, default, custom | 
| Datastore emblem | icon_services_green | none, default, custom | 
| Add data store service | Disabled | Enabled/Disabled |
| Make default | Disabled |  Enabled/Disabled |
thl-cmk's avatar
thl-cmk committed


</details> 

<details><summary>Discovery rule</summary>
thl-cmk's avatar
thl-cmk committed
Tere is no discover rule.
thl-cmk's avatar
thl-cmk committed
</details> 

<details><summary>HW/SW inventory rules</summary>
thl-cmk's avatar
thl-cmk committed
There is no inventory rule.
thl-cmk's avatar
thl-cmk committed
</details> 

---
### Sample Output

Sample output

thl-cmk's avatar
thl-cmk committed
![sample output](img/sample.png?raw=true "sample output")
thl-cmk's avatar
thl-cmk committed

thl-cmk's avatar
thl-cmk committed
Sample vSphere topology
thl-cmk's avatar
thl-cmk committed

thl-cmk's avatar
thl-cmk committed
![sample output details](img/vsphere_topology.png?raw=true "sample vSphere topology")
thl-cmk's avatar
thl-cmk committed