Zabbix二次开发_03api列表
Posted 花儿与少年
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Zabbix二次开发_03api列表相关的知识,希望对你有一定的参考价值。
基于zabbix 3.0 https://www.zabbix.com/documentation/3.0/manual/api/reference
Method reference
This section provides an overview of the functions provided by the Zabbix API and will help you find your way around the available classes and methods.
Monitoring
The Zabbix API allows you to access history and other data gathered during monitoring.
History
Retrieve historical values gathered by Zabbix monitoring processes for presentation or further processing.
Events
Retrieve events generated by triggers, network discovery and other Zabbix systems for more flexible situation management or third-party tool integration.
Service monitoring
Retrieve detailed service layer availability information about any IT service.
Configuration
The Zabbix API allows you to manage the configuration of your monitoring system.
Hosts and host groups
Manage host groups, hosts and everything related to them, including host interfaces, host macros and maintenance periods.
Host API | Host group API | Host interface API | User macro API | Maintenance API
Items and applications
Define items to monitor. Create or remove applications and assign items to them.
Triggers
Configure triggers to notify you about problems in your system. Manage trigger dependencies.
Graphs
Edit graphs or separate graph items for better presentation of the gathered data.
Templates
Manage templates and link them to hosts or other templates.
Export and import
Export and import Zabbix configuration data for configuration backups, migration or large-scale configuration updates.
Low-level discovery
Configure low-level discovery rules as well as item, trigger and graph prototypes to monitor dynamic entities.
LLD rule API | Item prototype API | Trigger protototype API | Graph prototype API | Host prototype API
Screens
Edit global and template-level screens or each screen item individually.
Screen API | Screen item API | Template screen API | Template screen item API
Actions and alerts
Define actions and operations to notify users about certain events or automatically execute remote commands. Gain access to information about generated alerts and their receivers.
IT services
Manage IT services for service-level monitoring and retrieve detailed SLA information about any service.
Maps
Configure maps to create detailed dynamic representations of your IT infrastructure.
Web monitoring
Configure web scenarios to monitor your web applications and services.
Network discovery
Manage network-level discovery rules to automatically find and monitor new hosts. Gain full access to information about discovered services and hosts.
Discovery rule API | Discovery check API | Discovery host API | Discovery service API
Administration
With the Zabbix API you can change administration settings of your monitoring system.
Users
Add users that will have access to Zabbix, assign them to user groups and grant permissions. Configure media types and the ways users will receive alerts.
General
Change certain global configuration options.
Proxies
Manage the proxies used in your distributed monitoring setup.
Scripts
Configure and execute scripts to help you with your daily tasks.
API information
Retrieve the version of the Zabbix API so that your application could use version-specific features.
以上是关于Zabbix二次开发_03api列表的主要内容,如果未能解决你的问题,请参考以下文章