parent
1769878d85
commit
4ee55e4708
1 changed files with 16 additions and 0 deletions
@ -0,0 +1,16 @@ |
|||||||
|
#!/bin/bash |
||||||
|
|
||||||
|
case $1 in |
||||||
|
queue_local) |
||||||
|
/usr/bin/qmqtool -QL |
||||||
|
;; |
||||||
|
queue_remote) |
||||||
|
/usr/bin/qmqtool -QR |
||||||
|
;; |
||||||
|
queue_total) |
||||||
|
/usr/bin/qmqtool -Ql |
||||||
|
;; |
||||||
|
*) |
||||||
|
echo 'ZBX_NOTSUPPORTED' |
||||||
|
;; |
||||||
|
esac |
Loading…
Reference in new issue