czfcentos |
Subversion Repositories: |
Compare with Previous - Blame - Download
#!/bin/bash
echo Content-type: text/plain
echo
echo "Aktualni stav QoSu routeru `hostname`"
echo
echo "### IP adresy ###"
cat /etc/qos/ip_adresy
echo
echo "### QoS tridy ###"
/etc/qos/qosshow eth0
/etc/qos/qosshow ath0
/etc/qos/qosshow ath1
/etc/qos/qosshow ath2
/etc/qos/qosshow ath3