📄 t100agenthup
字号:
#!/bin/sh. ../eval_tools.shHEADER that the agent responds properly to a kill -HUP## Begin test## standard V1 configuration: testcomunnity. ./Sv1configSTARTAGENT# add a agent configuration line that wouldn't have been there when# the started up.CONFIGAGENT syslocation not-anywhere-in-particular# kill -HUP the agent to get it to re-read the .conf file.DELAYkill -HUP `cat $SNMP_SNMPD_PID_FILE` > /dev/null 2>&1DELAY# And see if it has the new value.CAPTURE "snmpget -On $SNMP_FLAGS -c testcommunity -v 1 udp:localhost:$SNMP_SNMPD_PORT system.sysLocation.0"STOPAGENTCHECK "not-anywhere-in-particular"FINISHED
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -