An example of the work of the zabbix API Bash scripts using Curl Part 2

Опубликовано: 16 Октябрь 2024
на канале: Артём Андреевич Мамзиков
1,223
11

An example of the work of the zabbix API Bash scripts using Curl Part 2
https://diyit.ru/viewtopic.php?t=1946
https://diyit.ru/viewtopic.php?t=1938

00:00 - Insert to the first part of the video, Audit log (actions via api)
00:26 - Ready-made modules, libraries, scripts in various programming languages ​​for zabbix api
01:35 - Examples where the Zabbix API is used
03:00 - bash script Login, user info and exit API
05:15 - An example of the script
06:09 - Script for substituting the current date into a global macro via the zabbix API
06:17 - Parsing the script how it works
09:31 - An example of the script
11:04 - The order of the script (with a missing macro, the date is written from 2 times)
12:11 - Separate commands from the script for testing as an example
12:43 - An example of creating a multiple trigger with dependencies on current data items, creating charts with multiple items via api
15:46 - Reasoning the creation of data elements not by lld, but immediately through api, what is the minus of this method