Ad Widget

Collapse

Zabbix screenshot remote command

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • blabla
    Junior Member
    • Jul 2017
    • 3

    #1

    Zabbix screenshot remote command

    Hi, I am new to Zabbix. I am doing the remote command for my Zabbix (window server) to screenshot the server if something wrong. I am using wkhtmltopdf software to screenshot the server. However, the wkhtmltopdf can be done in command prompt of my window server but fail to generate the output file when I used it as remote command in my zabbix. I had enable the EnableCommand=1. Help me thanks.

    This is my remote command pattern:
    hostname:c:\Program Files\wkhtmltopdf\bin> wkhtmltopdf http://www.google.com test.pdf
  • blabla
    Junior Member
    • Jul 2017
    • 3

    #2
    Any help???....

    Comment

    • kloczek
      Senior Member
      • Jun 2006
      • 1771

      #3
      I'm really not sure what you are going to archive but to be honest zabbix is kind of software which is dedicated to monitor some objects by obtaining data in form numeric or string values. In other words it is not software which is to execute syc or async taking some screenshots.
      http://uk.linkedin.com/pub/tomasz-k%...zko/6/940/430/
      https://kloczek.wordpress.com/
      zapish - Zabbix API SHell binding https://github.com/kloczek/zapish
      My zabbix templates https://github.com/kloczek/zabbix-templates

      Comment

      • blabla
        Junior Member
        • Jul 2017
        • 3

        #4
        Ya I know that Zabbix is a monitoring system. What I want to do is to use the remote command function in Zabbix. I want to execute the command to automatically taking snapshot on the failure server whenever it happens. That's why I am using wkhtmltopdf to take the snapshot. But I am not sure how the pattern of the remote command?

        Comment

        Working...