diff options
author | dn3250@student.uni-lj.si <dn3250@student.uni-lj.si@5cf9fbd1-b2bc-434c-b4b7-e852f4f63414> | 2014-12-12 22:50:16 +0000 |
---|---|---|
committer | dn3250@student.uni-lj.si <dn3250@student.uni-lj.si@5cf9fbd1-b2bc-434c-b4b7-e852f4f63414> | 2014-12-12 22:50:16 +0000 |
commit | 6d0020f4e5bdbbf1d3c3096f397706e749a9cf79 (patch) | |
tree | fe8778f71c5282f34e7e17f00c09cca3cc12e4d5 /kpov_judge | |
parent | 2a627b9a975e7156f74d8e0d6c358d5ef4b65c26 (diff) |
Another update of HOWTO.
git-svn-id: https://svn.lusy.fri.uni-lj.si/kpov-public-svn/kpov-public@67 5cf9fbd1-b2bc-434c-b4b7-e852f4f63414
Diffstat (limited to 'kpov_judge')
-rw-r--r-- | kpov_judge/tasks/snmp_agent_uptime/howtos/en/index.html | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/kpov_judge/tasks/snmp_agent_uptime/howtos/en/index.html b/kpov_judge/tasks/snmp_agent_uptime/howtos/en/index.html index e6ecc16..d51941b 100644 --- a/kpov_judge/tasks/snmp_agent_uptime/howtos/en/index.html +++ b/kpov_judge/tasks/snmp_agent_uptime/howtos/en/index.html @@ -61,7 +61,7 @@ </li>
</ol>
- <h3>Set up of SNMPServer</h3>
+ <h3>Set up of SNMPServer machine</h3>
<ol>
<li>
Install snmpd and snmp packages and tools for inspecting the
@@ -104,7 +104,10 @@ <ol type="disc">
<li>
rocommunity students 0.0.0.0/0
- </li>
+ </li>
+ <li>
+ write correct network address = command <i>ifconfig -a</i>
+ </li>
</ol>
</li>
<li>
@@ -126,7 +129,7 @@ </ol>
</li>
<li>
- You can test your configuration.
+ You can test your configuration through localhost.
<ol type="disc">
<li>
command <i>snmpwalk localhost -c public -v1</i>
@@ -134,7 +137,7 @@ </ol>
</li>
</ol>
- <h3>Set up of SNMPClient</h3>
+ <h3>Set up of SNMPClient machine</h3>
<ol>
<li>
Install snmp package on client side and tools for inspecting the
@@ -146,10 +149,11 @@ </ol>
</li>
<li>
- aa
+ don't know what's next, because even snmpwalk localhost -c public -v1
+ or /etc/init.d/snmp restart doesn't work....
</li>
<li>
- aaa
+
</li>
<li>Create the user <i>test</i> with password <i>test</i>
<ol type="disc">
|