# Send Nagios passive check

### Description

The `Send Nagios passive check` action sends passive checks to Nagios.

You can send monitoring information e.g. about start and end processes within your workflow.

It needs the NCSA addon installed on the Nagios server (NSCA is a Linux/Unix daemon allows you to integrate passive alerts and checks from remote machines and applications with Nagios.

Useful for processing security alerts, as well as redundant and distributed Nagios setups.)

More details and setup instructions for the Nagios NSCA addon can be found at the Nagios [Passive Checks documentation.](http://nagios.sourceforge.net/docs/3_0/passivechecks.html)

### Options

| Option               | Description                                                                                                                                                                     |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Server               |                                                                                                                                                                                 |
| Action name          | The name of the workflow action.                                                                                                                                                |
| Host Name/IP Address | Nagios server name / IP Address                                                                                                                                                 |
| Server port          | Nagios server port (often 5667).                                                                                                                                                |
| Password             | The password to connect to the Nagios server NSCA (shared between the Nagios server and the client). This field can be set empty when connections without password are allowed. |
| Connection Timeout   | Fail after the specified connection timeout in milliseconds (default 5000).                                                                                                     |
| Response Timeout     | Fail after the specified response timeout in milliseconds (default 10000).                                                                                                      |
| Sender               |                                                                                                                                                                                 |
| Host Name/IP Address | Define your sender host name / IP Address.                                                                                                                                      |
| Service Name         | Define the service name used to log the events.                                                                                                                                 |
| Encryption mode      | <p>Encryption mode for the connection. The available options are</p><ul><li>None (default)</li><li>Triple DES</li><li>XOR</li></ul>                                             |
| Level                | <p>Log level. The available options are</p><ul><li>Unknown (default)</li><li>OK</li><li>Warning</li><li>Critical</li></ul>                                                      |
| Message              | The message to get logged.                                                                                                                                                      |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.primeur.com/data-shaper-1.21/knowing-the-data-shaper-designer/workflows/actions/sendnagiospassivecheck.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
