mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-08-02 14:37:38 +00:00
add pmgreport, update generated docs
This commit is contained in:
parent
0b76970414
commit
d7cd791b91
File diff suppressed because it is too large
Load Diff
@ -2,7 +2,11 @@
|
||||
|
||||
Cluster Node ID.
|
||||
|
||||
`hostrsapubkey`: `<string>` ::
|
||||
`fingerprint`: `^(:?[A-Z0-9][A-Z0-9]:){31}[A-Z0-9][A-Z0-9]$` ::
|
||||
|
||||
SSL certificate fingerprint.
|
||||
|
||||
`hostrsapubkey`: `^[A-Za-z0-9\.\/\+]{200,}$` ::
|
||||
|
||||
Public SSH RSA key for the host.
|
||||
|
||||
@ -18,7 +22,7 @@ Maximum used cluster node ID (used internally, do not modify).
|
||||
|
||||
Node name.
|
||||
|
||||
`rootrsapubkey`: `<string>` ::
|
||||
`rootrsapubkey`: `^[A-Za-z0-9\.\/\+]{200,}$` ::
|
||||
|
||||
Public SSH RSA key for the root user.
|
||||
|
||||
|
@ -77,6 +77,10 @@ include::pmgsh.adoc[]
|
||||
|
||||
include::pmgperf.adoc[]
|
||||
|
||||
include::pmgqm.adoc[]
|
||||
|
||||
include::pmgreport.adoc[]
|
||||
|
||||
:leveloffset: 0
|
||||
|
||||
|
||||
|
@ -276,7 +276,7 @@ Quarantine life time (days)
|
||||
|
||||
Text for 'From' header in daily spam report mails.
|
||||
|
||||
`reportstyle`: `<custom | none | outlook | short | verbose>` ('default =' `verbose`)::
|
||||
`reportstyle`: `<custom | none | short | verbose>` ('default =' `verbose`)::
|
||||
|
||||
Spam report style.
|
||||
|
||||
|
@ -42,6 +42,14 @@ Reset and update statistic database.
|
||||
|
||||
|
||||
|
||||
|
||||
*pmgdb reset*
|
||||
|
||||
Reset PMG rule database back to factory defaults.
|
||||
|
||||
|
||||
|
||||
|
||||
*pmgdb update*
|
||||
|
||||
Update the PMG statistic database.
|
||||
|
@ -6,5 +6,5 @@ Proxmox benchmark.
|
||||
|
||||
`<path>`: `<string>` ('default =' `/`)::
|
||||
|
||||
File system localtion to test.
|
||||
File system location to test.
|
||||
|
||||
|
33
pmgreport.adoc
Normal file
33
pmgreport.adoc
Normal file
@ -0,0 +1,33 @@
|
||||
[[chapter_pmgreport]]
|
||||
ifdef::manvolnum[]
|
||||
pmgreport(1)
|
||||
============
|
||||
:pmg-toplevel:
|
||||
|
||||
NAME
|
||||
----
|
||||
|
||||
pmgreport - Send daily system report email.
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
--------
|
||||
|
||||
include::pmgreport.1-synopsis.adoc[]
|
||||
|
||||
|
||||
DESCRIPTION
|
||||
-----------
|
||||
endif::manvolnum[]
|
||||
ifndef::manvolnum[]
|
||||
Send daily system report email
|
||||
==============================
|
||||
:pmg-toplevel:
|
||||
endif::manvolnum[]
|
||||
|
||||
This binary generates and send daily system report email.
|
||||
|
||||
ifdef::manvolnum[]
|
||||
include::pmg-copyright.adoc[]
|
||||
endif::manvolnum[]
|
||||
|
Loading…
Reference in New Issue
Block a user