summaryrefslogtreecommitdiff
path: root/kpov_judge/tasks/snmp_agent_uptime
diff options
context:
space:
mode:
authorgasperfele@fri1.uni-lj.si <gasperfele@fri1.uni-lj.si@5cf9fbd1-b2bc-434c-b4b7-e852f4f63414>2014-12-01 07:58:16 +0000
committergasperfele@fri1.uni-lj.si <gasperfele@fri1.uni-lj.si@5cf9fbd1-b2bc-434c-b4b7-e852f4f63414>2014-12-01 07:58:16 +0000
commitf65c6dee83ba3f156aec24a69773715244939a19 (patch)
treeb9939af2e1a119cea5735589bc9e66e8e4064b9c /kpov_judge/tasks/snmp_agent_uptime
parent1be8dd6acfe46396b599cb1e2b9ebb22b0d98b98 (diff)
Added the english instructions for the lesson on SNMP
git-svn-id: https://svn.lusy.fri.uni-lj.si/kpov-public-svn/kpov-public@13 5cf9fbd1-b2bc-434c-b4b7-e852f4f63414
Diffstat (limited to 'kpov_judge/tasks/snmp_agent_uptime')
-rw-r--r--kpov_judge/tasks/snmp_agent_uptime/task.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/kpov_judge/tasks/snmp_agent_uptime/task.py b/kpov_judge/tasks/snmp_agent_uptime/task.py
index 2e4be28..3e2b8dc 100644
--- a/kpov_judge/tasks/snmp_agent_uptime/task.py
+++ b/kpov_judge/tasks/snmp_agent_uptime/task.py
@@ -14,7 +14,20 @@ Poskrbi, da bo SNMP strežnik prek SNMP pod NET-SNMP-EXTEND-MIB::nsExtendOutput2
Napiši skripto, poimenovano beri.sh, ki prek SNMP prebere vrednost s strežnika SNMPServer na OID 1.3.6.1.4.1.8072.1.3.2.4.1.4.
Postavi jo na SNMP klienta, v domači imenik uporabnika test z geslom test.
+""",
+ 'en':u"""
+Set up three virtual computers, SimpleArbiter with the disk image simpleArbiterDhcp,
+SNMPServer and SNMPClient. Write a program called upminutes. This program should output
+the uptime of the computer in minutes. Set it up on SNMPClient in the home directory
+of the user test with the password test.
+
+Make sure that the SNMP server reports it's uptime in seconds over SNMP under
+NET-SNMP-EXTEND-MIB::nsExtendOutput2Table .
+
+Write a script called beri.sh that reads the value from the OID 1.3.6.1.4.1.8072.1.3.2.4.1.4.
+on SNMPServer. Set it up on SNMPClient in the home directory of the user test.
"""
+
}