简体   繁体   English

如何使zabbix每小时发送带有项目数据的电子邮件

[英]How to make zabbix to send email every hour with item data

I want zabbix to send email with data, but not alerts based on triggers. 我希望zabbix发送带有数据的电子邮件,但不发送基于触发器的警报。

I just want to get an email like: 我只想收到以下电子邮件:

Host1
CPU: ...
Disk Space: ...

Host2:
...

with overall information I need. 与我需要的整体信息。

Is there any way to configure that? 有什么方法可以配置吗?

While you could achieve that with escalations, it would be trigger based (even if it was a single fake item + trigger). 虽然您可以通过逐步升级来实现,但它是基于触发器的(即使它是单个假物品+触发器)。

As you explicitly didn't want to do that, the next best solution that comes to mind would be scripting it with the Zabbix API . 由于您显然不想这样做,因此想到的下一个最佳解决方案是使用Zabbix API对其进行脚本编写。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM