• 欢迎访问搞代码网站,推荐使用最新版火狐浏览器和Chrome浏览器访问本网站!
  • 如果您觉得本站非常有看点,那么赶紧使用Ctrl+D 收藏搞代码吧

nagios 监控redis

mysql 搞代码 4年前 (2022-01-09) 27次浏览 已收录 0个评论

安装redis支持 perl -MCPAN -e shell cpan>install Redis 下载check_redis.pl http://exchange.nagios.org/directory/Plugins/Databases/check_redis-2Epl/details ht本文来源gaodaima#com搞(代@码$网6tps://github.com/willixix/WL-NagiosPlugins 测试 ./check_redis.pl -H 192.168.0.130 -p

安装redis支持
perl -MCPAN -e shell
cpan>install Redis

下载check_redis.pl

http://exchange.nagios.org/directory/Plugins/Databases/check_redis-2Epl/details

https://github.com/willixix/WL-NagiosPlugins

测试
./check_redis.pl -H 192.168.0.130 -p 6379 -a ‘connected_clients,blocked_clients’ -w ~,~ -c ~,~ -f

OK: REDIS 2.6.12 on 192.168.0.130:6379 has 1 databases (db0) with 49801 keys, up 3 days 14 hours - connected_clients is 1, blocked_clients is 0 | connected_clients=1 blocked_clients=0

commands.cfg添加

define command {            command_name	check_redis            command_line	$USER1$/check_redis.pl -H $HOSTADDRESS$ -p $ARG1$ -a $ARG2$ -w $ARG3$ -c $ARG4$ -f	}

加入主机监控

define service{        use                             local-service         ; Name of service template to use        host_name                       c1gredis        service_description             redis	check_command			check_redis!6379!'connected_clients,blocked_clients'!~,~!~,~	notifications_enabled		0        }

重新载入配置。

/etc/init.d/nagios reload

参考:
http://exchange.nagios.org/directory/Plugins/Databases/check_redis-2Epl/details
http://www.ttlsa.com/nagios/nagios-redis-monitor/
http://bbs.linuxtone.org/thread-6241-1-1.html

Related Posts


搞代码网(gaodaima.com)提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请说明详细缘由并提供版权或权益证明然后发送到邮箱[email protected],我们会在看到邮件的第一时间内为您处理,或直接联系QQ:872152909。本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:nagios 监控redis

喜欢 (0)
[搞代码]
分享 (0)
发表我的评论
取消评论

表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址