/* Copyright (c) 2009-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "buffer.h"
#include "settings-parser.h"
#include "service-settings.h"
#include "stats-settings.h"
/* <settings checks> */
{ "old-stats", 0600, "", "" }
};
};
};
{ "old-stats-mail", 0600, "", "" },
{ "old-stats-user", 0600, "", "" }
};
};
sizeof(old_stats_fifo_listeners), { NULL, }
};
/* </settings checks> */
.name = "old-stats",
.protocol = "",
.type = "",
.executable = "old-stats",
.user = "$default_internal_user",
.group = "",
.privileged_group = "",
.extra_groups = "",
.chroot = "empty",
.process_min_avail = 0,
.process_limit = 1,
.client_limit = 0,
.service_count = 0,
sizeof(old_stats_unix_listeners[0]) } },
sizeof(old_stats_fifo_listeners[0]) } },
};
/* we're kind of kludging here to avoid "stats_" prefix in the struct fields */
};
.command_min_time = 60,
.carbon_interval = 30,
.carbon_server = "",
.carbon_name = ""
};
.module_name = "stats",
.struct_size = sizeof(struct old_stats_settings),
};