]> git.proxmox.com Git - pve-docs.git/commitdiff
add pvestatd manual page
authorDietmar Maurer <dietmar@proxmox.com>
Sat, 9 Apr 2016 08:41:09 +0000 (10:41 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Sat, 9 Apr 2016 08:43:51 +0000 (10:43 +0200)
Makefile
index.adoc
pve-admin-guide.adoc
pve-doc-generator.mk
pvestatd.8-synopsis.adoc [new file with mode: 0644]
pvestatd.adoc [new file with mode: 0644]

index 2d5255ea2a53483893c17c27aee3dcc205ac2af7..2a70de6d27e29d0567e93e2a2a5559fb860d75c2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -38,6 +38,7 @@ DEB_SOURCES=                  \
        ha-manager.adoc         \
        pve-ha-crm.adoc         \
        pve-ha-lrm.adoc         \
+       pvestatd.adoc           \
        pve-copyright.adoc      \
        docinfo.xml
 
@@ -130,7 +131,7 @@ all: pve-admin-guide.html
 
 index.html: index.adoc ${PVE_ADMIN_GUIDE_SOURCES}
        $(MAKE) NOVIEW=1 pve-admin-guide.pdf pve-admin-guide.html pve-admin-guide.epub
-       $(MAKE) NOVIEW=1 pvecm.1.html qm.1.html qmrestore.1.html pct.1.html pveam.1.html pvesm.1.html pveum.1.html vzdump.1.html pve-firewall.8.html ha-manager.1.html pve-ha-crm.8.html pve-ha-lrm.8.html datacenter.cfg.5.html vm.conf.5.html pct.conf.5.html
+       $(MAKE) NOVIEW=1 pvecm.1.html qm.1.html qmrestore.1.html pct.1.html pveam.1.html pvesm.1.html pveum.1.html vzdump.1.html pve-firewall.8.html ha-manager.1.html pve-ha-crm.8.html pve-ha-lrm.8.html pvestatd.8.html datacenter.cfg.5.html vm.conf.5.html pct.conf.5.html
        asciidoc -a "date=$(shell date)" -a "revnumber=${DOCRELEASE}" index.adoc
        test -n "$${NOVIEW}" || $(BROWSER) index.html &
 
index 86e262429a58170883d54d09533dc85a0aedcad5..dc39493ba92ff1ab986a17b55302c91b1376ed15 100644 (file)
@@ -30,6 +30,7 @@ include::attributes.txt[]
 | pveum        | link:pveum.1.html[pveum.1]
 | vzdump       | link:vzdump.1.html[vzdump.1]
 | ha-manager   | link:ha-manager.1.html[ha-manager.1]
+| pvestatd     | link:pvestatd.8.html[pvestatd.8]
 | pve-ha-crm   | link:pve-ha-crm.8.html[pve-ha-crm.8]
 | pve-ha-lrm   | link:pve-ha-lrm.8.html[pve-ha-lrm.8]
 | pve-firewall | link:pve-firewall.8.html[pve-firewall.8]
index 601c735a32c8fc32574cededd9e7ac81f9c8e640..0c0bfb8478e5d6728f45d1694614a9cec712c027 100644 (file)
@@ -140,6 +140,15 @@ include::pve-ha-lrm.8-synopsis.adoc[]
 
 :leveloffset: 0
 
+*pvestatd* - {PVE} Status Daemon
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+:leveloffset: 1
+include::pvestatd.8-synopsis.adoc[]
+
+:leveloffset: 0
+
+
 [appendix]
 Configuration Files
 -------------------
index 66069f3a490e7084f56ed2d029d10714a59c51e7..596f7dd7a4cc4b6c7bd7b888c5728911ef4a2557 100644 (file)
@@ -83,6 +83,11 @@ PVE_HA_LRM_MAN8_SOURCES=                     \
        pve-ha-lrm.8-synopsis.adoc              \
        ${PVE_COMMON_DOC_SOURCES}
 
+PVESTATD_MAN8_SOURCES=                 \
+       pvestatd.adoc                   \
+       pvestatd.8-synopsis.adoc        \
+       ${PVE_COMMON_DOC_SOURCES}
+
 attributes.txt docinfo.xml:
        cp ${DGDIR}/$@ $@.tmp
        mv $@.tmp $@
@@ -154,6 +159,10 @@ pve-ha-lrm.8: ${PVE_HA_LRM_MAN8_SOURCES}
        a2x ${A2X_MAN8_OPTIONS} pve-ha-lrm.adoc
        test -n "$${NOVIEW}" || man -l $@
 
+pvestatd.8: ${PVESTATD_MAN8_SOURCES}
+       a2x ${A2X_MAN8_OPTIONS} pvestatd.adoc
+       test -n "$${NOVIEW}" || man -l $@
+
 qm.conf.5: ${QM_CONF_MAN5_SOURCE}
 
 pct.conf.5: ${PCT_CONF_MAN5_SOURCE}
diff --git a/pvestatd.8-synopsis.adoc b/pvestatd.8-synopsis.adoc
new file mode 100644 (file)
index 0000000..dd4d290
--- /dev/null
@@ -0,0 +1,46 @@
+*pvestatd* `<COMMAND> [ARGS] [OPTIONS]`
+
+*pvestatd help* `[<cmd>]` `[OPTIONS]`
+
+Get help about specified command.
+
+`<cmd>` `string` ::
+
+Command name
+
+`-verbose` `boolean` ::
+
+Verbose output format.
+
+
+
+
+*pvestatd restart*
+
+Restart the daemon (or start if not running).
+
+
+
+*pvestatd start* `[OPTIONS]`
+
+Start the daemon.
+
+`-debug` `boolean` (default=`0`)::
+
+Debug mode - stay in foreground
+
+
+
+*pvestatd status*
+
+Get daemon status.
+
+
+
+*pvestatd stop*
+
+Stop the daemon.
+
+
+
+
diff --git a/pvestatd.adoc b/pvestatd.adoc
new file mode 100644 (file)
index 0000000..88fd944
--- /dev/null
@@ -0,0 +1,31 @@
+ifdef::manvolnum[]
+PVE({manvolnum})
+================
+include::attributes.txt[]
+
+NAME
+----
+
+pvestatd - PVE Status Daemon
+
+SYNOPSYS
+--------
+
+include::pvestatd.8-synopsis.adoc[]
+
+DESCRIPTION
+-----------
+endif::manvolnum[]
+
+ifndef::manvolnum[]
+{pve} Status Daemon
+==============================
+include::attributes.txt[]
+endif::manvolnum[]
+
+This daemom queries the status of VMs, storages and containers at
+regular intervals. The result is sent to all nodes in the cluster.
+
+ifdef::manvolnum[]
+include::pve-copyright.adoc[]
+endif::manvolnum[]