Vytvořit sledovací objekty
Tato aplikace automaticky vytváří monitorovací objekty ve stromu objektů pro monitory, které jsou připojeny k počítačům a byly objeveny během hw a sw počítačových skenování.
Vzhledem k tomu, že přenosné počítače lze přepínat mezi více firemními monitory a dokonce i soukromými monitory používanými doma, může být detekce monitoru nepřesná.
Pokud vám nevadí sledovat soukromé monitory na Alvao, můžete tuto aplikaci udržet v chodu trvale. V opačném případě doporučujeme jej použít pouze pro počáteční import dat a později jej vypnout. Po ručním čištění soukromých monitorů skladuje každý nově zakoupený monitor ručně.
Počáteční nastavení
- Pro nastavení v prostoru spusťte následující SQL skript na databázi Alvao:
update tProperty set
sPropertyValue = isnull(sPropertyValue, '') + ';ObjectCreateMonitors.Setting'
where sProperty = 'AdditionalEditableProperties'
- In Administration - Settings - Advanced use the New setting command to create the ObjectCreateMonitors.Settings setting with the value:
{
/* For computers under following object(s) automatically create monitors */
ParentObjectIds: "93",
}
For on-premise installation, check that the value of the ParentObjectIds parameter corresponds with the id of the root organization object.
To cover computers from more then a single object sub-tree, use comma-delimited list of values in the ParentObjectIds, e.g., ["93", "5789"]
.
-
Download the ObjectCreateMonitors.zip file and extract its content.
-
In Administration – Applications, use the Import command to import the ObjectCreateMonitors.xml app, and enable it with the Enable command..
Using application
- The application searches the new hw and sw scan data for monitors once an hour.
- Unless the monitor with the same serial number already exists in the object tree, it automatically creates one next to the computer. (So the monitor has the same parent object as the computer object.) If an unwanted monitor is created (e.g., a private monitor as mentioned above) that you don’t want to track in Alvao, delete it. It will not be re-created, as long as it still exists in the Recycle bin folder in the object tree.
- The app searches only computers located in the folders specified in the ParentObjectIds parameter mentioned above.
- As an alternative way of creating monitors, use the Create monitor command that is available for computer objects with scanned monitors. The command is available only to users who can create monitors in the parent object of the computer. The Create monitor command is visible only on computers with enabled scan and scanned monitor.
Disabling application
Having finished the initial import of monitors, simply disable and delete the application. You can also recover it later by re-installing it. If you want to disable only the automatic creation of monitors, clear the ParentObjectIds parameter mentioned above. You still will be able to use the Create monitor command.