add pmgreport, update generated docs

This commit is contained in:
Dietmar Maurer 2017-08-21 09:28:35 +02:00
parent 0b76970414
commit d7cd791b91
7 changed files with 997 additions and 35 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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.

View File

@ -77,6 +77,10 @@ include::pmgsh.adoc[]
include::pmgperf.adoc[]
include::pmgqm.adoc[]
include::pmgreport.adoc[]
:leveloffset: 0

View File

@ -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.

View File

@ -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.

View File

@ -6,5 +6,5 @@ Proxmox benchmark.
`<path>`: `<string>` ('default =' `/`)::
File system localtion to test.
File system location to test.

33
pmgreport.adoc Normal file
View 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[]