Skip to content

Commit

Permalink
* Looked into making sunos/memory use kstat but that's a hack of more…
Browse files Browse the repository at this point in the history
… than 30 minutes, so document dependence on top instead
  • Loading branch information
Nicolai Langfeldt committed Dec 3, 2009
1 parent 6a33a64 commit b309c0f
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions plugins/node.d.sunos/memory.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,28 @@
memory - Show memory stats based on top output
=head1 Applicable systems
Solaris systems with the package SUNWtop or other package containint
top installed.
=head1 CONFIGURATION
The following environment variables are used in this plugin
The following shows the default settings for this plugin:
=over 4
[memory]
env.top /usr/local/bin/top
=item top
You can also set warning and critical limits with these env settings:
The path to "top" (Default: "/usr/local/bin/top")
real_warning
real_critical
used_warning
used_critical
swapt_warning
swapu_warning
=back
All sizes are calculated and warned against in MB.
=head1 AUTHOR
Expand All @@ -37,7 +48,7 @@ Fixme: Reporting size in MB is Wrong. Report bytes and let rrd scale units
=item Should use kstat
Fixme: Using kstat would be much better!
Fixme: Using kstat would be much better
=back
Expand Down

0 comments on commit b309c0f

Please sign in to comment.