Monitorpack Guard for IT monitoring
Click this video to see how easy it is to export Discovery inventories
Details pour la création d'une alerte
Monitorpack provides an .exe file which must be executed recurrently by the Windows Task Scheduler, below are the steps allowing setting up this synchronization.
This task synchronizes the file generated by Monitorpack Discovery in the SQL databases, which then allows you to display its information either in a local Power BI report Server or in Azure Power BI depending on your SQL architecture configuration.
- Download the latest version of the file named "MonitorpackSyncDevices.zip" Create the folder "C:\ScriptsMonitorpack" then unzip the file so that the MonitorpackSyncDevices.exe executable is present in this folder.
- Check powershell local execution policy
- Update the runlevel to be RemoteSigned if necessary
- Check that the PowerShell SQL module is implemented on the local machine where the task will be executed.
- Create the following scheduled task by opening a cmd window in administrator mode, then execute the following command
- In the folder "C:\Program Files (x86)\Monitorpack Guard" check that all files ContractID.txt, LocalInstance.txt, LocalDBName.txt, LocalLoginUser.txt, LocalPassword.txt are not empty so SQL fields are correctly populated in the Discovery SQL server interface, otherwise script will pop up an error message.
Task synchronization to SQL Server can only work if the SQL configuration has been validated first, which implies that the reporting part has been set up (whether locally, in AWS, at your Cloud provider or Azure) for this refer to the deployment part.