3
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Zabbix で、/var/log/messages の更新が一定期間なかったら通知する

Posted at

概要

/var/log/messages
の更新が一定の期間なかったら、エラーが起こっている可能性(journald が落ちている?)があるので、 Zabbix で通知したい。

結論

Item は

vfs.file.time[/var/log/messages,modify]

Trigger は、こんな感じでとれるようだった。

{Template local file:vfs.file.time[/var/log/messages,modify].now()}
-
{Template local file:vfs.file.time[/var/log/messages,modify].last()}
>86400

感想

now()
の使い方がよくわからなかった。

3
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?