Solved

BackupAge on sql server

  • 15 December 2021
  • 3 replies
  • 182 views

Badge +6

Hello watchers,

 

I have a little issue with backupage monitoring on SQL server.

I explain:

We have multiple MSSQL servers in our organization.

We configured MSSQL plugin to monitor them.

We do a full backup every friday and an incremental every day (Tlogs every hour).

In Centreon, it seems it just take the full backup value to have the backupage value. 

Is it normal? How can I do the value of backupage take in count the incrementals?

 

Regards,

 

Laurent

icon

Best answer by lchrdn 16 December 2021, 15:21

View original

3 replies

Userlevel 5
Badge +17

Moved to Platform

Userlevel 2
Badge +3

Hello Laurent, 

Indeed the MSSQL plugin can only check full backups' age, it would be an interesting improvement to take into account incrementals.

To request an improvement on the plugin, you can open an issue on our Github : https://github.com/centreon/centreon-plugins/issues/new/choose
You'll have to provide us with the sql requests and expected results to check the incremental backups. 

Best Regards,
Laetitia

Badge +3

The development had be done to manage incremental/log/full backup:

https://github.com/centreon/centreon-plugins/pull/3333

It will be released in february!

Reply