mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Reverted to awk to extract database name
This commit is contained in:
parent
66c38543c7
commit
c1abcd6bc5
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ EOM
|
||||||
exit 0;;
|
exit 0;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
db=${0/firebird_/}
|
db=$(echo $0 | awk -F'_' '{print $2}')
|
||||||
|
|
||||||
gstat=$(which gstat 2> /dev/null)
|
gstat=$(which gstat 2> /dev/null)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue