Ad Widget

Collapse

HTTP POST/GET parameters to zabbix?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tarmogr
    Junior Member
    • Apr 2017
    • 3

    #1

    HTTP POST/GET parameters to zabbix?

    Hi

    I just installed zabbix, but I cant find a way to cature HTTP messages and store them as data in zabbix.

    I have a GSM module periodically sending HTTP GET messages to zabbix address, is it possible to capture the parameters from these messages?

    The IP address of GSM module is not static so the message itself has to identify the host.

    Can it be done with zabbix?
  • Luiz Antonio Oliveira
    Member
    • Feb 2007
    • 49

    #2
    You can read the log, get the data and send via sender to zabbix

    Comment

    • tarmogr
      Junior Member
      • Apr 2017
      • 3

      #3
      EDIT: sender is the way to go, thanks.
      Now I just need to figure out a script to get those URL-s parsed to actual items and host names and use the sender command
      Last edited by tarmogr; 06-05-2017, 21:36.

      Comment

      Working...