diff options
author | tralce <dan@tralce.com> | 2022-10-30 13:35:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-30 10:35:56 -0700 |
commit | 7edcfe0705ea2b4349da2e2bde581a8be872cd6f (patch) | |
tree | e6de7a1b6823fd86052d0269858b1df2026bab34 | |
parent | cfd31b86b5a71d059dd9b6f24f0df5b20ac9c0ca (diff) | |
download | homer-7edcfe0705ea2b4349da2e2bde581a8be872cd6f.tar.gz homer-7edcfe0705ea2b4349da2e2bde581a8be872cd6f.tar.zst homer-7edcfe0705ea2b4349da2e2bde581a8be872cd6f.zip |
Fixed the table in the Proxmox section (#534)
Co-authored-by: Bastien Wirtz <bastien.wirtz@gmail.com>
-rw-r--r-- | docs/customservices.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/customservices.md b/docs/customservices.md index e84afdb..3f17abc 100644 --- a/docs/customservices.md +++ b/docs/customservices.md | |||
@@ -256,7 +256,7 @@ This service displays status information of a Proxmox node (VMs running and disk | |||
256 | The API Token (or the user asigned to that token if not separated permissions is checked) are this: | 256 | The API Token (or the user asigned to that token if not separated permissions is checked) are this: |
257 | 257 | ||
258 | | Path | Permission | Comments | | 258 | | Path | Permission | Comments | |
259 | | ------------------ | ---------- | | | 259 | |--------------------|------------|-------------------------------------------------------------------| |
260 | | /nodes/<your-node> | Sys.Audit | | | 260 | | /nodes/<your-node> | Sys.Audit | | |
261 | | /vms/<id-vm> | VM.Audit | You need to have this permission on any VM you want to be counted | | 261 | | /vms/<id-vm> | VM.Audit | You need to have this permission on any VM you want to be counted | |
262 | 262 | ||