Current Path : /home/thomas/public_html/Fox-C404/root/opt/zabbix_scripts/ |
Current File : /home/thomas/public_html/Fox-C404/root/opt/zabbix_scripts/pdns.version.sh |
#!/bin/bash pdnsVersion=`sudo rpm -qa | grep -oE '^pdns\-[0-9]{1,2}\.[0-9]{1,2}\.[0-9]{1,2}' | cut -d\- -f2` echo ${pdnsVersion}