有没有可能将action_url
(服务定义)包含在电子邮件模板中?
我的 kdc 插件工作正常
/usr/lib64/nagios/plugins/check_kdc -H samba4 -p nagios/[email protected] -k /etc/nagios/nagios.keytab
OK
但是在网页上给我这个错误
(Return code of 13 for service 'KDC' on host 'samba4' was out of bounds)
这是cfg
命令.cfg
define command{
command_name check_kdc
command_line /usr/lib64/nagios/plugins/check_kdc -H $HOSTADDRESS$ -k $ARG1$ -p $ARG2$
}
mydom.cfg
define service{
use local-service ; Name of service template to use
host_name samba4
service_description KDC
check_command check_kdc!/etc/nagios/nagios.keytab!nagios/[email protected]
notifications_enabled 1
}
为什么nagios返回错误13?
我正在编写一个 Nagios 插件,它将检查给定 IP 上的磁盘空间(这将是插件中的 $HOSTADDRESS$)。该脚本运行良好,但我每次 ssh 时都需要输入密码。我认为这在插件方面是不可接受的。因此,我想知道是否有办法将密码放入命令中,以便插件自动使用它?
#!/bin/bash
used_space=$(ssh $1 "df -h /" | grep -v Filesystem | awk '{print $5}' | sed
's/%//g');
case $used_space in
// here goes OK,WARNING,CRITICAL etc. code
esac
我找不到 6.5 的 EPEL 包 - 某处有保险库吗?具体来说,我需要以下 RPM,但找不到它们。这是为了支持旧系统,我们无法升级它或使用更新的软件包。出于某种奇怪的原因,较新的 Nagios 软件包在 CentOS 6.x 中是 4.x,并且配置不兼容。有谁知道我在哪里可以找到以下包?
nagios-plugins-dhcp-1.4.16-10.el6.x86_64
nagios-plugins-users-1.4.16-10.el6.x86_64
nagios-plugins-dummy-1.4.16-10.el6.x86_64
nagios-plugins-nrpe-2.15-2.el6.x86_64
nagios-plugins-file_age-1.4.16-10.el6.x86_64
nagios-plugins-pgsql-1.4.16-10.el6.x86_64
nagios-plugins-ide_smart-1.4.16-10.el6.x86_64
nagios-plugins-sensors-1.4.16-10.el6.x86_64
nagios-3.5.1-1.el6.x86_64
nagios-plugins-perl-1.4.16-10.el6.x86_64
nagios-plugins-linux_raid-1.4.16-10.el6.x86_64
nagios-plugins-check_jmx-1.2.3-1.x86_64
nagios-plugins-check_logfiles-3.5.3.2-2.x86_64
nagios-plugins-load-1.4.16-10.el6.x86_64
nagios-plugins-snmp-1.4.16-10.el6.x86_64
nagios-plugins-dns-1.4.16-10.el6.x86_64
nagios-plugins-disk-1.4.16-10.el6.x86_64
nagios-plugins-ntp-1.4.16-10.el6.x86_64
nagios-plugins-1.4.16-10.el6.x86_64
nagios-plugins-ifstatus-1.4.16-10.el6.x86_64
nagios-plugins-mysql-1.4.16-10.el6.x86_64
nagios-plugins-ssh-1.4.16-10.el6.x86_64
nagios-plugins-mysql_health-2.1.8.2-2.x86_64
nagios-plugins-ldap-1.4.16-10.el6.x86_64
nagios-plugins-smtp-1.4.16-10.el6.x86_64
nagios-plugins-log-1.4.16-10.el6.x86_64
nagios-plugins-mailq-1.4.16-10.el6.x86_64
nagios-plugins-swap-1.4.16-10.el6.x86_64
nagios-plugins-icmp-1.4.16-10.el6.x86_64
nagios-plugins-http-1.4.16-10.el6.x86_64
nagios-plugins-check_ntpq_offset-1.0.3-0.noarch
nagios-common-3.5.1-1.el6.x86_64
nagios-plugins-ping-1.4.16-10.el6.x86_64
nagios-plugins-procs-1.4.16-10.el6.x86_64
nagios-plugins-tcp-1.4.16-10.el6.x86_64
nagiosgraph-1.4.4-1.el6.noarch