File: system.htm

package info (click to toggle)
moodss 14.0-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,536 kB
  • ctags: 1,003
  • sloc: tcl: 25,371; ansic: 132; perl: 72; python: 64; sh: 63; makefile: 50
file content (27 lines) | stat: -rw-r--r-- 799 bytes parent folder | download
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
<html>
<head>
<title>System moodss module.</title>
</head>
<body>

<p>This is a view of miscellaneous information for a Linux system, as the following example shows:

<pre><img src="system.gif"></pre>

<p><b>Module options:</b>

<ul>
<li>
<i>-r (--remote) [[rsh|ssh]://][user@]host</i>
<br>remote monitoring using <i>user</i> as logname on remote host <i>host</i> (<i>rsh</i> or <i>ssh</i> facilities must be properly setup). If <i>user</i> is not specified, current user is used as logname on remote host. The protocol is either <i>ssh</i> or <i>rsh</i> (used by default). The module title is set to <i>system(host)</i>.
</li>
</ul>

<p><b>Examples:</b>

<pre>$ moodss system -r jdoe@foo.bar.com
$ moodss system -r ssh://jdoe@foo.bar.com
$ moodss system --remote foo.bar.com</pre>

</body>
</html>