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

« back to all changes in this revision

Viewing changes to plugins/node.d.sunos/memory.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:
7
7
 
8
8
memory - Show memory stats based on top output
9
9
 
 
10
=head1 Applicable systems
 
11
 
 
12
Solaris systems with the package SUNWtop or other package containint
 
13
top installed.
 
14
 
10
15
=head1 CONFIGURATION
11
16
 
12
 
The following environment variables are used in this plugin
13
 
 
14
 
=over 4
15
 
 
16
 
=item top
17
 
 
18
 
The path to "top" (Default: "/usr/local/bin/top")
19
 
 
20
 
=back
 
17
The following shows the default settings for this plugin:
 
18
 
 
19
  [memory]
 
20
     env.top /usr/local/bin/top
 
21
 
 
22
You can also set warning and critical limits with these env settings:
 
23
 
 
24
     real_warning
 
25
     real_critical
 
26
     used_warning
 
27
     used_critical
 
28
     swapt_warning
 
29
     swapu_warning
 
30
 
 
31
All sizes are calculated and warned against in MB.
21
32
 
22
33
=head1 AUTHOR
23
34
 
37
48
 
38
49
=item Should use kstat
39
50
 
40
 
Fixme: Using kstat would be much better!
 
51
Fixme: Using kstat would be much better
41
52
 
42
53
=back
43
54