Difference between revisions of "Zabbix agent2"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "``` zabbix_agent2 -t system.run['ls -l /'] ```")
 
Line 1: Line 1:
 
```
 
```
 
zabbix_agent2 -t system.run['ls -l /']
 
zabbix_agent2 -t system.run['ls -l /']
 +
```
 +
 +
update timeout for system.run commands in /etc/zabbix/zabbix_agent2.conf
 +
```
 +
Timeout=10
 
```
 
```

Revision as of 19:37, 9 November 2020

zabbix_agent2 -t system.run['ls -l /']

update timeout for system.run commands in /etc/zabbix/zabbix_agent2.conf

Timeout=10