Skip to content

Commit 65b6805

Browse files
author
mda
committed
added NRPE readme
1 parent f603b76 commit 65b6805

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,21 @@ Now you can monitor redis servers by adding:
3333
check_command check_redis!6379
3434
}
3535

36+
## Usage monitoring remote host with NRPE
37+
38+
Add the command to your NRPE configuration on your remote host:
39+
40+
command[check_redis]=check_redis
41+
42+
Monitor the service on your Nagios host:
43+
44+
define service{
45+
use generic-service
46+
host_name your host
47+
service_description Redis status
48+
check_command check_nrpe!check_redis
49+
}
50+
3651
## License
3752

3853
nope

0 commit comments

Comments
 (0)