pacemaker
2.1.0-7c3f660
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/wait.h>
#include <errno.h>
#include <unistd.h>
#include <dirent.h>
#include <grp.h>
#include <string.h>
#include <sys/time.h>
#include <sys/resource.h>
#include "crm/crm.h"
#include "crm/common/mainloop.h"
#include "crm/services.h"
#include "services_private.h"
#include "services_nagios.h"
Go to the source code of this file.
Macros | |
#define | _GNU_SOURCE |
Functions | |
GList * | services__list_nagios_agents (void) |
gboolean | services__nagios_agent_exists (const char *name) |
int | services__get_nagios_metadata (const char *type, char **output) |
#define _GNU_SOURCE |
Definition at line 13 of file services_nagios.c.
int services__get_nagios_metadata | ( | const char * | type, |
char ** | output | ||
) |
Definition at line 84 of file services_nagios.c.
GList* services__list_nagios_agents | ( | void | ) |
Definition at line 41 of file services_nagios.c.
gboolean services__nagios_agent_exists | ( | const char * | name | ) |
Definition at line 64 of file services_nagios.c.