Home
last modified time | relevance | path

Searched refs:loadyellow (Results 1 – 14 of 14) sorted by relevance

/dports/net-mgmt/xymon-server/xymon-4.3.30/xymond/client/
H A Dbbwin.c22 float loadyellow, loadred; in bbwin_uptime_report() local
48 …get_cpu_thresholds(hinfo, clientclass, &loadyellow, &loadred, &recentlimit, &ancientlimit, &uptime… in bbwin_uptime_report()
95 float load1, loadyellow, loadred; in bbwin_cpu_report() local
120 …get_cpu_thresholds(hinfo, clientclass, &loadyellow, &loadred, &recentlimit, &ancientlimit, &uptime… in bbwin_cpu_report()
121 dbgprintf("loadyellow: %d, loadred: %d\n", loadyellow, loadred); in bbwin_cpu_report()
128 else if (load1 > loadyellow) { in bbwin_cpu_report()
164 float loadyellow, loadred; in bbwin_clock_report() local
181 …get_cpu_thresholds(hinfo, clientclass, &loadyellow, &loadred, &recentlimit, &ancientlimit, &uptime… in bbwin_clock_report()
H A Dzvm.c21 float load1, loadyellow, loadred; in zvm_cpu_report() local
62 …get_cpu_thresholds(hinfo, clientclass, &loadyellow, &loadred, &recentlimit, &ancientlimit, &uptime… in zvm_cpu_report()
70 else if (load1 > loadyellow) { in zvm_cpu_report()
H A Dzvse.c21 float load1, loadyellow, loadred; in zvse_cpu_report() local
62 …get_cpu_thresholds(hinfo, clientclass, &loadyellow, &loadred, &recentlimit, &ancientlimit, &uptime… in zvse_cpu_report()
70 else if (load1 > loadyellow) { in zvse_cpu_report()
H A Dzos.c22 float load1, loadyellow, loadred; in zos_cpu_report() local
63 …get_cpu_thresholds(hinfo, clientclass, &loadyellow, &loadred, &recentlimit, &ancientlimit, &uptime… in zos_cpu_report()
71 else if (load1 > loadyellow) { in zos_cpu_report()
/dports/net-mgmt/xymon-client/xymon-4.3.30/xymond/client/
H A Dbbwin.c22 float loadyellow, loadred; in bbwin_uptime_report() local
48 …get_cpu_thresholds(hinfo, clientclass, &loadyellow, &loadred, &recentlimit, &ancientlimit, &uptime… in bbwin_uptime_report()
95 float load1, loadyellow, loadred; in bbwin_cpu_report() local
120 …get_cpu_thresholds(hinfo, clientclass, &loadyellow, &loadred, &recentlimit, &ancientlimit, &uptime… in bbwin_cpu_report()
121 dbgprintf("loadyellow: %d, loadred: %d\n", loadyellow, loadred); in bbwin_cpu_report()
128 else if (load1 > loadyellow) { in bbwin_cpu_report()
164 float loadyellow, loadred; in bbwin_clock_report() local
181 …get_cpu_thresholds(hinfo, clientclass, &loadyellow, &loadred, &recentlimit, &ancientlimit, &uptime… in bbwin_clock_report()
H A Dzvm.c21 float load1, loadyellow, loadred; in zvm_cpu_report() local
62 …get_cpu_thresholds(hinfo, clientclass, &loadyellow, &loadred, &recentlimit, &ancientlimit, &uptime… in zvm_cpu_report()
70 else if (load1 > loadyellow) { in zvm_cpu_report()
H A Dzvse.c21 float load1, loadyellow, loadred; in zvse_cpu_report() local
62 …get_cpu_thresholds(hinfo, clientclass, &loadyellow, &loadred, &recentlimit, &ancientlimit, &uptime… in zvse_cpu_report()
70 else if (load1 > loadyellow) { in zvse_cpu_report()
H A Dzos.c22 float load1, loadyellow, loadred; in zos_cpu_report() local
63 …get_cpu_thresholds(hinfo, clientclass, &loadyellow, &loadred, &recentlimit, &ancientlimit, &uptime… in zos_cpu_report()
71 else if (load1 > loadyellow) { in zos_cpu_report()
/dports/net-mgmt/xymon-server/xymon-4.3.30/xymond/
H A Dclient_config.h24 float *loadyellow, float *loadred,
H A Dxymond_client.c314 float loadyellow, loadred; in unix_cpu_report() local
424 …get_cpu_thresholds(hinfo, clientclass, &loadyellow, &loadred, &recentlimit, &ancientlimit, &uptime… in unix_cpu_report()
432 else if (load5 > loadyellow) { in unix_cpu_report()
1881 float loadyellow, loadred; in testmode() local
1885 …get_cpu_thresholds(hinfo, clientclass, &loadyellow, &loadred, &recentlimit, &ancientlimit, &uptime… in testmode()
1887 printf("Load: Yellow at %.2f, red at %.2f\n", loadyellow, loadred); in testmode()
H A Dclient_config.c1958 float *loadyellow, float *loadred, in get_cpu_thresholds() argument
1969 *loadyellow = 5.0; in get_cpu_thresholds()
1975 *loadyellow = rule->rule.load.warnlevel; in get_cpu_thresholds()
/dports/net-mgmt/xymon-client/xymon-4.3.30/xymond/
H A Dclient_config.h24 float *loadyellow, float *loadred,
H A Dxymond_client.c314 float loadyellow, loadred; in unix_cpu_report() local
424 …get_cpu_thresholds(hinfo, clientclass, &loadyellow, &loadred, &recentlimit, &ancientlimit, &uptime… in unix_cpu_report()
432 else if (load5 > loadyellow) { in unix_cpu_report()
1881 float loadyellow, loadred; in testmode() local
1885 …get_cpu_thresholds(hinfo, clientclass, &loadyellow, &loadred, &recentlimit, &ancientlimit, &uptime… in testmode()
1887 printf("Load: Yellow at %.2f, red at %.2f\n", loadyellow, loadred); in testmode()
H A Dclient_config.c1958 float *loadyellow, float *loadred, in get_cpu_thresholds() argument
1969 *loadyellow = 5.0; in get_cpu_thresholds()
1975 *loadyellow = rule->rule.load.warnlevel; in get_cpu_thresholds()