2013-03-12 13:45:54 +01:00
|
|
|
/******************************************************************************
|
|
|
|
* Icinga 2 *
|
2013-09-25 07:43:57 +02:00
|
|
|
* Copyright (C) 2012-2013 Icinga Development Team (http://www.icinga.org/) *
|
2013-03-12 13:45:54 +01:00
|
|
|
* *
|
|
|
|
* This program is free software; you can redistribute it and/or *
|
|
|
|
* modify it under the terms of the GNU General Public License *
|
|
|
|
* as published by the Free Software Foundation; either version 2 *
|
|
|
|
* of the License, or (at your option) any later version. *
|
|
|
|
* *
|
|
|
|
* This program is distributed in the hope that it will be useful, *
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
|
|
|
* GNU General Public License for more details. *
|
|
|
|
* *
|
|
|
|
* You should have received a copy of the GNU General Public License *
|
|
|
|
* along with this program; if not, write to the Free Software Foundation *
|
|
|
|
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. *
|
|
|
|
******************************************************************************/
|
|
|
|
|
2013-09-25 07:31:46 +02:00
|
|
|
type StatusDataWriter {
|
2013-03-12 13:45:54 +01:00
|
|
|
%attribute string "status_path",
|
2013-09-25 07:31:46 +02:00
|
|
|
%attribute string "objects_path"
|
|
|
|
}
|
|
|
|
|
|
|
|
type ExternalCommandListener {
|
2013-03-12 13:45:54 +01:00
|
|
|
%attribute string "command_path"
|
|
|
|
}
|
2013-03-19 13:04:30 +01:00
|
|
|
|
2013-09-25 10:55:50 +02:00
|
|
|
type CompatLogger {
|
2013-03-20 11:11:46 +01:00
|
|
|
%validator "ValidateRotationMethod",
|
|
|
|
|
2013-09-25 08:52:44 +02:00
|
|
|
%attribute string "log_dir",
|
2013-03-20 11:11:46 +01:00
|
|
|
%attribute string "rotation_method"
|
2013-03-19 13:04:30 +01:00
|
|
|
}
|
2013-03-19 16:20:13 +01:00
|
|
|
|
|
|
|
type CheckResultReader {
|
|
|
|
%attribute string "spool_dir"
|
|
|
|
}
|