~ubuntu-branches/ubuntu/oneiric/collectd/oneiric

« back to all changes in this revision

Viewing changes to src/collectd.pod

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Harl
  • Date: 2008-06-17 10:35:51 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080617103551-9d0ym3zejc7agtt3
Tags: 4.4.1-1
* New upstream release.
  - Fixed another issue of the sensors plugin affecting some chip types
    (Closes: #468143).
  - Fixed creation of "vserver" graphs in collection.cgi (Closes: #475120).
  - Fixed a segfault when using libperl 5.10.
  - collectd now ships libiptc itself.
  New plugins:
  - Ascent server statistics: ascent
  - IPMI sensors information: ipmi
  - PowerDNS name server statistics: powerdns
  - incremental parsing of logfiles: tail
  - TeamSpeak2 server statistics: teamspeak2
  - detailed virtual memory statistics: vmem
* Disable "tcpconns" plugin by default (Closes: #478759).
* Reenabled iptables plugin on all architectures (Closes: #473435).
  - Added the plugin to collectd.conf.
  - Added /usr/share/doc/collectd/examples/iptables/.
  - Added build dependency on linux-libc-dev (>= 2.6.25-4) - that version is
    required because of #479899.
* New debconf template translations:
  - gl.po, thanks to Jacobo Tarrio (Closes: #482667).
* Added a work around for #474087 (broken openipmi .pc files) by forcing the
  inclusion of the ipmi plugin and manually specifying the dependencies.
* Updated standards-version to 3.8.0 (no changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
detail. In particular those are L<collectd-email(5)>, L<collectd-exec(5)>,
100
100
L<collectd-perl(5)>, L<collectd-snmp(5)>, and L<collectd-unixsock(5)>
101
101
 
 
102
=head1 SIGNALS
 
103
 
 
104
B<collectd> accepts the following signals:
 
105
 
 
106
=over 4
 
107
 
 
108
=item B<SIGINT>, B<SIGTERM>
 
109
 
 
110
These signals cause B<collectd> to shut down all plugins and terminate.
 
111
 
 
112
=item B<SIGUSR1>
 
113
 
 
114
This signal causes B<collectd> to signal all plugins to flush data from
 
115
internal caches. E.E<nbsp>g. the C<rrdtool plugin> will write all pending data
 
116
to the RRD files. This is the same as using the C<FLUSH -1> command of the
 
117
C<unixsock plugin>.
 
118
 
102
119
=head1 SEE ALSO
103
120
 
104
121
L<collectd.conf(5)>,