Skip to content

Commit 9a8e89d

Browse files
committed
Fix GitHub README syntax
1 parent 7da1e1b commit 9a8e89d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ A Nagios event handler to push Nagios notifications to Cachet API
1616
## Configuration
1717

1818
- Make a Nagios command:
19-
```
19+
```
2020
define command {
2121
command_name cachet_notify
2222
command_line /usr/share/nagios3/plugins/eventhandlers/cachet_notify '$ARG1$' '$SERVICEDESC$' '$SERVICESTATE$' '$SERVICESTATETYPE$' '$SERVICEOUTPUT$'
2323
}
24-
```
24+
```
2525
- Add an event handler on your services:
26-
```
26+
```
2727
define service {
2828
service_description My nagios service
2929
...
3030
event_handler cachet_notify!My Cachet component
3131
}
32-
```
32+
```
3333
- Restart nagios
3434

0 commit comments

Comments
 (0)