31 std::map<std::string,Destination>::iterator d =
destination.find(dest);
36 std::map<std::string,Destination>::iterator
dd =
destination.find(
"default");
51 std::map<std::string,Destination>::iterator d =
destination.find(dest);
65 std::map<std::string,Destination>::iterator d =
destination.find(dest);
68 std::map<std::string,Category>::iterator
c = destin.
category.find(cat);
70 lim = c->second.limit;
73 std::map<std::string,Destination>::iterator
dd =
destination.find(
"default");
77 std::map<std::string,Category>::iterator
79 if (c != def_destin.
category.end()) {
80 lim = c->second.limit;
87 std::map<std::string,Category>::iterator
88 cd = destin.
category.find(
"default");
90 lim = cd->second.limit;
97 std::map<std::string,Category>::iterator
98 cdd = def_destin.
category.find(
"default");
99 if (cdd != def_destin.
category.end()) {
100 lim = cdd->second.limit;
112 std::map<std::string,Destination>::iterator d =
destination.find(dest);
115 std::map<std::string,Category>::iterator
c = destin.
category.find(cat);
117 re = c->second.reportEvery;
120 std::map<std::string,Destination>::iterator
dd =
destination.find(
"default");
124 std::map<std::string,Category>::iterator
126 if (c != def_destin.
category.end()) {
127 re = c->second.reportEvery;
134 std::map<std::string,Category>::iterator
135 cd = destin.
category.find(
"default");
137 re = cd->second.reportEvery;
144 std::map<std::string,Category>::iterator
145 cdd = def_destin.
category.find(
"default");
146 if (cdd != def_destin.
category.end()) {
147 re = cdd->second.reportEvery;
159 std::map<std::string,Destination>::iterator d =
destination.find(dest);
162 std::map<std::string,Category>::iterator
c = destin.
category.find(cat);
164 tim = c->second.timespan;
167 std::map<std::string,Destination>::iterator
dd =
destination.find(
"default");
171 std::map<std::string,Category>::iterator
173 if (c != def_destin.
category.end()) {
174 tim = c->second.timespan;
181 std::map<std::string,Category>::iterator
182 cd = destin.
category.find(
"default");
184 tim = cd->second.timespan;
191 std::map<std::string,Category>::iterator
192 cdd = def_destin.
category.find(
"default");
193 if (cdd != def_destin.
category.end()) {
194 tim = cdd->second.timespan;
206 std::map<std::string,Destination>::iterator d =
destination.find(dest);
209 std::map<std::string,Category>::iterator
c = destin.
sev.find(cat);
210 if (c != destin.
sev.end()) {
211 lim = c->second.limit;
214 std::map<std::string,Destination>::iterator
dd =
destination.find(
"default");
218 std::map<std::string,Category>::iterator
219 c = def_destin.
sev.find(cat);
220 if (c != def_destin.
sev.end()) {
221 lim = c->second.limit;
228 std::map<std::string,Category>::iterator
229 cd = destin.
sev.find(
"default");
230 if (cd != destin.
sev.end()) {
231 lim = cd->second.limit;
238 std::map<std::string,Category>::iterator
239 cdd = def_destin.
sev.find(
"default");
240 if (cdd != def_destin.
sev.end()) {
241 lim = cdd->second.limit;
253 std::map<std::string,Destination>::iterator d =
destination.find(dest);
256 std::map<std::string,Category>::iterator
c = destin.
sev.find(cat);
257 if (c != destin.
sev.end()) {
258 re = c->second.reportEvery;
261 std::map<std::string,Destination>::iterator
dd =
destination.find(
"default");
265 std::map<std::string,Category>::iterator
266 c = def_destin.
sev.find(cat);
267 if (c != def_destin.
sev.end()) {
268 re = c->second.reportEvery;
275 std::map<std::string,Category>::iterator
276 cd = destin.
sev.find(
"default");
277 if (cd != destin.
sev.end()) {
278 re = cd->second.reportEvery;
285 std::map<std::string,Category>::iterator
286 cdd = def_destin.
sev.find(
"default");
287 if (cdd != def_destin.
sev.end()) {
288 re = cdd->second.reportEvery;
300 std::map<std::string,Destination>::iterator d =
destination.find(dest);
303 std::map<std::string,Category>::iterator
c = destin.
sev.find(cat);
304 if (c != destin.
sev.end()) {
305 tim = c->second.timespan;
308 std::map<std::string,Destination>::iterator
dd =
destination.find(
"default");
312 std::map<std::string,Category>::iterator
313 c = def_destin.
sev.find(cat);
314 if (c != def_destin.
sev.end()) {
315 tim = c->second.timespan;
322 std::map<std::string,Category>::iterator
323 cd = destin.
sev.find(
"default");
324 if (cd != destin.
sev.end()) {
325 tim = cd->second.timespan;
332 std::map<std::string,Category>::iterator
333 cdd = def_destin.
sev.find(
"default");
334 if (cdd != def_destin.
sev.end()) {
335 tim = cdd->second.timespan;
int timespan(std::string const &dest, std::string const &cat)
std::string threshold(std::string const &dest)
static const int NO_VALUE_SET
std::string output(std::string const &dest)
std::map< std::string, Category > sev
int sev_reportEvery(std::string const &dest, std::string const &sev)
std::map< std::string, Category > category
int reportEvery(std::string const &dest, std::string const &cat)
std::map< std::string, Destination > destination
int limit(std::string const &dest, std::string const &cat)
int sev_limit(std::string const &dest, std::string const &sev)
int sev_timespan(std::string const &dest, std::string const &sev)