struct snif_polling_sets_t
Overview
Capture logs polling variables More…
#include <logger_internal.h> struct snif_polling_sets_t { // fields char dir[RCF_MAX_PATH]; char name[RCF_MAX_PATH]; unsigned osize; unsigned sn_space; unsigned fsize; unsigned rotation; unsigned period; overfill_type ofill; bool errors; };
Detailed Documentation
Capture logs polling variables
Fields
char dir[RCF_MAX_PATH]
Capture logs directory
char name[RCF_MAX_PATH]
File name template
unsigned osize
Max logs cumulative size
unsigned sn_space
Max total capture files size for one sniffer
unsigned fsize
Max file size for each sniffer
unsigned rotation
Rotate agent side temporary logs across x files
unsigned period
Period for capture logs polling
overfill_type ofill
Overfill handle method
bool errors
Errors flag