Home
last modified time | relevance | path

Searched refs:jcrit (Results 1 – 6 of 6) sorted by relevance

/dports/net-mgmt/nagios-plugins/nagios-plugins-2.3.3/plugins-scripts/
H A Dcheck_ntp.pl122 my ($timeout, $owarn, $ocrit, $jwarn, $jcrit);
136 $jcrit = $DEFAULT_JITTER_CRIT;
137 ($opt_k) && ($opt_k =~ /^([0-9]+)$/) && ($jcrit = $1);
306 if ($jitter > $jcrit) {
307 print "Jitter_crit = $11 :$jcrit\n" if ($verbose);
335 if ($jitter > $jcrit) {
366 } elsif (defined($jitter) && abs($jitter) > $jcrit) {
367 $answer = "Server error and jitter $jitter msec > +/- $jcrit msec";
380 } elsif (defined($jitter) && abs($jitter) > $jcrit) {
381 $answer = "Jitter error and jitter $jitter msec > +/- $jcrit msec";
[all …]
/dports/net-mgmt/monitoring-plugins/monitoring-plugins-2.3.1/plugins/
H A Dcheck_ntp_peer.c58 static char *jcrit="-1:10000"; variable
485 jcrit = optarg; in process_arguments()
578 set_thresholds(&jitter_thresholds, jwarn, jcrit); in main()
H A Dcheck_ntp.c48 static char *jcrit="10000"; variable
715 jcrit = optarg; in process_arguments()
783 set_thresholds(&jitter_thresholds, jwarn, jcrit); in main()
/dports/net-mgmt/nagios-plugins/nagios-plugins-2.3.3/plugins/
H A Dcheck_ntp_peer.c58 static char *jcrit="-1:10000"; variable
485 jcrit = optarg; in process_arguments()
579 set_thresholds(&jitter_thresholds, jwarn, jcrit); in main()
H A Dcheck_ntp.c48 static char *jcrit="10000"; variable
724 jcrit = optarg; in process_arguments()
798 set_thresholds(&jitter_thresholds, jwarn, jcrit); in main()
/dports/science/dynare/dynare-4.6.4/matlab/
H A Ddynare_identification.m864 jcrit = find(IDE_MOMENTS.ino); variable
865 if length(jcrit) < SampleSize
866 if isempty(jcrit)
911 for j=1:length(jcrit)
917 …identification_analysis(pdraws(jcrit(j),:), indpmodel, indpstderr, indpcorr, options_ident, datase…
920 …disp_identification(pdraws(jcrit(j),:), ide_reducedform_(j), ide_moments_(j), ide_spectrum_(j), id…
924 …plot_identification(pdraws(jcrit(j),:), ide_moments_(j), ide_hess_(j), ide_reducedform_(j), ide_dy…
928 …oments_', 'ide_reducedform_', 'ide_dynamic_', 'ide_spectrum_', 'ide_minimal_', 'jcrit', '-append');