Ad Widget

Collapse

Zabbix and iTop integration

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Alexandro666
    Junior Member
    • Jan 2023
    • 1

    #1

    Zabbix and iTop integration

    Greetings!

    Trying to setup ticket creation on iTop from zabbix on some events.
    Usning this simple instructiomn - iTop monitoring and integration with Zabbix and setted up as asked​
    but getting error 401 "Unautorized"
    I tried paste URL from Debug Log : Sending request: <URL> and getting to autorization page..
    Could you please help to understad why i getting such problem?
    There is poor documentation and nothing about any problems..
    It feels like that request do not send autorization in header.. tryed to change in script content type to application/json cause iTop 3.0 used this content type but no result
    request.addHeader('Content-Type: application/json');
    //request.addHeader('Content-Type: multipart/form-data');​
Working...