Skip to content

Commit

Permalink
Merge pull request #82 from Icinga/enhancement/81-checkcommand-docs
Browse files Browse the repository at this point in the history
Add documentation snippet for CheckCommand
  • Loading branch information
mkayontour authored Nov 15, 2021
2 parents 60acb3d + 90d7ad5 commit 5e746bf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions doc/objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,4 +334,17 @@ icinga2_objects:
```


#### CheckCommand

```
icinga2_objects:
[...]
- name: http
command: [ PluginDir + /check_http ]
type: CheckCommand
file: zones.d/main/check_command.conf
arguments:
-H: $http_vhost$
-S:
set_if: $http_ssl$
```

0 comments on commit 5e746bf

Please sign in to comment.