zabbix 监控项报错如下:

“Value "(No info could be read for "-p": geteuid()=1002 but you should be roo”

解决方法:

脚本中 netstat -tunlp   改为  netstat -an

05-11 22:12