Difference between revisions of "Nagios XI"

From Hornbill
Jump to navigation Jump to search
(Replaced content with "This document can now be found at its new location in the [https://docs.hornbill.com/itom-packages/welcome Hornbill Document Library]. file:hornbill-document-librar...")
Tag: Replaced
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{bluebanner|[[Main_Page|Home]] > [[Administration]] > [[IT_Operations_Management|IT Operations Management]] > [[ITOM_Package_Library|ITOM Package Library]] > Nagios XI|[[:Category:ITOM|Index]]}}
+
This document can now be found at its new location in the [https://docs.hornbill.com/itom-packages/welcome Hornbill Document Library].
[[File:nagios_logo.png|nagios_logo.png|250px]]
 
{{IntroAndLinks|The Nagios XI package for Hornbill's IT Operations Management (ITOM) contains a administrative operations that allows you to manage your Nagios XI deployment.
 
|
 
<!-- Related Links go here -->
 
:* [[IT_Operations_Management|IT Operations Management]]
 
:* [[Business_Process_Designer|Business Process Designer]]
 
:* [[Hornbill_KeySafe|KeySafe]]
 
}}
 
  
==Target Environment Requirements==
+
    [[file:hornbill-document-library.png|ITOM Package Reference|link=https://docs.hornbill.com/itom-packages/welcome]]
 
 
===Script Execution Machine Requirements===
 
 
 
* If the script execution policy on the machine executing these operations is set to Restricted, then this will need to be updated to something less restrictive. See the [https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-executionpolicy?view=powershell-6 PowerShell Documentation] for more information.
 
 
 
==KeySafe Configuration==
 
[[File:Itomtarget_keysafe.png|300px|right|link=https://wiki.hornbill.com/images/d/d2/Itomtarget_keysafe.png]]
 
[[File:nagiosxi_keysafe.png|300px|right|link=https://wiki.hornbill.com/images/2/2f/Nagiosxi_keysafe.png]]
 
 
 
When creating SIS jobs for operations contained within this package, they need to be run on the target machine as a user who has the correct privileges within your environment, and will require an additional KeySafe Key to hold the account credentials to connect to your Nagios XI deployment.
 
 
 
To configure your '''Target Machine''' account authentication in '''[[Hornbill_KeySafe|KeySafe]]''':
 
 
 
* In the Admin console, navigate to: System > Security > KeySafe;
 
* Click on + then select <code>Username + Password</code>;
 
* Give the KeySafe Key a Title (this is the name/identifier for the target machine account as you will see it when creating an IT Automation Job, or adding an IT Automation node to a Business Process or Runbook);
 
* Optionally add a description;
 
* Populate the Username field with the domain/local account username for the account being used on the target machine;
 
* Populate the Password field with the password for the above account;
 
* Select Create Key to save.
 
 
 
To configure your '''Nagios XI''' account authentication in '''[[Hornbill_KeySafe|KeySafe]]''':
 
 
 
* In the Admin console, navigate to: System > Security > KeySafe;
 
* In the '''Type''' field, select <code>API Key</code>
 
* Give the API Key a title (this is the name/identifier for the Dynatrace account as you will see it when using the Integration Call node in your business process);
 
* Optionally add a description;
 
* API Key - this should be populated with an API Key that has the rights to perform the operations contained within this package
 
* API Endpoint - this should be populated with the API Endpoint for your Nagios XI instance. For example: https://yournagiosxiserver/nagiosxi/api/v1
 
* Click '''Create Key''' to save
 
 
 
See screenshots to the right for examples.
 
 
 
==Package Operations==
 
[[File:nagios_job.png|300px|right|link=https://wiki.hornbill.com/images/c/cc/Nagios_job.png]]
 
The Nagios XI package contains the following operations, than can be used to create ITOM Jobs directly, or included in your [[Business_Process_Designer|Business Processes]] and/or IT Operations Management Rubooks. 
 
 
 
----
 
 
 
===Acknowledgements - Acknowledge Host Problem===
 
 
 
This operation can be used to Acknowledge a Host Problem. See the [https://assets.nagios.com/downloads/nagioscore/docs/externalcmds/cmdinfo.php?command_id=39 Nagios XI Documentation] for more information on the action and input parameters.
 
 
 
====Extra Credentials====
 
 
 
This operation requires an extra credential to be provided:
 
 
 
* Credential Reference: <code>credential1</code>
 
* Credential Keysafe Key Type: <code>API Key</code>
 
 
 
====Input Parameters====
 
 
 
* <code>HostName</code> '''(MANDATORY)''' - The hostname or IP Address of the Host which you want to perform the action on
 
* <code>Sticky</code> '''(MANDATORY)'''
 
* <code>Notify</code> '''(MANDATORY)'''
 
* <code>Persistent</code> '''(MANDATORY)'''
 
* <code>Author</code> '''(MANDATORY)'''
 
* <code>Comment</code> '''(MANDATORY)'''
 
 
 
====Output Parameters====
 
 
 
* <code>errors</code> - Any errors returned by the operation
 
* <code>outcome</code> - Outcome of the operation. Can be OK or FAIL
 
* <code>success</code> - the value of the success response from the Nagios operation
 
 
 
----
 
 
 
===Acknowledgements - Acknowledge Service Problem===
 
 
 
This operation can be used to Acknowledge a Service Problem on a Host. See the [https://assets.nagios.com/downloads/nagioscore/docs/externalcmds/cmdinfo.php?command_id=40 Nagios XI Documentation] for more information on the action and input parameters.
 
 
 
====Extra Credentials====
 
 
 
This operation requires an extra credential to be provided:
 
 
 
* Credential Reference: <code>credential1</code>
 
* Credential Keysafe Key Type: <code>API Key</code>
 
 
 
====Input Parameters====
 
 
 
* <code>HostName</code> '''(MANDATORY)''' - The hostname or IP Address of the Host which you want to perform the action on
 
* <code>ServiceName</code> '''(MANDATORY)''' - The name of the Service on the above Host which you want to perform the action on
 
* <code>Sticky</code> '''(MANDATORY)'''
 
* <code>Notify</code> '''(MANDATORY)'''
 
* <code>Persistent</code> '''(MANDATORY)'''
 
* <code>Author</code> '''(MANDATORY)'''
 
* <code>Comment</code> '''(MANDATORY)'''
 
 
 
====Output Parameters====
 
 
 
* <code>errors</code> - Any errors returned by the operation
 
* <code>outcome</code> - Outcome of the operation. Can be OK or FAIL
 
* <code>success</code> - the value of the success response from the Nagios operation
 
 
 
----
 
 
 
===Acknowledgements - Remove Host Acknowledgement===
 
 
 
This operation can be used to Remove an Acknowledgement from a Host. See the [https://assets.nagios.com/downloads/nagioscore/docs/externalcmds/cmdinfo.php?command_id=116 Nagios XI Documentation] for more information on the action and input parameters.
 
 
 
====Extra Credentials====
 
 
 
This operation requires an extra credential to be provided:
 
 
 
* Credential Reference: <code>credential1</code>
 
* Credential Keysafe Key Type: <code>API Key</code>
 
 
 
====Input Parameters====
 
 
 
* <code>HostName</code> '''(MANDATORY)''' - The hostname or IP Address of the Host which you want to perform the action on
 
 
 
====Output Parameters====
 
 
 
* <code>errors</code> - Any errors returned by the operation
 
* <code>outcome</code> - Outcome of the operation. Can be OK or FAIL
 
* <code>success</code> - the value of the success response from the Nagios operation
 
 
 
----
 
 
 
===Acknowledgements - Remove Service Acknowledgement===
 
 
 
This operation can be used to Remove an Acknowledgement from a Service on a Host. See the [https://assets.nagios.com/downloads/nagioscore/docs/externalcmds/cmdinfo.php?command_id=40 Nagios XI Documentation] for more information on the action and input parameters.
 
 
 
====Extra Credentials====
 
 
 
This operation requires an extra credential to be provided:
 
 
 
* Credential Reference: <code>credential1</code>
 
* Credential Keysafe Key Type: <code>API Key</code>
 
 
 
====Input Parameters====
 
 
 
* <code>HostName</code> '''(MANDATORY)''' - The hostname or IP Address of the Host which you want to perform the action on
 
* <code>ServiceName</code> '''(MANDATORY)''' - The name of the Service on the above Host which you want to perform the action on
 
 
 
====Output Parameters====
 
 
 
* <code>errors</code> - Any errors returned by the operation
 
* <code>outcome</code> - Outcome of the operation. Can be OK or FAIL
 
* <code>success</code> - the value of the success response from the Nagios operation
 
 
 
----
 
 
 
===Checks - Disable Host Checks===
 
 
 
Disables checking on a Host. See the [https://assets.nagios.com/downloads/nagioscore/docs/externalcmds/cmdinfo.php?command_id=54 Nagios XI Documentation] for more information on the action and input parameters.
 
 
 
====Extra Credentials====
 
 
 
This operation requires an extra credential to be provided:
 
 
 
* Credential Reference: <code>credential1</code>
 
* Credential Keysafe Key Type: <code>API Key</code>
 
 
 
====Input Parameters====
 
 
 
* <code>HostName</code> '''(MANDATORY)''' - The hostname or IP Address of the Host which you want to perform the action on
 
 
 
====Output Parameters====
 
 
 
* <code>errors</code> - Any errors returned by the operation
 
* <code>outcome</code> - Outcome of the operation. Can be OK or FAIL
 
* <code>success</code> - the value of the success response from the Nagios operation
 
 
 
----
 
 
 
===Checks - Disable Host Service Checks===
 
 
 
Disables checking of all Services on a Host. See the [https://assets.nagios.com/downloads/nagioscore/docs/externalcmds/cmdinfo.php?command_id=34 Nagios XI Documentation] for more information on the action and input parameters.
 
 
 
====Extra Credentials====
 
 
 
This operation requires an extra credential to be provided:
 
 
 
* Credential Reference: <code>credential1</code>
 
* Credential Keysafe Key Type: <code>API Key</code>
 
 
 
====Input Parameters====
 
 
 
* <code>HostName</code> '''(MANDATORY)''' - The hostname or IP Address of the Host which you want to perform the action on
 
 
 
====Output Parameters====
 
 
 
* <code>errors</code> - Any errors returned by the operation
 
* <code>outcome</code> - Outcome of the operation. Can be OK or FAIL
 
* <code>success</code> - the value of the success response from the Nagios operation
 
 
 
----
 
 
 
===Checks - Disable Service Checks===
 
 
 
Disables checking of a specific Service on a Host. See the [https://assets.nagios.com/downloads/nagioscore/docs/externalcmds/cmdinfo.php?command_id=6 Nagios XI Documentation] for more information on the action and input parameters.
 
 
 
====Extra Credentials====
 
 
 
This operation requires an extra credential to be provided:
 
 
 
* Credential Reference: <code>credential1</code>
 
* Credential Keysafe Key Type: <code>API Key</code>
 
 
 
====Input Parameters====
 
 
 
* <code>HostName</code> '''(MANDATORY)''' - The hostname or IP Address of the Host which you want to perform the action on
 
* <code>ServiceName</code> '''(MANDATORY)''' - The name of the Service on the above Host which you want to perform the action on
 
 
 
====Output Parameters====
 
 
 
* <code>errors</code> - Any errors returned by the operation
 
* <code>outcome</code> - Outcome of the operation. Can be OK or FAIL
 
* <code>success</code> - the value of the success response from the Nagios operation
 
 
 
----
 
 
 
===Checks - Enable Host Chesks===
 
 
 
Enables checking on a Host. See the [https://assets.nagios.com/downloads/nagioscore/docs/externalcmds/cmdinfo.php?command_id=53 Nagios XI Documentation] for more information on the action and input parameters.
 
 
 
====Extra Credentials====
 
 
 
This operation requires an extra credential to be provided:
 
 
 
* Credential Reference: <code>credential1</code>
 
* Credential Keysafe Key Type: <code>API Key</code>
 
 
 
====Input Parameters====
 
 
 
* <code>HostName</code> '''(MANDATORY)''' - The hostname or IP Address of the Host which you want to perform the action on
 
 
 
====Output Parameters====
 
 
 
* <code>errors</code> - Any errors returned by the operation
 
* <code>outcome</code> - Outcome of the operation. Can be OK or FAIL
 
* <code>success</code> - the value of the success response from the Nagios operation
 
 
 
----
 
 
 
===Checks - Enable Host Service Checks===
 
 
 
Enables checking of all Services on a Host. See the [https://assets.nagios.com/downloads/nagioscore/docs/externalcmds/cmdinfo.php?command_id=33 Nagios XI Documentation] for more information on the action and input parameters.
 
 
 
====Extra Credentials====
 
 
 
This operation requires an extra credential to be provided:
 
 
 
* Credential Reference: <code>credential1</code>
 
* Credential Keysafe Key Type: <code>API Key</code>
 
 
 
====Input Parameters====
 
 
 
* <code>HostName</code> '''(MANDATORY)''' - The hostname or IP Address of the Host which you want to perform the action on
 
 
 
====Output Parameters====
 
 
 
* <code>errors</code> - Any errors returned by the operation
 
* <code>outcome</code> - Outcome of the operation. Can be OK or FAIL
 
* <code>success</code> - the value of the success response from the Nagios operation
 
 
 
----
 
 
 
===Checks - Enable Service Checks===
 
 
 
Enables checking of a specific Service on a Host. See the [https://assets.nagios.com/downloads/nagioscore/docs/externalcmds/cmdinfo.php?command_id=5 Nagios XI Documentation] for more information on the action and input parameters.
 
 
 
====Extra Credentials====
 
 
 
This operation requires an extra credential to be provided:
 
 
 
* Credential Reference: <code>credential1</code>
 
* Credential Keysafe Key Type: <code>API Key</code>
 
 
 
====Input Parameters====
 
 
 
* <code>HostName</code> '''(MANDATORY)''' - The hostname or IP Address of the Host which you want to perform the action on
 
* <code>ServiceName</code> '''(MANDATORY)''' - The name of the Service on the above Host which you want to perform the action on
 
 
 
====Output Parameters====
 
 
 
* <code>errors</code> - Any errors returned by the operation
 
* <code>outcome</code> - Outcome of the operation. Can be OK or FAIL
 
* <code>success</code> - the value of the success response from the Nagios operation
 
 
 
----
 
 
 
===Checks - Process Service Check Results===
 
 
 
This is used to submit a passive check result for a particular service. See the [https://assets.nagios.com/downloads/nagioscore/docs/externalcmds/cmdinfo.php?command_id=114 Nagios XI Documentation] for more information on the action and input parameters.
 
 
 
====Extra Credentials====
 
 
 
This operation requires an extra credential to be provided:
 
 
 
* Credential Reference: <code>credential1</code>
 
* Credential Keysafe Key Type: <code>API Key</code>
 
 
 
====Input Parameters====
 
 
 
* <code>HostName</code> '''(MANDATORY)''' - The hostname or IP Address of the Host which you want to perform the action on
 
* <code>ServiceName</code> '''(MANDATORY)''' - The name of the Service on the above Host which you want to perform the action on
 
* <code>ReturnCode</code> '''(MANDATORY)''' - Any errors returned by the operation
 
* <code>PluginOutput</code> '''(MANDATORY)''' - Any errors returned by the operation
 
 
 
====Output Parameters====
 
 
 
* <code>errors</code> - Any errors returned by the operation
 
* <code>outcome</code> - Outcome of the operation. Can be OK or FAIL
 
* <code>success</code> - the value of the success response from the Nagios operation
 
 
 
----
 
 
 
===Comments - Add Host Comment===
 
 
 
This operation can be used to add a Comment to a Host. See the [https://assets.nagios.com/downloads/nagioscore/docs/externalcmds/cmdinfo.php?command_id=1 Nagios XI Documentation] for more information on the action and input parameters.
 
 
 
====Extra Credentials====
 
 
 
This operation requires an extra credential to be provided:
 
 
 
* Credential Reference: <code>credential1</code>
 
* Credential Keysafe Key Type: <code>API Key</code>
 
 
 
====Input Parameters====
 
 
 
* <code>HostName</code> '''(MANDATORY)''' - The hostname or IP Address of the Host which you want to perform the action on
 
* <code>Persistent</code> '''(MANDATORY)'''
 
* <code>Author</code> '''(MANDATORY)'''
 
* <code>Comment</code> '''(MANDATORY)'''
 
 
 
====Output Parameters====
 
 
 
* <code>errors</code> - Any errors returned by the operation
 
* <code>outcome</code> - Outcome of the operation. Can be OK or FAIL
 
* <code>success</code> - the value of the success response from the Nagios operation
 
 
 
----
 
 
 
===Comments - Add Service Comment===
 
 
 
This operation can be used to add a Comment to a Service on a Host. See the [https://assets.nagios.com/downloads/nagioscore/docs/externalcmds/cmdinfo.php?command_id=2 Nagios XI Documentation] for more information on the action and input parameters.
 
 
 
====Extra Credentials====
 
 
 
This operation requires an extra credential to be provided:
 
 
 
* Credential Reference: <code>credential1</code>
 
* Credential Keysafe Key Type: <code>API Key</code>
 
 
 
====Input Parameters====
 
 
 
* <code>HostName</code> '''(MANDATORY)''' - The hostname or IP Address of the Host which you want to perform the action on
 
* <code>ServiceName</code> '''(MANDATORY)''' - The name of the Service on the above Host which you want to perform the action on
 
* <code>Persistent</code> '''(MANDATORY)'''
 
* <code>Author</code> '''(MANDATORY)'''
 
* <code>Comment</code> '''(MANDATORY)'''
 
 
 
====Output Parameters====
 
 
 
* <code>errors</code> - Any errors returned by the operation
 
* <code>outcome</code> - Outcome of the operation. Can be OK or FAIL
 
* <code>success</code> - the value of the success response from the Nagios operation
 
 
 
----
 
 
 
===Notifications - Disable Notifications===
 
 
 
Disables Host and Service notifications on a program-wide basis. See the [https://assets.nagios.com/downloads/nagioscore/docs/externalcmds/cmdinfo.php?command_id=7 Nagios XI Documentation] for more information on the action and input parameters.
 
 
 
====Extra Credentials====
 
 
 
This operation requires an extra credential to be provided:
 
 
 
* Credential Reference: <code>credential1</code>
 
* Credential Keysafe Key Type: <code>API Key</code>
 
 
 
====Input Parameters====
 
 
 
This operation has no input parameters.
 
 
 
====Output Parameters====
 
 
 
* <code>errors</code> - Any errors returned by the operation
 
* <code>outcome</code> - Outcome of the operation. Can be OK or FAIL
 
* <code>success</code> - the value of the success response from the Nagios operation
 
 
 
----
 
 
 
===Notifications - Disable Host Notifications===
 
 
 
Disables notifications for a particular Host. See the [https://assets.nagios.com/downloads/nagioscore/docs/externalcmds/cmdinfo.php?command_id=16 Nagios XI Documentation] for more information on the action and input parameters.
 
 
 
====Extra Credentials====
 
 
 
This operation requires an extra credential to be provided:
 
 
 
* Credential Reference: <code>credential1</code>
 
* Credential Keysafe Key Type: <code>API Key</code>
 
 
 
====Input Parameters====
 
 
 
* <code>HostName</code> '''(MANDATORY)''' - The hostname or IP Address of the Host which you want to perform the action on
 
 
 
====Output Parameters====
 
 
 
* <code>errors</code> - Any errors returned by the operation
 
* <code>outcome</code> - Outcome of the operation. Can be OK or FAIL
 
* <code>success</code> - the value of the success response from the Nagios operation
 
 
 
----
 
 
 
===Notifications - Disable Host Service Notifications===
 
 
 
Disables notifications for all Services on a particular Host. See the [https://assets.nagios.com/downloads/nagioscore/docs/externalcmds/cmdinfo.php?command_id=16 Nagios XI Documentation] for more information on the action and input parameters.
 
 
 
====Extra Credentials====
 
 
 
This operation requires an extra credential to be provided:
 
 
 
* Credential Reference: <code>credential1</code>
 
* Credential Keysafe Key Type: <code>API Key</code>
 
 
 
====Input Parameters====
 
 
 
* <code>HostName</code> '''(MANDATORY)''' - The hostname or IP Address of the Host which you want to perform the action on
 
 
 
====Output Parameters====
 
 
 
* <code>errors</code> - Any errors returned by the operation
 
* <code>outcome</code> - Outcome of the operation. Can be OK or FAIL
 
* <code>success</code> - the value of the success response from the Nagios operation
 
 
 
----
 
 
 
===Notifications - Disable Service Notifications===
 
 
 
Disables notifications for a particular Service on a Host. See the [https://assets.nagios.com/downloads/nagioscore/docs/externalcmds/cmdinfo.php?command_id=12 Nagios XI Documentation] for more information on the action and input parameters.
 
 
 
====Extra Credentials====
 
 
 
This operation requires an extra credential to be provided:
 
 
 
* Credential Reference: <code>credential1</code>
 
* Credential Keysafe Key Type: <code>API Key</code>
 
 
 
====Input Parameters====
 
 
 
* <code>HostName</code> '''(MANDATORY)''' - The hostname or IP Address of the Host which you want to perform the action on
 
* <code>ServiceName</code> '''(MANDATORY)''' - The name of the Service on the above Host which you want to perform the action on
 
 
 
====Output Parameters====
 
 
 
* <code>errors</code> - Any errors returned by the operation
 
* <code>outcome</code> - Outcome of the operation. Can be OK or FAIL
 
* <code>success</code> - the value of the success response from the Nagios operation
 
 
 
----
 
 
 
===Notifications - Enable Notifications===
 
 
 
Enables Host and Service notifications on a program-wide basis. See the [https://assets.nagios.com/downloads/nagioscore/docs/externalcmds/cmdinfo.php?command_id=8 Nagios XI Documentation] for more information on the action and input parameters.
 
 
 
====Extra Credentials====
 
 
 
This operation requires an extra credential to be provided:
 
 
 
* Credential Reference: <code>credential1</code>
 
* Credential Keysafe Key Type: <code>API Key</code>
 
 
 
====Input Parameters====
 
 
 
This operation has no input parameters.
 
 
 
====Output Parameters====
 
 
 
* <code>errors</code> - Any errors returned by the operation
 
* <code>outcome</code> - Outcome of the operation. Can be OK or FAIL
 
* <code>success</code> - the value of the success response from the Nagios operation
 
 
 
----
 
 
 
===Notifications - Enable Host Notifications===
 
 
 
Enables notifications for a particular Host. See the [https://assets.nagios.com/downloads/nagioscore/docs/externalcmds/cmdinfo.php?command_id=15 Nagios XI Documentation] for more information on the action and input parameters.
 
 
 
====Extra Credentials====
 
 
 
This operation requires an extra credential to be provided:
 
 
 
* Credential Reference: <code>credential1</code>
 
* Credential Keysafe Key Type: <code>API Key</code>
 
 
 
====Input Parameters====
 
 
 
* <code>HostName</code> '''(MANDATORY)''' - The hostname or IP Address of the Host which you want to perform the action on
 
 
 
====Output Parameters====
 
 
 
* <code>errors</code> - Any errors returned by the operation
 
* <code>outcome</code> - Outcome of the operation. Can be OK or FAIL
 
* <code>success</code> - the value of the success response from the Nagios operation
 
 
 
----
 
 
 
===Notifications - Enable Host Service Notifications===
 
 
 
Enables notifications for all Services on the specified Host. See the [https://assets.nagios.com/downloads/nagioscore/docs/externalcmds/cmdinfo.php?command_id=35 Nagios XI Documentation] for more information on the action and input parameters.
 
 
 
====Extra Credentials====
 
 
 
This operation requires an extra credential to be provided:
 
 
 
* Credential Reference: <code>credential1</code>
 
* Credential Keysafe Key Type: <code>API Key</code>
 
 
 
====Input Parameters====
 
 
 
* <code>HostName</code> '''(MANDATORY)''' - The hostname or IP Address of the Host which you want to perform the action on
 
 
 
====Output Parameters====
 
 
 
* <code>errors</code> - Any errors returned by the operation
 
* <code>outcome</code> - Outcome of the operation. Can be OK or FAIL
 
* <code>success</code> - the value of the success response from the Nagios operation
 
 
 
----
 
 
 
===Notifications - Enable Service Notifications===
 
 
 
Enables notifications for a particular Service on a Host. See the [https://assets.nagios.com/downloads/nagioscore/docs/externalcmds/cmdinfo.php?command_id=11 Nagios XI Documentation] for more information on the action and input parameters.
 
 
 
====Extra Credentials====
 
 
 
This operation requires an extra credential to be provided:
 
 
 
* Credential Reference: <code>credential1</code>
 
* Credential Keysafe Key Type: <code>API Key</code>
 
 
 
====Input Parameters====
 
 
 
* <code>HostName</code> '''(MANDATORY)''' - The hostname or IP Address of the Host which you want to perform the action on
 
* <code>ServiceName</code> '''(MANDATORY)''' - The name of the Service on the above Host which you want to perform the action on
 
 
 
====Output Parameters====
 
 
 
* <code>errors</code> - Any errors returned by the operation
 
* <code>outcome</code> - Outcome of the operation. Can be OK or FAIL
 
* <code>success</code> - the value of the success response from the Nagios operation
 
 
 
----
 
 
 
===Schedules - Schedule and Propagate Host Downtime===
 
 
 
Schedules downtime for a specified Host and all of its children (Hosts). See the [https://assets.nagios.com/downloads/nagioscore/docs/externalcmds/cmdinfo.php?command_id=28 Nagios XI Documentation] for more information on the action and input parameters.
 
 
 
====Extra Credentials====
 
 
 
This operation requires an extra credential to be provided:
 
 
 
* Credential Reference: <code>credential1</code>
 
* Credential Keysafe Key Type: <code>API Key</code>
 
 
 
====Input Parameters====
 
 
 
* <code>HostName</code> '''(MANDATORY)''' - The hostname or IP Address of the Host which you want to perform the action on
 
* <code>StartTime</code> '''(MANDATORY)''' - In the format 2019-12-31 09:00:00
 
* <code>EndTime</code> '''(MANDATORY)''' - In the format 2019-12-31 09:00:00
 
* <code>Fixed</code> '''(MANDATORY)'''
 
* <code>TriggerID</code> '''(MANDATORY)'''
 
* <code>Duration</code> '''(MANDATORY)'''
 
* <code>Author</code> '''(MANDATORY)'''
 
* <code>Comment</code> '''(MANDATORY)'''
 
 
 
====Output Parameters====
 
 
 
* <code>errors</code> - Any errors returned by the operation
 
* <code>outcome</code> - Outcome of the operation. Can be OK or FAIL
 
* <code>success</code> - the value of the success response from the Nagios operation
 
 
 
----
 
 
 
===Schedules - Schedule and Propagate Triggered Host Downtime===
 
 
 
Schedules downtime for a specified Host and all of its children (Hosts). See the [https://assets.nagios.com/downloads/nagioscore/docs/externalcmds/cmdinfo.php?command_id=27 Nagios XI Documentation] for more information on the action and input parameters.
 
 
 
====Extra Credentials====
 
 
 
This operation requires an extra credential to be provided:
 
 
 
* Credential Reference: <code>credential1</code>
 
* Credential Keysafe Key Type: <code>API Key</code>
 
 
 
====Input Parameters====
 
 
 
* <code>HostName</code> '''(MANDATORY)''' - The hostname or IP Address of the Host which you want to perform the action on
 
* <code>StartTime</code> '''(MANDATORY)''' - In the format 2019-12-31 09:00:00
 
* <code>EndTime</code> '''(MANDATORY)''' - In the format 2019-12-31 09:00:00
 
* <code>Fixed</code> '''(MANDATORY)'''
 
* <code>TriggerID</code> '''(MANDATORY)'''
 
* <code>Duration</code> '''(MANDATORY)'''
 
* <code>Author</code> '''(MANDATORY)'''
 
* <code>Comment</code> '''(MANDATORY)'''
 
 
 
====Output Parameters====
 
 
 
* <code>errors</code> - Any errors returned by the operation
 
* <code>outcome</code> - Outcome of the operation. Can be OK or FAIL
 
* <code>success</code> - the value of the success response from the Nagios operation
 
 
 
----
 
 
 
===Schedules - Schedule Forced Host Check===
 
 
 
Schedules a forced active check of a particular Host at CheckTime. See the [https://assets.nagios.com/downloads/nagioscore/docs/externalcmds/cmdinfo.php?command_id=128 Nagios XI Documentation] for more information on the action and input parameters.
 
 
 
====Extra Credentials====
 
 
 
This operation requires an extra credential to be provided:
 
 
 
* Credential Reference: <code>credential1</code>
 
* Credential Keysafe Key Type: <code>API Key</code>
 
 
 
====Input Parameters====
 
 
 
* <code>HostName</code> '''(MANDATORY)''' - The hostname or IP Address of the Host which you want to perform the action on
 
* <code>CheckTime</code> '''(MANDATORY)''' - In the format 2019-12-31 09:00:00
 
 
 
====Output Parameters====
 
 
 
* <code>errors</code> - Any errors returned by the operation
 
* <code>outcome</code> - Outcome of the operation. Can be OK or FAIL
 
* <code>success</code> - the value of the success response from the Nagios operation
 
 
 
----
 
 
 
===Schedules - Schedule Forced Host Service Checks===
 
 
 
Schedules a forced active check of all Services on a particular Host at CheckTime. See the [https://assets.nagios.com/downloads/nagioscore/docs/externalcmds/cmdinfo.php?command_id=130 Nagios XI Documentation] for more information on the action and input parameters.
 
 
 
====Extra Credentials====
 
 
 
This operation requires an extra credential to be provided:
 
 
 
* Credential Reference: <code>credential1</code>
 
* Credential Keysafe Key Type: <code>API Key</code>
 
 
 
====Input Parameters====
 
 
 
* <code>HostName</code> '''(MANDATORY)''' - The hostname or IP Address of the Host which you want to perform the action on
 
* <code>CheckTime</code> '''(MANDATORY)''' - In the format 2019-12-31 09:00:00
 
 
 
====Output Parameters====
 
 
 
* <code>errors</code> - Any errors returned by the operation
 
* <code>outcome</code> - Outcome of the operation. Can be OK or FAIL
 
* <code>success</code> - the value of the success response from the Nagios operation
 
 
 
----
 
 
 
===Schedules - Schedule Forced Service Check===
 
 
 
Schedules a forced active check of a specific Service on a particular Host at CheckTime. See the [https://assets.nagios.com/downloads/nagioscore/docs/externalcmds/cmdinfo.php?command_id=129 Nagios XI Documentation] for more information on the action and input parameters.
 
 
 
====Extra Credentials====
 
 
 
This operation requires an extra credential to be provided:
 
 
 
* Credential Reference: <code>credential1</code>
 
* Credential Keysafe Key Type: <code>API Key</code>
 
 
 
====Input Parameters====
 
 
 
* <code>HostName</code> '''(MANDATORY)''' - The hostname or IP Address of the Host which you want to perform the action on
 
* <code>ServiceName</code> '''(MANDATORY)''' - The name of the Service on the above Host which you want to perform the action on
 
* <code>CheckTime</code> '''(MANDATORY)''' - In the format 2019-12-31 09:00:00
 
 
 
====Output Parameters====
 
 
 
* <code>errors</code> - Any errors returned by the operation
 
* <code>outcome</code> - Outcome of the operation. Can be OK or FAIL
 
* <code>success</code> - the value of the success response from the Nagios operation
 
 
 
----
 
 
 
===Schedules - Schedule HostGroup Hosts Downtime===
 
 
 
Schedules downtime for all Hosts in the specified HostGroup. See the [https://assets.nagios.com/downloads/nagioscore/docs/externalcmds/cmdinfo.php?command_id=123 Nagios XI Documentation] for more information on the action and input parameters.
 
 
 
====Extra Credentials====
 
 
 
This operation requires an extra credential to be provided:
 
 
 
* Credential Reference: <code>credential1</code>
 
* Credential Keysafe Key Type: <code>API Key</code>
 
 
 
====Input Parameters====
 
 
 
* <code>HostGroupName</code> '''(MANDATORY)''' - The HostGroupName which you want to perform the action on
 
* <code>StartTime</code> '''(MANDATORY)''' - In the format 2019-12-31 09:00:00
 
* <code>EndTime</code> '''(MANDATORY)''' - In the format 2019-12-31 09:00:00
 
* <code>Fixed</code> '''(MANDATORY)'''
 
* <code>TriggerID</code> '''(MANDATORY)'''
 
* <code>Duration</code> '''(MANDATORY)'''
 
* <code>Author</code> '''(MANDATORY)'''
 
* <code>Comment</code> '''(MANDATORY)'''
 
 
 
====Output Parameters====
 
 
 
* <code>errors</code> - Any errors returned by the operation
 
* <code>outcome</code> - Outcome of the operation. Can be OK or FAIL
 
* <code>success</code> - the value of the success response from the Nagios operation
 
 
 
----
 
 
 
===Schedules - Schedule HostGroup Services Downtime===
 
 
 
Schedules downtime for all Services on Hosts in the specified HostGroup. See the [https://assets.nagios.com/downloads/nagioscore/docs/externalcmds/cmdinfo.php?command_id=124 Nagios XI Documentation] for more information on the action and input parameters.
 
 
 
====Extra Credentials====
 
 
 
This operation requires an extra credential to be provided:
 
 
 
* Credential Reference: <code>credential1</code>
 
* Credential Keysafe Key Type: <code>API Key</code>
 
 
 
====Input Parameters====
 
 
 
* <code>HostGroupName</code> '''(MANDATORY)''' - The HostGroupName which you want to perform the action on
 
* <code>StartTime</code> '''(MANDATORY)''' - In the format 2019-12-31 09:00:00
 
* <code>EndTime</code> '''(MANDATORY)''' - In the format 2019-12-31 09:00:00
 
* <code>Fixed</code> '''(MANDATORY)'''
 
* <code>TriggerID</code> '''(MANDATORY)'''
 
* <code>Duration</code> '''(MANDATORY)'''
 
* <code>Author</code> '''(MANDATORY)'''
 
* <code>Comment</code> '''(MANDATORY)'''
 
 
 
====Output Parameters====
 
 
 
* <code>errors</code> - Any errors returned by the operation
 
* <code>outcome</code> - Outcome of the operation. Can be OK or FAIL
 
* <code>success</code> - the value of the success response from the Nagios operation
 
 
 
----
 
 
 
===Schedules - Schedule Host Check===
 
 
 
Schedules the next active check of a particular Host at CheckTime. See the [https://assets.nagios.com/downloads/nagioscore/docs/externalcmds/cmdinfo.php?command_id=127 Nagios XI Documentation] for more information on the action and input parameters.
 
 
 
====Extra Credentials====
 
 
 
This operation requires an extra credential to be provided:
 
 
 
* Credential Reference: <code>credential1</code>
 
* Credential Keysafe Key Type: <code>API Key</code>
 
 
 
====Input Parameters====
 
 
 
* <code>HostName</code> '''(MANDATORY)''' - The hostname or IP Address of the Host which you want to perform the action on
 
* <code>CheckTime</code> '''(MANDATORY)''' - In the format 2019-12-31 09:00:00
 
 
 
====Output Parameters====
 
 
 
* <code>errors</code> - Any errors returned by the operation
 
* <code>outcome</code> - Outcome of the operation. Can be OK or FAIL
 
* <code>success</code> - the value of the success response from the Nagios operation
 
 
 
----
 
 
 
===Schedules - Schedule Host Downtime===
 
 
 
Schedules downtime for a specified Host. See the [https://assets.nagios.com/downloads/nagioscore/docs/externalcmds/cmdinfo.php?command_id=118 Nagios XI Documentation] for more information on the action and input parameters.
 
 
 
====Extra Credentials====
 
 
 
This operation requires an extra credential to be provided:
 
 
 
* Credential Reference: <code>credential1</code>
 
* Credential Keysafe Key Type: <code>API Key</code>
 
 
 
====Input Parameters====
 
 
 
* <code>HostName</code> '''(MANDATORY)''' - The hostname or IP Address of the Host which you want to perform the action on
 
* <code>StartTime</code> '''(MANDATORY)''' - In the format 2019-12-31 09:00:00
 
* <code>EndTime</code> '''(MANDATORY)''' - In the format 2019-12-31 09:00:00
 
* <code>Fixed</code> '''(MANDATORY)'''
 
* <code>TriggerID</code> '''(MANDATORY)'''
 
* <code>Duration</code> '''(MANDATORY)'''
 
* <code>Author</code> '''(MANDATORY)'''
 
* <code>Comment</code> '''(MANDATORY)'''
 
 
 
====Output Parameters====
 
 
 
* <code>errors</code> - Any errors returned by the operation
 
* <code>outcome</code> - Outcome of the operation. Can be OK or FAIL
 
* <code>success</code> - the value of the success response from the Nagios operation
 
 
 
----
 
 
 
===Schedules - Schedule Host Services Checks===
 
 
 
Schedules the next active check of all Services on a particular Host at CheckTime. See the [https://assets.nagios.com/downloads/nagioscore/docs/externalcmds/cmdinfo.php?command_id=30 Nagios XI Documentation] for more information on the action and input parameters.
 
 
 
====Extra Credentials====
 
 
 
This operation requires an extra credential to be provided:
 
 
 
* Credential Reference: <code>credential1</code>
 
* Credential Keysafe Key Type: <code>API Key</code>
 
 
 
====Input Parameters====
 
 
 
* <code>HostName</code> '''(MANDATORY)''' - The hostname or IP Address of the Host which you want to perform the action on
 
* <code>CheckTime</code> '''(MANDATORY)''' - In the format 2019-12-31 09:00:00
 
 
 
====Output Parameters====
 
 
 
* <code>errors</code> - Any errors returned by the operation
 
* <code>outcome</code> - Outcome of the operation. Can be OK or FAIL
 
* <code>success</code> - the value of the success response from the Nagios operation
 
 
 
----
 
 
 
===Schedules - Schedule Host Services Downtime===
 
 
 
Schedules downtime for all Services on a specified Host. See the [https://assets.nagios.com/downloads/nagioscore/docs/externalcmds/cmdinfo.php?command_id=122 Nagios XI Documentation] for more information on the action and input parameters.
 
 
 
====Extra Credentials====
 
 
 
This operation requires an extra credential to be provided:
 
 
 
* Credential Reference: <code>credential1</code>
 
* Credential Keysafe Key Type: <code>API Key</code>
 
 
 
====Input Parameters====
 
 
 
* <code>HostName</code> '''(MANDATORY)''' - The hostname or IP Address of the Host which you want to perform the action on
 
* <code>StartTime</code> '''(MANDATORY)''' - In the format 2019-12-31 09:00:00
 
* <code>EndTime</code> '''(MANDATORY)''' - In the format 2019-12-31 09:00:00
 
* <code>Fixed</code> '''(MANDATORY)'''
 
* <code>TriggerID</code> '''(MANDATORY)'''
 
* <code>Duration</code> '''(MANDATORY)'''
 
* <code>Author</code> '''(MANDATORY)'''
 
* <code>Comment</code> '''(MANDATORY)'''
 
 
 
====Output Parameters====
 
 
 
* <code>errors</code> - Any errors returned by the operation
 
* <code>outcome</code> - Outcome of the operation. Can be OK or FAIL
 
* <code>success</code> - the value of the success response from the Nagios operation
 
 
 
----
 
 
 
===Schedules - Schedule ServiceGroup Hosts Downtime===
 
 
 
Schedules downtime for all Hosts that have Services in a specified ServiceGroup. See the [https://assets.nagios.com/downloads/nagioscore/docs/externalcmds/cmdinfo.php?command_id=121 Nagios XI Documentation] for more information on the action and input parameters.
 
 
 
====Extra Credentials====
 
 
 
This operation requires an extra credential to be provided:
 
 
 
* Credential Reference: <code>credential1</code>
 
* Credential Keysafe Key Type: <code>API Key</code>
 
 
 
====Input Parameters====
 
 
 
* <code>ServiceGroupName</code> '''(MANDATORY)''' - The ServiceGroupName which you want to perform the action on
 
* <code>StartTime</code> '''(MANDATORY)''' - In the format 2019-12-31 09:00:00
 
* <code>EndTime</code> '''(MANDATORY)''' - In the format 2019-12-31 09:00:00
 
* <code>Fixed</code> '''(MANDATORY)'''
 
* <code>TriggerID</code> '''(MANDATORY)'''
 
* <code>Duration</code> '''(MANDATORY)'''
 
* <code>Author</code> '''(MANDATORY)'''
 
* <code>Comment</code> '''(MANDATORY)'''
 
 
 
====Output Parameters====
 
 
 
* <code>errors</code> - Any errors returned by the operation
 
* <code>outcome</code> - Outcome of the operation. Can be OK or FAIL
 
* <code>success</code> - the value of the success response from the Nagios operation
 
 
 
----
 
 
 
===Schedules - Schedule ServiceGroup Services Downtime===
 
 
 
Schedules downtime for all Services in a specified ServiceGroup. See the [https://assets.nagios.com/downloads/nagioscore/docs/externalcmds/cmdinfo.php?command_id=120 Nagios XI Documentation] for more information on the action and input parameters.
 
 
 
====Extra Credentials====
 
 
 
This operation requires an extra credential to be provided:
 
 
 
* Credential Reference: <code>credential1</code>
 
* Credential Keysafe Key Type: <code>API Key</code>
 
 
 
====Input Parameters====
 
 
 
* <code>ServiceGroupName</code> '''(MANDATORY)''' - The ServiceGroupName which you want to perform the action on
 
* <code>StartTime</code> '''(MANDATORY)''' - In the format 2019-12-31 09:00:00
 
* <code>EndTime</code> '''(MANDATORY)''' - In the format 2019-12-31 09:00:00
 
* <code>Fixed</code> '''(MANDATORY)'''
 
* <code>TriggerID</code> '''(MANDATORY)'''
 
* <code>Duration</code> '''(MANDATORY)'''
 
* <code>Author</code> '''(MANDATORY)'''
 
* <code>Comment</code> '''(MANDATORY)'''
 
 
 
====Output Parameters====
 
 
 
* <code>errors</code> - Any errors returned by the operation
 
* <code>outcome</code> - Outcome of the operation. Can be OK or FAIL
 
* <code>success</code> - the value of the success response from the Nagios operation
 
 
 
----
 
 
 
===Schedules - Schedule Service Check===
 
 
 
Schedules the next active check of a specific Service on a particular Host at CheckTime. See the [https://assets.nagios.com/downloads/nagioscore/docs/externalcmds/cmdinfo.php?command_id=129 Nagios XI Documentation] for more information on the action and input parameters.
 
 
 
====Extra Credentials====
 
 
 
This operation requires an extra credential to be provided:
 
 
 
* Credential Reference: <code>credential1</code>
 
* Credential Keysafe Key Type: <code>API Key</code>
 
 
 
====Input Parameters====
 
 
 
* <code>HostName</code> '''(MANDATORY)''' - The hostname or IP Address of the Host which you want to perform the action on
 
* <code>ServiceName</code> '''(MANDATORY)''' - The name of the Service on the above Host which you want to perform the action on
 
* <code>CheckTime</code> '''(MANDATORY)''' - In the format 2019-12-31 09:00:00
 
 
 
====Output Parameters====
 
 
 
* <code>errors</code> - Any errors returned by the operation
 
* <code>outcome</code> - Outcome of the operation. Can be OK or FAIL
 
* <code>success</code> - the value of the success response from the Nagios operation
 
 
 
----
 
 
 
===Schedules - Schedule Service Downtime===
 
 
 
Schedules downtime for a specific Service on a specified Host. See the [https://assets.nagios.com/downloads/nagioscore/docs/externalcmds/cmdinfo.php?command_id=119 Nagios XI Documentation] for more information on the action and input parameters.
 
 
 
====Extra Credentials====
 
 
 
This operation requires an extra credential to be provided:
 
 
 
* Credential Reference: <code>credential1</code>
 
* Credential Keysafe Key Type: <code>API Key</code>
 
 
 
====Input Parameters====
 
 
 
* <code>HostName</code> '''(MANDATORY)''' - The hostname or IP Address of the Host which you want to perform the action on
 
* <code>ServiceName</code> '''(MANDATORY)''' - The name of the Service on the above Host which you want to perform the action on
 
* <code>StartTime</code> '''(MANDATORY)''' - In the format 2019-12-31 09:00:00
 
* <code>EndTime</code> '''(MANDATORY)''' - In the format 2019-12-31 09:00:00
 
* <code>Fixed</code> '''(MANDATORY)'''
 
* <code>TriggerID</code> '''(MANDATORY)'''
 
* <code>Duration</code> '''(MANDATORY)'''
 
* <code>Author</code> '''(MANDATORY)'''
 
* <code>Comment</code> '''(MANDATORY)'''
 
 
 
====Output Parameters====
 
 
 
* <code>errors</code> - Any errors returned by the operation
 
* <code>outcome</code> - Outcome of the operation. Can be OK or FAIL
 
* <code>success</code> - the value of the success response from the Nagios operation
 
 
 
----
 
 
 
===Status - Get Host Status===
 
 
 
Retrieves the Status of a Host.
 
 
 
====Extra Credentials====
 
 
 
This operation requires an extra credential to be provided:
 
 
 
* Credential Reference: <code>credential1</code>
 
* Credential Keysafe Key Type: <code>API Key</code>
 
 
 
====Input Parameters====
 
 
 
* <code>HostName</code> '''(MANDATORY)''' - The hostname or IP Address of the Host which you want to perform the action on
 
 
 
====Output Parameters====
 
 
 
* <code>errors</code> - Any errors returned by the operation
 
* <code>outcome</code> - Outcome of the operation. Can be OK or FAIL
 
* <code>statusUpdateTime</code> - The DateTime the Status was updated
 
* <code>statusText</code> - The status description
 
* <code>currentState</code> - The state code
 
* <code>lastStateChange</code> - The DateTime when the state last changed
 
 
 
----
 
 
 
===Status - Get Service Status===
 
 
 
Retrieves the Status of a Service on a Host.
 
 
 
====Extra Credentials====
 
 
 
This operation requires an extra credential to be provided:
 
 
 
* Credential Reference: <code>credential1</code>
 
* Credential Keysafe Key Type: <code>API Key</code>
 
 
 
====Input Parameters====
 
 
 
* <code>HostName</code> '''(MANDATORY)''' - The hostname or IP Address of the Host which you want to perform the action on
 
* <code>ServiceName</code> '''(MANDATORY)''' - The name of the Service on the above Host which you want to perform the action on
 
 
 
====Output Parameters====
 
 
 
* <code>errors</code> - Any errors returned by the operation
 
* <code>outcome</code> - Outcome of the operation. Can be OK or FAIL
 
* <code>statusUpdateTime</code> - The DateTime the Status was updated
 
* <code>statusText</code> - The status description
 
* <code>currentState</code> - The state code
 
* <code>lastStateChange</code> - The DateTime when the state last changed
 

Revision as of 14:50, 12 February 2024

This document can now be found at its new location in the Hornbill Document Library.

   ITOM Package Reference