Job Queue update

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #9010
    WDElli1
    Participant

    Could you guys update Job Queue Actions with adding all the Get information triggers? This would really be nice because there are time for example when I need to check for CPU information or HDD space, and being able to make that into a Job Queue or task would be nice.

    So it would go like this:

    Wait for host to be detected online

    Get CPU info

    The problem is that some machine are offline and we want that information to be pulled back as soon as the machine comes online. I hope this explains what I mean.

    #10649
    doug
    Moderator

    Thank you for the suggestion. We will consider this for a future build. In the meantime you can add almost any custom ‘get’ command that you want by using the ‘Get information’ user-defined commands under ‘Actions > Get info > Create/modify’

    These two commands will give you CPU info and disk space, respectively:

    WMIC CPU get name, caption, maxclockspeed, systemname

    WMIC PATH Win32_LogicalDisk where "drivetype=3" GET deviceid, volumename, freespace, size

    There are numerous other command examples displayed in the ‘help’ section of the ‘Create / modify’ window. I hope this helps.

    -Doug

    #10647
    WDElli1
    Participant

    thank you very much. This does help

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.