Integration with BigFix Master Fixlet
To create Bigfix master runbook, perform the following steps:
- On the left menu bar, click Runbooks, then click Create Runbook. The Create Runbook page appears.
- Select Runbook Tool, the tool against which master runbook has to be created.
- Either Upload or type Script Text, file has to be uploaded which are of
extensions.ps1/.bat/.py/.sh.
Figure 1. Create Runbook
- Type the name of the runbook in Runbook Name field.
- Add runbook path in the field Master Runbook Path. Although in the case of BigFix, this can be given any value, since BigFix integration is independent of runbook path.
- Type the value of master fixlet ID in the field Master Runbook Name.
- Add the path of ‘error_folder’ in the field Response File Path. While the creation of
Bigfix Master Runbook, this field is mandatory.
Figure 2. Create Runbook (Cont.)
- Add the following Parameter Names in the parameter grid:
- ScriptPath – The default parameter value consists of the shared path.
- ScriptType – The default parameter value consists of the type of script uploaded.
- Hostname – The default parameter value consists of the target server on which script is being executed.
- Fixletid - The default parameter value consists of the value of the ID of child fixlet executed.
- Computername – The default parameter consists of the value of the master server or the root server.
- TicketNumber – The default parameter consists of the static value ‘TicketNumber’ and it is mapped with TicketNumber in Parameter Type.
- TenantID – The default parameter consists of the static value ‘TenantID’ and it is mapped with TenantID in Parameter Type.
- Param1 – The default parameter consists of the parameter value user wants to add in. If
user wants to add multiple parameters, those are also added in the similar manner like
param1. Furthermore, it needs to be checked in for ‘IsScript Parameter’.
Figure 3. Parameter grid in Create Runbook for ScriptType Powershell
- Select ‘Save’ button after adding all the details for the master runbook.Note:The master runbook created on ‘Create Runbook’ will be visible in Manage Runbooks. (On the main menu, go to Runbooks and select manage runbooks.