Ad Widget

Collapse

run local program from Map

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mehrzadmo
    Junior Member
    • Oct 2020
    • 1

    #1

    run local program from Map

    Hi ,
    I want to run a local program , in zabbix map . for example I want run my ssh client for a device which I have in my map or I want open my device web page directly from map . I tried with scripts but no succeed . is there any way ?
  • Hamardaban
    Senior Member
    Zabbix Certified SpecialistZabbix Certified Professional
    • May 2019
    • 2713

    #2
    1) Specify your URI scheme among the allowed schemes (for example - bla). https://www.zabbix.com/documentation...tion/general?s[]=uri&s[]=schemes
    Valid URIschemes
    2) For the map element, specify in the URL with this schema. ( bla://parameter )
    3) On the local computer in the operating system, map the corresponding program call to this scheme.


    Comment

    Working...