Hi,
My application has telnet CLI. I would like to use agent-less telnet check to access application's statistics. The problem is this CLI does not require login.
I have defined item: TELNET agent telnet.run[]. Then zabbix server reports error straight from </src/zabbix_server/poller/checks_telnet.c> telnet_login(...) function ("No login prompt"). This function assumes there is a login prompt and checks for ':' byte (two times - for login and password). I wish that login procedure is skipped if last byte is regular prompt ($ # > %).
Is is possible to make such change and how can it be done?
My application has telnet CLI. I would like to use agent-less telnet check to access application's statistics. The problem is this CLI does not require login.
I have defined item: TELNET agent telnet.run[]. Then zabbix server reports error straight from </src/zabbix_server/poller/checks_telnet.c> telnet_login(...) function ("No login prompt"). This function assumes there is a login prompt and checks for ':' byte (two times - for login and password). I wish that login procedure is skipped if last byte is regular prompt ($ # > %).
Is is possible to make such change and how can it be done?
Comment