# LOG ROTATION METHOD
# This is the log rotation method that Nagios should use to rotate
# the main log file. Values are as follows..
# n = None - don't rotate the log
# h = Hourly rotation (top of the hour)
# d = Daily rotation (midnight every day)
# w = Weekly rotation (midnight on Saturday evening)
# m = Monthly rotation (midnight last day of month)
log_rotation_method=d
编辑将
nagios.cfg
轮换方法更改为每日:然后解析
nagios.log
CRITICAL 警报,如下所示:如果需要,可以在一天结束时将上述命令作为每日 cron 作业运行。
您可以查看
http://<nagios-server>/cgi-bin/icinga/summary.cgi
并选择每天要查看的报告。修改参数后,获取生成报告的 URL。现在通过 cron 执行如下操作:
为了在 shell 上调用 cgis,您还应该考虑阅读这些提示(它们针对 Icinga 1.x,因此某些 cgi 参数可能不适用于 Nagios)。
http://docs.icinga.org/latest/en/cgiparams.html
http://docs.icinga.org/latest/en/cgicmd.html