Skip to content

Instantly share code, notes, and snippets.

@adrianlzt
Created October 22, 2014 07:02
Show Gist options
  • Select an option

  • Save adrianlzt/4ec6daadeb8a821ac3b8 to your computer and use it in GitHub Desktop.

Select an option

Save adrianlzt/4ec6daadeb8a821ac3b8 to your computer and use it in GitHub Desktop.
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