Created
October 22, 2014 07:02
-
-
Save adrianlzt/4ec6daadeb8a821ac3b8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| define host { | |
| address 127.0.0.1 | |
| alias Maquina tid campus XX | |
| host_name tidcampusXX | |
| hostgroups tidcampus | |
| use tidcampus | |
| } | |
| define service { | |
| host_name tidcampusXX | |
| service_description users | |
| check_command check_nrpe!check_users | |
| use tidcampus | |
| } | |
| define service { | |
| host_name tidcampusXX | |
| service_description load | |
| check_command check_nrpe!check_load | |
| use tidcampus | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment