2013-03-12 13:45:54 +01:00
|
|
|
/******************************************************************************
|
|
|
|
* Icinga 2 *
|
2015-01-22 12:00:23 +01:00
|
|
|
* Copyright (C) 2012-2015 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. *
|
|
|
|
******************************************************************************/
|
|
|
|
|
2014-03-28 13:52:29 +01:00
|
|
|
%type LivestatusListener {
|
2013-09-30 10:07:49 +02:00
|
|
|
%validator "ValidateSocketType",
|
|
|
|
|
2014-03-28 13:52:29 +01:00
|
|
|
%attribute %string "socket_type",
|
2013-07-18 14:57:04 +02:00
|
|
|
|
2014-03-28 13:52:29 +01:00
|
|
|
%attribute %string "socket_path",
|
|
|
|
%attribute %string "bind_host",
|
|
|
|
%attribute %string "bind_port",
|
2013-11-07 14:04:13 +01:00
|
|
|
|
2014-08-17 17:57:20 +02:00
|
|
|
%attribute %string "compat_log_path",
|
2013-03-12 13:45:54 +01:00
|
|
|
}
|