Removed duplicate host object.

This commit is contained in:
Gunnar Beutner 2012-08-17 14:23:17 +02:00
parent c1ce5ed8ba
commit 643f2b42b5
1 changed files with 0 additions and 4 deletions

View File

@ -20,10 +20,6 @@ local object Component "compat" {
}
object Host "localhost" {
}
abstract object Service "nagios-service" {
methods = {
check = "native::NagiosCheck"