Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for Janitor (0.3 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. 404 */
        String CRAWLER_FAILURE_URL_STATUS_CODES = "crawler.failure.url.status.codes";
    
        /** The key of the configuration. e.g. 60 */
        String CRAWLER_SYSTEM_MONITOR_INTERVAL = "crawler.system.monitor.interval";
    
        /** The key of the configuration. e.g. true */
        String CRAWLER_HOTTHREAD_ignore_idle_threads = "crawler.hotthread.ignore_idle_threads";
    
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (4)
  2. CHANGELOG/CHANGELOG-1.28.md

    - Allow to monitor client-go DNS resolver latencies via `rest_client_dns_resolution_duration_seconds` Prometheus metric. ([#115357](https://github.com/kubernetes/kubernetes/pull/115357), [@mfojtik](https://github.com/mfojtik))
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Apr 16 20:44:48 GMT 2024
    - 385.1K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.10.md

    * On GCI, NPD starts to monitor kubelet, docker, containerd crashlooping, read-only filesystem and corrupt docker overlay2 issues. ([#71522](https://github.com/kubernetes/kubernetes/pull/71522), [@wangzhen127](https://github.com/wangzhen127))
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 341.8K bytes
    - Viewed (0)
  4. api/go1.16.txt

    pkg syscall (darwin-arm64), const RLIMIT_CPU = 0
    pkg syscall (darwin-arm64), const RLIMIT_CPU ideal-int
    pkg syscall (darwin-arm64), const RLIMIT_CPU_USAGE_MONITOR = 2
    pkg syscall (darwin-arm64), const RLIMIT_CPU_USAGE_MONITOR ideal-int
    pkg syscall (darwin-arm64), const RLIMIT_DATA = 2
    pkg syscall (darwin-arm64), const RLIMIT_DATA ideal-int
    pkg syscall (darwin-arm64), const RLIMIT_FSIZE = 1
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.17.md

    - Add `permit_wait_duration_seconds` metric to the scheduler. ([#84011](https://github.com/kubernetes/kubernetes/pull/84011), [@liu-cong](https://github.com/liu-cong))
    
    ### Deprecated/changed metrics
    - etcd version monitor metrics are now marked as with the ALPHA stability level. ([#83283](https://github.com/kubernetes/kubernetes/pull/83283), [@RainbowMango](https://github.com/RainbowMango))
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Jan 28 10:44:33 GMT 2021
    - 346.2K bytes
    - Viewed (1)
  6. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    ner) throws Exception; } org/junit/runner/notification/SynchronizedRunListe.class package org.junit.runner.notification; final synchronized class SynchronizedRunListe extends RunListener { private final RunListener listener; private final Object monitor; void SynchronizedRunListe(RunListener, Object); public void testRunStarted(org.junit.runner.Description) throws Exception; public void testRunFinished(org.junit.runner.Result) throws Exception; public void testSuiteStarted(org.junit.runner.Description)...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Dec 19 19:08:55 GMT 2023
    - 373.7K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.6.md

    * **[beta]** Node Problem Detector is beta (v0.3.0) now. New
      features added into node-problem-detector:v0.3.0:
      - Add support for journald.
      - The ability to monitor any system daemon logs. Previously only kernel
        logs were supported.
      - The ability to be deployed and run as a native daemon.
    * **[alpha]** Critical Pods: When feature gate "ExperimentalCriticalPodAnnotation" is
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 304K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.9.md

    * Increase waiting time (120s) for docker startup in health-monitor.sh ([#54099](https://github.com/kubernetes/kubernetes/pull/54099), [@dchen1107](https://github.com/dchen1107))
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Nov 16 10:46:27 GMT 2021
    - 313.7K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.21.md

      - By default, injected tokens are given an extended lifetime so they remain valid even after a new refreshed token is provided. The metric `serviceaccount_stale_tokens_total` can be used to monitor for workloads that are depending on the extended lifetime and are continuing to use tokens even after a refreshed token is provided to the container. If that metric indicates no existing workloads are depending on extended lifetimes, injected token...
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Fri Oct 14 07:03:14 GMT 2022
    - 367.3K bytes
    - Viewed (4)
  10. CHANGELOG/CHANGELOG-1.7.md

        * Add ABRT support. ([#105](https://github.com/kubernetes/node-problem-detector/pull/105), [@juliusmilan](https://github.com/juliusmilan))
    
        * Add a docker image corruption problem detection in the default docker monitor config. ([#117](https://github.com/kubernetes/node-problem-detector/pull/117), [@ajitak](https://github.com/ajitak))
    
      * Upgrade CAdvisor to v0.26.1. New features added:
    
        * Add Docker overlay2 storage driver support.
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 308.7K bytes
    - Viewed (1)
Back to top