Zabbix uses common functionality for external checks, user parameters, system.run items, custom alert scripts, remote commands and user scripts. Zabbix用常规功外部检查、用户参数、system.run监控项、自定义告警脚本、远程指令和用户指令。
The command/script is executed similarly on both Unix and Windows platforms:在Unix和Windows系统平台上,指令/脚本的执行方式相近
All double quotes and backslashes in the command are escaped with backslashes and the command is enclosed in double quotes.命令中的所有双引号和反斜杠都使用反斜杠进行转义,命令用双引号括起来。
Exit code are checked with the following conditions:使用以下条件检查退出代码:
Possible frontend messages and log entries for failed commands/scripts: 可能出现的失败指令/脚本的前端信息和日志条目:
Read more about了解更多: