Add Component: Status
| 0 Votes |
Description
Configure BigFix Admin to monitor the "Status" key of this component.
All settings are read in regularly. Including the "Status" registry value. This means it automatically reads in the value and displays it to client displays.
To take advantage of this component, you would normally have a different action or program updating the "Status" value in the registry.
Property Details
| 78 | |
| Add Component: Status | |
| BES | |
| Common Tasks | |
| 0 | |
| danielheth@bigfix.me | |
| <Unspecified> | |
| <Unspecified> | |
| 6/7/2012 12:00:00 AM | |
| Status Add Component Configure BigFix | |
| danielheth on 10/17/2012 9:31:55 AM | |
| danielheth on 10/17/2012 9:37:44 AM | |
| 2033 Views / 8 Downloads | |
* Average over 0 ratings.
** Log In or Register to add your rating.
|
Relevance
Actions
Action 1 (default)
Action Link Click
here to add this component.
Script Type
BigFix Action Script
action parameter query "Title" with description "Enter the Friendly Name (ex: Status Watcher):" and with default value "Status Watcher"
action parameter query "Category" with description "Enter the sorting category (ex: general, service or other):" and with default value "other"
action parameter query "Desc" with description "Enter a description that will be sent to clients:" and with default value "The results of this Status Registry Value means..."
action parameter query "Interval" with description "Enter the check interval in milliseconds (default: 900000 or 15min):" and with default value "900000"
regset "[HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Admin\Settings\Service {parameter "Title"}]" ""="status"
regset "[HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Admin\Settings\Service {parameter "Title"}]" "Title"="{parameter "Title"}"
regset "[HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Admin\Settings\Service {parameter "Title"}]" "Category"="{parameter "Category"}"
regset "[HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Admin\Settings\Service {parameter "Title"}]" "Desc"="{parameter "Desc"}"
if {parameter "Interval" != "900000"}
regset "[HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Admin\Settings\Service {parameter "Title"}]" "Interval"="{parameter "Interval"}"
endif
Success Criteria
This action will be considered successful when the applicability relevance evaluates to false.
Sharing
| Social Media: |

