![]() |
Icinga-core 1.4.0
next gen monitoring
|
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include "../include/common.h"
Go to the source code of this file.
Data Structures | |
struct | nagios_extcmd |
Defines | |
#define | CMD_DEF(name, min_args, handler) { #name, CMD_ ## name } |
#define | ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0])) |
Functions | |
const char * | extcmd_get_name (int id) |
Variables | |
struct nagios_extcmd | in_core_commands [] |
#define ARRAY_SIZE | ( | x | ) | (sizeof(x) / sizeof(x[0])) |
Definition at line 216 of file extcmd_list.c.
#define CMD_DEF | ( | name, | |
min_args, | |||
handler | |||
) | { #name, CMD_ ## name } |
Definition at line 40 of file extcmd_list.c.
const char* extcmd_get_name | ( | int | id | ) |
Definition at line 219 of file extcmd_list.c.
struct nagios_extcmd in_core_commands[] |
Definition at line 43 of file extcmd_list.c.