Ad Widget

Collapse

Parameters via HTTP GET

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Smersh
    Member
    • Jul 2013
    • 49

    #1

    Parameters via HTTP GET

    Hello,

    Please tell me how to define 'period' parameter in http string:
    http://zabbix_server_url/events.php?period=...

    And additionally, is there anywhere docs about parameters send through HTTP GET to zabbix webpages?
  • jan.garaj
    Senior Member
    Zabbix Certified Specialist
    • Jan 2010
    • 506

    #2
    Documentation about GET parameters doesn't exist. The best solution for you will be if you select in browser, what do you need and then only copy GET params from Zabbix URL (except sid param).

    GET parameter period is period duration defined in seconds, e.g. 1hour -> period=3600; 1day -> period=86400; etc.
    Devops Monitoring Expert advice: Dockerize/automate/monitor all the things.
    My DevOps stack: Docker / Kubernetes / Mesos / ECS / Terraform / Elasticsearch / Zabbix / Grafana / Puppet / Ansible / Vagrant

    Comment

    Working...