~ubuntu-branches/ubuntu/natty/munin/natty

« back to all changes in this revision

Viewing changes to plugins/node.d.linux/load.in

  • Committer: Bazaar Package Importer
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2009-12-04 15:48:53 UTC
  • mto: (8.1.8 sid)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20091204154853-ovbff1s1jo6s4q95
Tags: upstream-1.4.1
ImportĀ upstreamĀ versionĀ 1.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
=over 4
15
15
 
16
 
=item load_warn <float>
 
16
=item load_warning <float>
17
17
 
18
18
Threshold for when to report a warning
19
19
 
20
 
=item load_crit <float>
 
20
=item load_critical <float>
21
21
 
22
22
Threshold for when to report a critical
23
23
 
26
26
=head2 EXAMPLE CONFIGURATION
27
27
 
28
28
 [load]
29
 
  env.load_warn 5
30
 
  env.load_crit 10
 
29
  env.load_warning 5
 
30
  env.load_criting 10
31
31
 
32
32
=head1 NOTES
33
33
 
83
83
        # one is for the graph itself, while the second one is for the field
84
84
        # "load".
85
85
        echo 'graph_info The load average of the machine describes how many processes are in the run-queue (scheduled to run "immediately").'
86
 
        echo 'load.info Average load for the five minutes.'
 
86
        echo 'load.info 5 minute load average'
87
87
 
88
88
        # Last, if run with the "config"-parameter, quit here (don't
89
89
        # display any data)