Dears
I wrote a bash script in linux debian that try to call simulated automatic telnet script.
in telnet script i try to connect to some routers and ping some host and return ping time response time and success rate
for example
in my shell script , i calculated round tripe and success rate that return from telnet script
when i run script manualy, everything working fines
but in zabbix server
sometimes my items gets error ( timeout while executing a shell script)
and some times they works.
i changed Timeout in zabbix.conf to 20 sec but problem still exist
and here is my graphs
I wrote a bash script in linux debian that try to call simulated automatic telnet script.
in telnet script i try to connect to some routers and ping some host and return ping time response time and success rate
for example
Code:
root@server:etc/externalscripts# ./telnet 10.10.33.11 My_router 8.8.8.8 spawn telnet 10.10.33.11 Trying 10.10.33.11... Connected to 10.10.33.11. Escape character is '^]'. User Access Verification Username: admin Password: . . . Success rate is 100 percent (10/10), round-trip min/avg/max = 100/100/104 ms root@server:etc/externalscripts#
when i run script manualy, everything working fines
but in zabbix server
sometimes my items gets error ( timeout while executing a shell script)
and some times they works.
i changed Timeout in zabbix.conf to 20 sec but problem still exist
and here is my graphs
Comment