NETWAYS / check_bareos

Icinga Plugin to check Bareos Backup Director databases
https://www.netways.de/
GNU General Public License v3.0
8 stars 7 forks source link

Restore old Query Syntax for psql #3

Closed widhalmt closed 8 years ago

widhalmt commented 9 years ago

The old queries should work on psql. Since one of them got replaced, restore it and add a conditional to check wether Postgre or MySQL is used. Keep this in mind for further changes.

widhalmt commented 8 years ago

The 2 rewritten queries where restored. Now an if decides if MySQL or PostgreSQL queries are to be used.