Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The script for zabbix redis auto-discovery port returns json format

2025-04-12 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

When we perform automatic discovery, there is always a script to obtain port information and return json format. Take redis as an example. Below is the script for automatic discovery by redis.

redisport=(`ps aux|grep -w redis-server|grep -v "grep" |awk -F':' '{print $NF}'`)portnum=${#redisport[@]}count=`hostname | grep "\-SQ" | wc -l`if [ $count -eq 1 ];thenaddress=` /usr/sbin/ip address | grep -w "inet" | awk -F " " '{print $2}' | egrep "^10. "| awk -F"/" '{print $1}'`elseaddress=` /usr/sbin/ip address | grep "192.168" | awk '{print $2}' | awk -F "/" '{print $1}'`fiprintf "{\n"printf '\t'"\"data\":["for ((i=0;i

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report