pacemaker  2.1.0-7c3f660
Scalable High-Availability cluster resource manager
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
services_nagios.c File Reference
#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"
Include dependency graph for services_nagios.c:

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)
 

Macro Definition Documentation

#define _GNU_SOURCE

Definition at line 13 of file services_nagios.c.

Function Documentation

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.