pacemaker
2.1.1-52dc28db4
Scalable High-Availability cluster resource manager
lib
services
services_nagios.h
Go to the documentation of this file.
1
/*
2
* Copyright 2010-2019 the Pacemaker project contributors
3
*
4
* The version control history for this file may have further details.
5
*
6
* This source code is licensed under the GNU Lesser General Public License
7
* version 2.1 or later (LGPLv2.1+) WITHOUT ANY WARRANTY.
8
*/
9
10
#ifndef SERVICES_NAGIOS__H
11
# define SERVICES_NAGIOS__H
12
13
G_GNUC_INTERNAL
14
GList *
services__list_nagios_agents
(
void
);
15
16
G_GNUC_INTERNAL
17
gboolean
services__nagios_agent_exists
(
const
char
*agent);
18
19
G_GNUC_INTERNAL
20
int
services__get_nagios_metadata
(
const
char
*
type
,
char
**output);
21
22
#endif
type
enum crm_ais_msg_types type
Definition:
cpg.c:48
services__nagios_agent_exists
G_GNUC_INTERNAL gboolean services__nagios_agent_exists(const char *agent)
Definition:
services_nagios.c:64
services__list_nagios_agents
G_GNUC_INTERNAL GList * services__list_nagios_agents(void)
Definition:
services_nagios.c:41
services__get_nagios_metadata
G_GNUC_INTERNAL int services__get_nagios_metadata(const char *type, char **output)
Definition:
services_nagios.c:84
Generated on Fri Sep 10 2021 09:15:59 for pacemaker by
1.8.14