Not sure if this is possible, but I have the following scenario.
Using Commvault for a backup solution, I'd like to add a template item for all my hosts that shows the last backup size. I have a sql query that will return the correct data when supplied with a hostname parameter, and have this query set up as a UserParameter on the SQL server.
Is there a way to have an 'item' associated with a template that pulls data from a different server?
So, template has 'item', server-x is linked to template, check for 'item' linked to server-x executes, it queries server-y with 'server-x' as a parameter of the query.
I could run a script on the backup server that would drop some sort of stat file on each backed up server, but I thought querying the backup server directly would be cleaner.
Using Commvault for a backup solution, I'd like to add a template item for all my hosts that shows the last backup size. I have a sql query that will return the correct data when supplied with a hostname parameter, and have this query set up as a UserParameter on the SQL server.
Is there a way to have an 'item' associated with a template that pulls data from a different server?
So, template has 'item', server-x is linked to template, check for 'item' linked to server-x executes, it queries server-y with 'server-x' as a parameter of the query.
I could run a script on the backup server that would drop some sort of stat file on each backed up server, but I thought querying the backup server directly would be cleaner.
Comment