Making sense of MSSQL database size
Posted: Tue Mar 02, 2021 2:54 pm
We recently setup MSSQL monitoring using the wizard, and Database Size was the one area I couldn't explain to the DBA.
Monitoring returned the database size as 4544.0KB - wish we had option to select MB or GB instead of just KB.
We guessed wrong on the thresholds, and had to bump up to get the alerts to stop: --warning 48,874,368 --critical 53,214,400
Check command: check_xi_mssql_database2
Command view: $USER1$/check_mssql_server.php -H $HOSTADDRESS$ $ARG1$
ARG1: --checktype 'database' -U '$USER10$' -P '$USER11$' --perftype default --mode datasize --warning 48,874,368 --critical 53,214,400
Maybe there's a different check we can try?
Thanks!
Monitoring returned the database size as 4544.0KB - wish we had option to select MB or GB instead of just KB.
We guessed wrong on the thresholds, and had to bump up to get the alerts to stop: --warning 48,874,368 --critical 53,214,400
Check command: check_xi_mssql_database2
Command view: $USER1$/check_mssql_server.php -H $HOSTADDRESS$ $ARG1$
ARG1: --checktype 'database' -U '$USER10$' -P '$USER11$' --perftype default --mode datasize --warning 48,874,368 --critical 53,214,400
Maybe there's a different check we can try?
Thanks!