Aigars Kadikis 2
Aigars Kadikis 2
  • Видео 13
  • Просмотров 8 983

Видео

Auto graphs, Zabbix API gym
Просмотров 3385 месяцев назад
Template: github.com/aigarskadikis/poc/tree/master/5.0/automatic-graphs-at-host-level
Zabbix SAML, Azure AD, SSO
Просмотров 4,4 тыс.Год назад
Azure AD: portal.azure.com/?quickstart=True#home Right naming syntax: git.zabbix.com/projects/ZBX/repos/zabbix/browse/ui/conf/zabbix.conf.php.example?at=release/5.0 Video index: 00:26 Dependency: We need to have a legit HTTPS certificate which is recognized by Azure AD 02:55 Start configuring a new enterprise application 04:52 Assing user to newly created application 05:48 Configure Single Sign...
Backup /etc, one template for everything
Просмотров 62Год назад
Template: github.com/aigarskadikis/poc/tree/master/5.0/backup-etc-directory Read template description before using it.
When exactly item will receive data, Zabbix
Просмотров 135Год назад
When exactly item will receive data, Zabbix
Delete host via action, Zabbix
Просмотров 8762 года назад
JavaScript: // convert to JSON all input arguments var params = JSON.parse(value); // define new HTTP request var req = new CurlHttpRequest(); // where Zabbix API endpoint is located var json_rpc=params.url '/api_jsonrpc.php'; // this will be JSON call req.AddHeader('Content-Type: application/json'); // close event based on event id and report the answer var response = JSON.parse(req.Post(json_...
SNMP OID mapping, IP to Interface
Просмотров 6122 года назад
Template for 5.0 github.com/aigarskadikis/poc/tree/master/5.0/Interfaces-SNMP-with-ipAdEntIfIndex
Hide columns in Zabbix GUI
Просмотров 1052 года назад
# Install module for Zabbix 5.0 (not compatible with Zabbix 6.0, it will hide wrong columns) cd / && echo "H4sIAKbYkGICA 1abW/bNhDOV lX3ISiiYPYst7spW2ydd4GDNswYO23djBoibbYyaImUmncoP99R8l2/BqpWeslBR8EsSXd8WTy7jkeyULktohJTu0PZDRi1/aUR0VCxfyyXV22pyxlU5K0JwWzjz4VXUQ/CMpPxOZn d3xXd93up7jopzreD33CIKjA6AQkuQARznn8i65uuePFMWnj/ UpGxMhey8EzxtOv493987/p4flOPv9XqB2 vh KMn9I gq8f/i PGNKzFgA6vaC4YT61n4JzhfR...
Refresh stock templates, Zabbix 6.0
Просмотров 2352 года назад
How to renew templates in Zabbix 6.0. Launch script and you have latest solutions from vendor. Project: github.com/aigarskadikis/usr-lib-zabbix/tree/main/php/import-yaml
Upload Zabbix YAML template via Linux command line
Просмотров 2 тыс.2 года назад
How to upload Zabbix template via Linux command line with a help PHP wrapper and build-in Zabbix API method 'configuration.import'. PHP snippet: github.com/aigarskadikis/usr-lib-zabbix/blob/main/php/import-yaml/import_template.php
Create Zabbix LLD only if certain condition match
Просмотров 1412 года назад
Create Zabbix LLD only if certain condition match
Create a new virtual machine in Digitalocean
Просмотров 543 года назад
Notes: aigarskadikis.blogspot.com/search/label/20
Find biggest files and folders by Zabbix
Просмотров 523 года назад
Here are both templates suitable for 5.0: raw.githubusercontent.com/catonrug/poc/master/5.0/biggest-files-in-filesystem/zbx_export_templates.xml P.S. The approach itself can be used starting from 4.2