X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fcollectdmon.pod;h=8fa62f33ede4dfbecb5729e9531a73babdc4ec1a;hp=5ae85fb027a5b5e344e44bbda5ed0dd133facfdf;hb=633c3966f770e4d46651a2fe219a18d8a9907a9f;hpb=2e8ad93a2f3856644a74fb508d10a9e8e4704293 diff --git a/src/collectdmon.pod b/src/collectdmon.pod index 5ae85fb0..8fa62f33 100644 --- a/src/collectdmon.pod +++ b/src/collectdmon.pod @@ -1,3 +1,5 @@ +=encoding UTF-8 + =head1 NAME collectdmon - Monitoring daemon for collectd @@ -39,6 +41,24 @@ B<-f> will be added to these options. See L. =back +=head1 SIGNALS + +B accepts the following signals: + +=over 4 + +=item B, B + +These signals cause B to terminate B, wait for its +termination and then shut down. + +=item B + +This signal causes B to terminate B, wait for its +termination and then restart it. + +=back + =head1 SEE ALSO L, @@ -47,7 +67,7 @@ L =head1 AUTHOR -collectd has been written by Florian Forster Eocto at verplant.orgE +collectd has been written by Florian Forster Eocto at collectd.orgE and many contributors (see `AUTHORS'). collectdmon has been written by Sebastian Harl Esh@tokkee.orgE.