我必须在 nagios 中监视字符串 HTTP/1.1" 404。所以我使用 check_logfiles 插件来创建监视器。我在下面创建了定义
define service {
service_description Logfile_xyz 404 exception
host_name xyz
use generic-service
check_command check_logfiles!/logfile pathpath !\\`hostname\\`_404Exception!\\\'HTTP/1.1\\" 404\\\'!6
check_interval 10
contact_groups tivoli_xyz_high
max_check_attempts 2
retry_interval 2
servicegroups project_b2v_details_availability
}
但我收到以下错误 --tag= hostname
_404Exception --criticalpattern=\'HTTP/1.1" 404\' --criticalthreshold=6 --htmlencode' 返回状态 2
任何想法如何解决