Home
last modified time | relevance | path

Searched refs:recentlimit (Results 1 – 15 of 15) sorted by relevance

/dports/net-mgmt/xymon-server/xymon-4.3.30/xymond/client/
H A Dbbwin.c23 int recentlimit, ancientlimit, uptimecolor, maxclockdiff, clockdiffcolor; in bbwin_uptime_report() local
48 …get_cpu_thresholds(hinfo, clientclass, &loadyellow, &loadred, &recentlimit, &ancientlimit, &uptime… in bbwin_uptime_report()
49 …dbgprintf("DEBUG recentlimit: [%d] ancienlimit: [%d]\n", recentlimit, ancientlimit); /* DEBUG TODO… in bbwin_uptime_report()
52 if ((uptimesecs != -1) && (recentlimit != -1) && (uptimesecs < recentlimit)) { in bbwin_uptime_report()
96 int recentlimit, ancientlimit, uptimecolor, maxclockdiff, clockdiffcolor; in bbwin_cpu_report() local
120 …get_cpu_thresholds(hinfo, clientclass, &loadyellow, &loadred, &recentlimit, &ancientlimit, &uptime… in bbwin_cpu_report()
165 int recentlimit, ancientlimit, uptimecolor, maxclockdiff, clockdiffcolor; in bbwin_clock_report() local
181 …get_cpu_thresholds(hinfo, clientclass, &loadyellow, &loadred, &recentlimit, &ancientlimit, &uptime… in bbwin_clock_report()
H A Dzvm.c22 int recentlimit, ancientlimit, uptimecolor, maxclockdiff, clockdiffcolor; in zvm_cpu_report() local
62 …get_cpu_thresholds(hinfo, clientclass, &loadyellow, &loadred, &recentlimit, &ancientlimit, &uptime… in zvm_cpu_report()
75 if ((uptimesecs != -1) && (recentlimit != -1) && (uptimesecs < recentlimit)) { in zvm_cpu_report()
H A Dzvse.c22 int recentlimit, ancientlimit, uptimecolor, maxclockdiff, clockdiffcolor; in zvse_cpu_report() local
62 …get_cpu_thresholds(hinfo, clientclass, &loadyellow, &loadred, &recentlimit, &ancientlimit, &uptime… in zvse_cpu_report()
75 if ((uptimesecs != -1) && (recentlimit != -1) && (uptimesecs < recentlimit)) { in zvse_cpu_report()
H A Dzos.c23 int recentlimit, ancientlimit, uptimecolor, maxclockdiff, clockdiffcolor; in zos_cpu_report() local
63 …get_cpu_thresholds(hinfo, clientclass, &loadyellow, &loadred, &recentlimit, &ancientlimit, &uptime… in zos_cpu_report()
76 if ((uptimesecs != -1) && (recentlimit != -1) && (uptimesecs < recentlimit)) { in zos_cpu_report()
/dports/net-mgmt/xymon-client/xymon-4.3.30/xymond/client/
H A Dbbwin.c23 int recentlimit, ancientlimit, uptimecolor, maxclockdiff, clockdiffcolor; in bbwin_uptime_report() local
48 …get_cpu_thresholds(hinfo, clientclass, &loadyellow, &loadred, &recentlimit, &ancientlimit, &uptime… in bbwin_uptime_report()
49 …dbgprintf("DEBUG recentlimit: [%d] ancienlimit: [%d]\n", recentlimit, ancientlimit); /* DEBUG TODO… in bbwin_uptime_report()
52 if ((uptimesecs != -1) && (recentlimit != -1) && (uptimesecs < recentlimit)) { in bbwin_uptime_report()
96 int recentlimit, ancientlimit, uptimecolor, maxclockdiff, clockdiffcolor; in bbwin_cpu_report() local
120 …get_cpu_thresholds(hinfo, clientclass, &loadyellow, &loadred, &recentlimit, &ancientlimit, &uptime… in bbwin_cpu_report()
165 int recentlimit, ancientlimit, uptimecolor, maxclockdiff, clockdiffcolor; in bbwin_clock_report() local
181 …get_cpu_thresholds(hinfo, clientclass, &loadyellow, &loadred, &recentlimit, &ancientlimit, &uptime… in bbwin_clock_report()
H A Dzvm.c22 int recentlimit, ancientlimit, uptimecolor, maxclockdiff, clockdiffcolor; in zvm_cpu_report() local
62 …get_cpu_thresholds(hinfo, clientclass, &loadyellow, &loadred, &recentlimit, &ancientlimit, &uptime… in zvm_cpu_report()
75 if ((uptimesecs != -1) && (recentlimit != -1) && (uptimesecs < recentlimit)) { in zvm_cpu_report()
H A Dzvse.c22 int recentlimit, ancientlimit, uptimecolor, maxclockdiff, clockdiffcolor; in zvse_cpu_report() local
62 …get_cpu_thresholds(hinfo, clientclass, &loadyellow, &loadred, &recentlimit, &ancientlimit, &uptime… in zvse_cpu_report()
75 if ((uptimesecs != -1) && (recentlimit != -1) && (uptimesecs < recentlimit)) { in zvse_cpu_report()
H A Dzos.c23 int recentlimit, ancientlimit, uptimecolor, maxclockdiff, clockdiffcolor; in zos_cpu_report() local
63 …get_cpu_thresholds(hinfo, clientclass, &loadyellow, &loadred, &recentlimit, &ancientlimit, &uptime… in zos_cpu_report()
76 if ((uptimesecs != -1) && (recentlimit != -1) && (uptimesecs < recentlimit)) { in zos_cpu_report()
/dports/sysutils/snapraid/snapraid-12.1/cmdline/
H A Dscrub.c740 time_t recentlimit; in state_scrub() local
766 recentlimit = 0; in state_scrub()
781 recentlimit = now; in state_scrub()
792 recentlimit = now - olderthan * 24 * 3600; in state_scrub()
795 recentlimit = now - 10 * 24 * 3600; in state_scrub()
845 while (countlimit > 0 && timemap[countlimit - 1] > recentlimit) in state_scrub()
/dports/net-mgmt/xymon-client/xymon-4.3.30/xymond/
H A Dxymond_client.c315 int recentlimit, ancientlimit, maxclockdiff, uptimecolor, clockdiffcolor; in unix_cpu_report() local
424 …get_cpu_thresholds(hinfo, clientclass, &loadyellow, &loadred, &recentlimit, &ancientlimit, &uptime… in unix_cpu_report()
440 if ((uptimesecs != -1) && (recentlimit != -1) && (uptimesecs < recentlimit)) { in unix_cpu_report()
454 if ((uptimesecs != -1) && (recentlimit != -1) && (uptimesecs < recentlimit)) { in unix_cpu_report()
1882 int recentlimit, ancientlimit, uptimecolor; in testmode() local
1885 …get_cpu_thresholds(hinfo, clientclass, &loadyellow, &loadred, &recentlimit, &ancientlimit, &uptime… in testmode()
1888 printf("Uptime: %s from boot until %s,", colorname(uptimecolor), durationstring(recentlimit)); in testmode()
H A Dclient_config.h25 int *recentlimit, int *ancientlimit, int *uptimecolor,
H A Dclient_config.c47 int recentlimit, ancientlimit, color; member
714 currule->rule.uptime.recentlimit = 3600; in load_client_config()
719 currule->rule.uptime.recentlimit = 60*durationvalue(tok); in load_client_config()
1632 printf("UP %d %d", rwalk->rule.uptime.recentlimit, rwalk->rule.uptime.ancientlimit); in dump_client_config()
1959 int *recentlimit, int *ancientlimit, int *uptimecolor, in get_cpu_thresholds() argument
1980 *recentlimit = 3600; in get_cpu_thresholds()
1985 *recentlimit = rule->rule.uptime.recentlimit; in get_cpu_thresholds()
/dports/net-mgmt/xymon-server/xymon-4.3.30/xymond/
H A Dxymond_client.c315 int recentlimit, ancientlimit, maxclockdiff, uptimecolor, clockdiffcolor; in unix_cpu_report() local
424 …get_cpu_thresholds(hinfo, clientclass, &loadyellow, &loadred, &recentlimit, &ancientlimit, &uptime… in unix_cpu_report()
440 if ((uptimesecs != -1) && (recentlimit != -1) && (uptimesecs < recentlimit)) { in unix_cpu_report()
454 if ((uptimesecs != -1) && (recentlimit != -1) && (uptimesecs < recentlimit)) { in unix_cpu_report()
1882 int recentlimit, ancientlimit, uptimecolor; in testmode() local
1885 …get_cpu_thresholds(hinfo, clientclass, &loadyellow, &loadred, &recentlimit, &ancientlimit, &uptime… in testmode()
1888 printf("Uptime: %s from boot until %s,", colorname(uptimecolor), durationstring(recentlimit)); in testmode()
H A Dclient_config.h25 int *recentlimit, int *ancientlimit, int *uptimecolor,
H A Dclient_config.c47 int recentlimit, ancientlimit, color; member
714 currule->rule.uptime.recentlimit = 3600; in load_client_config()
719 currule->rule.uptime.recentlimit = 60*durationvalue(tok); in load_client_config()
1632 printf("UP %d %d", rwalk->rule.uptime.recentlimit, rwalk->rule.uptime.ancientlimit); in dump_client_config()
1959 int *recentlimit, int *ancientlimit, int *uptimecolor, in get_cpu_thresholds() argument
1980 *recentlimit = 3600; in get_cpu_thresholds()
1985 *recentlimit = rule->rule.uptime.recentlimit; in get_cpu_thresholds()