corvax
corvax

Reputation: 1145

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.

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?

Upvotes: 0

Views: 1146

Answers (1)

Richlv
Richlv

Reputation: 4143

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.

Upvotes: 3

Related Questions