I would like to know if there's a possibility to excluding a db from mssql_health plugin. I mean, i'm using
Code: Select all
./check_mssql_health --hostname 192.168.1.1 --port 1433 --username $$$$$$ --password $$$$$$ --mode database-backup-age 24 --commit
There is a option (--name) that i suppose you can use to "select" the db's you want to include in the command line, but if I use:
Code: Select all
./check_mssql_health --hostname 192,168,1,1 --port 1433 --username $$$$$ --password $$$$$$$ --mode database-backup-age 24 --name tempdb, anotherdb, anotherdb2 --commit
Any idea what's going on or what can i do?
Thanks!!