Ad Widget

Collapse

Item ecame not supported: timeout while execution of shell script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • prasad
    Junior Member
    • Oct 2013
    • 1

    #1

    Item ecame not supported: timeout while execution of shell script

    Hi,

    I was able to install zabbix server and plugin mongodb template, but have below issue

    item [hostname:mikoomi-mongodb-plugin.sh["{HOSTNAME}"]] became not supported: timeout while executing a shell script

    i have increased the timeout for 30 seconds. The script completes in between 30 sec to one min. Is there a way i can overcome this issue?

    Any suggestions is much appreciated.
  • Speedfight
    Member
    • May 2007
    • 67

    #2
    its a custom script that you are running?

    if so a few suggestions

    1. maybe cron the script in the os and send the data with zabbix_sender

    2. cron the script, let the output write to a file. let zabbix readout that file with "cat" in the zabbix_agentd config.

    Comment

    Working...