Ad Widget

Collapse

system.run questions

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • limatsao
    Junior Member
    • Apr 2014
    • 1

    #1

    system.run questions

    Hi All,

    I would need help for the following system.run issues, thank ahead.

    Linux agent:
    It is fine to run normal commands such as ls, df, etc. But it is not able to run PING, IFCONFIG, MTR, etc. It shows permission denied. I have tried to grant root permission for zabbix account, but still not working.

    Windows agent:
    It seems no issue to run remote commands, but the result always return "1". I just ran "ping -n 5 www.google.com" and it returned 1.

    Any advice above?
  • dirtydriver
    Junior Member
    • Feb 2013
    • 26

    #2
    system.run questions

    I have a same problem I alway get "sh: /sbin/ifconfig: Permission denied" but the if you try to run the ifconfig command with zabbix user , you can run . This settings working correctly in some servers .

    Comment

    • dirtydriver
      Junior Member
      • Feb 2013
      • 26

      #3
      Problem Solved

      I solved the problem , I started the agent with /usr/sbin/zabbix_agentd -c /etc/zabbix/zabbix_agentd.conf , before I solved it I usualy start with " service zabbix-agent start "

      Comment

      Working...