File: munin-cron.pod.in

package info (click to toggle)
munin 1.4.5-3%2Bdeb6u1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze-lts
  • size: 4,988 kB
  • ctags: 806
  • sloc: perl: 8,936; sh: 3,105; java: 1,754; makefile: 585; python: 143
file content (52 lines) | stat: -rwxr-xr-x 1,310 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
=head1 NAME

munin-cron - A program to batch other Munin master programs

=head1 SYNOPSIS

munin-cron [--options]

=head1 OPTIONS

=over 5

=item B<< --service <service> >>

Limit services to E<lt>serviceE<gt>. Multiple --service options may be supplied. [unset]

=item B<< --host <host> >>

Limit hosts to E<lt>hostE<gt>. Multiple --host options may be supplied. [unset]

=item B<< --config <file> >>

Use E<lt>fileE<gt> as configuration file. [F<@@CONFDIR@@/munin.conf>]

=back

=head1 DESCRIPTION

Munin-cron is a part of the package Munin, which is used in combination
with Munin's node.  Munin is a group of programs to gather data from
Munin's nodes, graph them, create html-pages, and optionally warn Nagios
about any off-limit values.

Munin-cron batches all the above tasks by running their respective
programs. All parameters are passed directly to the underlying programs,
so only use parameters that are understood by all the other programs.

=head1 AUTHORS

Audun Ytterdal and Jimmy Olsen.

=head1 COPYRIGHT

Copyright (C) 2002-2008 Audun Ytterdal and Jimmy Olsen / Linpro AS.

This is free software; see the source for copying conditions. There is
NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.

This program is released under the GNU General Public License

=cut