Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Zabbix Integration With Splunk, Study Guides, Projects, Research of Computer Science

Splunk Monitoring Zabbix Performance and Alterts using Zabbix Rest Endpoint and Python

Typology: Study Guides, Projects, Research

2018/2019
On special offer
30 Points
Discount

Limited-time offer


Uploaded on 12/05/2019

hack-anons
hack-anons 🇮🇳

1 document

1 / 4

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
ZABBIX SPLUNK INTEGRATION
pf3
pf4
Discount

On special offer

Partial preview of the text

Download Zabbix Integration With Splunk and more Study Guides, Projects, Research Computer Science in PDF only on Docsity!

ZABBIX SPLUNK INTEGRATION

Zabbix Vmdk used: Default credentials: Username: appliance || Password: Zabbix Start Zabbix server/client: /etc/init.d/Zabbix/zabbix-server start /etc/init.d/Zabbix/zabbix-client start Data Gathering done using Rest API Zabbix Rest Api Docs Endpoint => Basic Authentication: url=str(zabbix_hostname)+"/zabbix/api_jsonrpc.php" payload="""{ "jsonrpc": "2.0", "method": "user.login", "params": { "user": "Admin", "password": "zabbix" }, "id": 1 }""" Resquest Type: POST Response: Authtoken { "jsonrpc": "2.0", "result": "0424bd59b807674191e7d77572075f33", "id": 1 }

Monitoring Alert Data:

Auth API Auth token Alert.get Clock Alert id Hostname Message error