summaryrefslogtreecommitdiff
path: root/tasks/snmp_agent_uptime/howtos/en/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/snmp_agent_uptime/howtos/en/index.html')
-rw-r--r--tasks/snmp_agent_uptime/howtos/en/index.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/tasks/snmp_agent_uptime/howtos/en/index.html b/tasks/snmp_agent_uptime/howtos/en/index.html
index bef6792..2013eb2 100644
--- a/tasks/snmp_agent_uptime/howtos/en/index.html
+++ b/tasks/snmp_agent_uptime/howtos/en/index.html
@@ -128,7 +128,7 @@
<i>#!/bin/bash<br>
uptime=$(&lt;/proc/uptime)<br>
seconds=${uptime%%.*}<br>
- echo "Uptime in seconds:" $seconds<br>
+ echo $seconds<br>
exit 0</i>
</li>
<li>
@@ -171,9 +171,6 @@
command <i>snmpwalk -c students -v1 IPaddressOfServer
1.3.6.1.4.1.8072.1.3.2.4.1.2</i>
</li>
- <li>
- you should get string: "Uptime in seconds: xyz"
- </li>
</ol>
</li>
</ol>