Skip to content

Commit

Permalink
Update check_pve.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
NEMSLinux committed Mar 15, 2024
1 parent 4d4acaf commit bc1d2c9
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docs/check_commands/check_pve.rst
Expand Up @@ -18,8 +18,6 @@ Check Command

Usage
~~~~~

./check_pve variable=value

Check Command Arguments
~~~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -34,6 +32,17 @@ Check Command Arguments
- ``warn``: Warning threshold [int] percentage (default: 80)
- ``crit``: Critical threshold [int] percentage (default: 95)

Configuration
~~~~~~~~~~~~~

#. On Proxmox VE, create a new user for NEMS Linux to use for the API. Give that user **PVEAudit** permissions.
#. In NEMS NConf
#. create a host entry for your Proxmox VE server.
#. Add the `check_pve` service to that host, setting the arguments appropriately for your environment.
#. Generate your NEMS config.

.. Warning:: Never use your Proxmox VE root user or any user with more than **PVEAudit** permissions for monitoring.

CLI Example
~~~~~~~~~~~

Expand Down

0 comments on commit bc1d2c9

Please sign in to comment.