The CreatorCon Call for Content is officially open! Get started here.

cmdb integration with zabbix

Hank Woo
Tera Guru

Hi all,

 

after create event connector between zabbix and servicenow instance, 

Customer wants to integrate CMDB with zabbix. 

Zabbix hosts -> Servicenow CMDB CIs.

 

Unfortunatly there's no service graph connector for zabbix.

Is there any ways to solve this issue?

 

Please help.

2 REPLIES 2

Sohail Khilji
Kilo Patron

Hi @Hank Woo ,

 

Make use of JDBC or REST api to achieve your goal if they support...


☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....

LinkedIn - Lets Connect

Hi @Sohail Khilji ,

 

Thanks for advice.

Zabbix only support REST api and formats for jsonrpc.

In System Web Services - Outbound - REST Message, there's no jsonrpc formats.

Do you have any advice for jsonrpc format?

 

curl --request POST \ --url '<<URL>>' \ --header 'Content-Type: application/json-rpc' \ --data '{"jsonrpc":"2.0","method":"apiinfo.version","params":{},"id":1}'