Jump to content

Marius

Administrators
  • Posts

    1272
  • Joined

  • Last visited

Posts posted by Marius

  1. The Cloud API is a standalone PC Monitor agent that you can include in any app/service you host in the Cloud. You can then view application specific values, define custom commands for your application as well as sending notification based on your application conditions.

    Windows Agent API allows you to define plugins that add additional values, commands and notifications to the existing PC Monitor Agent running on your PC.

  2. Thank you Chris, we're really glad you find our solution useful.

    In the PC Monitor Manager app - Accounts Tab there is a section "Computer Information" - you can change the computer name (it's defaulted to the real computer name by default) and the group name. Assign a new group name for all the servers - you can even do that remotely for every computer by pressing the "Registered Computer" button and selecting each server you want to configure.

  3. @CptRico - You can use both - keep an array of SimpleItems and update their Title/Subtitle or recreate them every time GetAdditionalComputerDetails() is called. If it takes some time to gather the information you want to display in these items I would create a separate thread for data collection in the plugin that updates the array. Then when the GetAdditionalComputerDetails() is called you simply return the items in the array.

    GetAdditionalComputerDetails is called when the computer details page is opened on a mobile device for that computer - and it's called every 5 seconds.

    Another method, PluginDataCheck is called every 15 seconds even if no one is looking at the computer details - you can use this method to collect data for your items and even send notifications when a certain condition is met.

×
×
  • Create New...