Using zabbix to monitor the ogg process (Windows platform)

Using zabbix to monitor the ogg process (Windows platform)

This article introduces how to monitor the ogg program under the Windows platform. (Note: All operations are performed under the administrator user)
To monitor the ogg program under the Linux platform, please see: //www.jb51.net/article/201497.htm

1. Modify the agent configuration file zabbix_agentd.win.conf
My agent configuration file is in the C:\zabbix_agents_3.4.6.win\conf directory. Depending on the directory where you installed the zabbix agent, everyone may have a different directory.

Add the following line at the end of the file, where D:\ogg\ is my ogg home directory. Change it accordingly based on your own directory.
UserParameter=ogg.status,echo info all | D:\\ogg\\ggsci | findstr "STOPPED ABENDED"

2. Restart the zabbix agent service <br /> Restart the zabbix agent service in Start->Computer->Management->Configuration->Services

3. Add monitoring items to the web page

4. Add a trigger

5. Testing

Stop a transmission process and see if the zabbix platform alarms

The above is the details of using zabbix to monitor the ogg process (Windows platform). For more information about zabbix monitoring the ogg process, please pay attention to other related articles on 123WORDPRESS.COM!

You may also be interested in:
  • Detailed explanation of monitoring Jenkins process based on zabbix
  • Detailed explanation of the process of Zabbix active, passive and web monitoring in distributed monitoring system
  • Distributed monitoring system Zabbix uses SNMP and JMX channels to collect data
  • Detailed explanation of Zabbix monitoring SQL Server service status
  • How to monitor mysql using zabbix
  • Detailed tutorial for upgrading zabbix monitoring 4.4 to 5.0
  • Detailed steps for adding hosts you need to monitor in zabbix
  • Example code for configuring monitoring items and aggregated graphics in Zabbix
  • Using zabbix to monitor the ogg process (Linux platform)

<<:  How to set and get the number of Mysql connections

>>:  Vite+Electron to quickly build VUE3 desktop applications

Recommend

JavaScript canvas realizes the effect of nine-square grid cutting

This article shares the specific code of canvas t...

HTML+CSS to achieve drop-down menu

1. Drop-down list example The code is as follows:...

React antd tabs switching causes repeated refresh of subcomponents

describe: When the Tabs component switches back a...

How to split and merge multiple values ​​in a single field in MySQL

Multiple values ​​combined display Now we have th...

How to obtain a permanent free SSL certificate from Let's Encrypt in Docker

1. Cause The official cerbot is too annoying. It ...

MySQL Server 8.0.13.0 Installation Tutorial with Pictures and Text

Install 8.0.13 based on MySQL 6.1.3. MySQL 8.0.13...

Native JS to implement drag position preview

This article shares with you a small Demo that ad...

Database backup in docker environment (postgresql, mysql) example code

Table of contents posgresql backup/restore mysql ...

Ubuntu opens port 22

Scenario You need to use the xshell tool to conne...

Detailed explanation of the application of CSS Sprite

CSS Sprite, also known as CSS Sprite, is an image...

Pure CSS3 mind map style example

Mind Map He probably looks like this: Most of the...

Alibaba Cloud Server Domain Name Resolution Steps (Tutorial for Beginners)

For novices who have just started to build a webs...

Drawing fireworks effect of 2021 based on JS with source code download

This work uses the knowledge of front-end develop...