cmdb integration with zabbix
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2024 01:04 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2024 01:32 AM
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....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2024 04:44 PM
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}'