check

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Nagios Exporter und Prometheus @linux:prometheus
50 Treffer, Zuletzt geändert:
g the NRPE daemon, not the host # from which the check_nrpe client is being executed. # ################... far the most secure method of using NRPE command[check_users]=/usr/lib64/nagios/plugins/check_users -w 5 -c 10 command[check_load]=/usr/lib64/nagios/plugins/check_load -r -w .15,.10,.05 -c .30,.25,.
NTP-Zeitserver mit chrony unter Linux einrichten und nutzen
23 Treffer, Zuletzt geändert:
is the interval specified in seconds in which the check is repeated. The interval is 10 seconds ... eck address This command allows you to check whether client NTP access is allowed from a parti... to the accheck command, except that it is used to check whether monitoring access is permitted... time -u USER Specify user (chrony) -U Don't check for root -F LEVEL Set system call filter level
Ansible @linux:ansible
10 Treffer, Zuletzt geändert:
sk-vault-pass ask for vault password -C, --check don't make any changes; instead, try to... differences in those files; works great with --check -e EXTRA_VARS, --extra-vars=EXTRA_VARS ... time: confirm each task before running --syntax-check perform a syntax check on the playbook, but do not execute it -t TAGS,
Ansible-Lint: Die Fusselbürste @linux:ansible
6 Treffer, Zuletzt geändert:
path relative to CWD -t TAGS only check rules whose id/tags match these values -T ... level (-vv for more) -x SKIP_LIST only check rules whose id/tags do not match these values -... -r flags are used -t TAGS only check rules whose id/tags match these values -T... bosity level -x SKIP_LIST only check rules whose id/tags do not match these values
Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B @linux:ansible
5 Treffer, Zuletzt geändert:
sible_date_time.date }}, do not edit manually! # Check connectivity to supernode HTTP_STATUS_CODE=(`curl... / && run-parts --report /etc/cron.monthly ) # # check wireguard-connection -* * * * * root /usr... 5) # Batman Clients clients = subprocess.check_output("batctl meshif " + batman + " tl | egrep -... Datei **raspbian_lite_latest**. $ sha256sum --check 2022-01-28-raspios-bullseye-arm64-lite.zip.sha256
TOFU - Trust On First Use - SSH Zertifikate @linux:ssh
5 Treffer, Zuletzt geändert:
ssed to the master process. Valid commands are: “check” (check that the master process is running), “forward” (request forwardings without comma... lines will have to be added to the zonefile. To check that the zone is answering fingerprint queries: ... tity -f allowed_signers_file ssh-keygen -Y check-novalidate [-O option] -n namespace -s signature_
Ansible - erweiterte Konfigurationsbeispiele: Ansible mit Hilfe von Ansible einrichten @linux:ansible
4 Treffer, Zuletzt geändert:
path: '{{ ansible_config }}' register: check_ansible_config - name: "Fehlerhinweis im Feh... {{ ansible_config }} NICHT gefunden!" when: check_ansible_config.stat.exists != 1 - name: "Ans... path: '{{ ansible_config }}' register: check_ansible_config - name: "Fehlerhinweis im Feh... {{ ansible_config }} NICHT gefunden!" when: check_ansible_config.stat.exists != 1 - name: "Ans
Ansible - einfaches Playbook-Beispiel: NTP-Daemon chrony installieren und konfigurieren @linux:ansible
2 Treffer, Zuletzt geändert:
name: chrony state: latest - name: Check if /etc/chrony.orig does exists stat: ... font><br> <font style="color: rgb(0, 0, 0)">TASK [Check if /etc/chrony.orig does exists] ****************
Ansible - erweitertes Konfigurationsbeispiel 7: Ansible Vault @linux:ansible
1 Treffer, Zuletzt geändert:
st options in ansible.cfg For a full list check https://docs.ansible.com/. or use the ansible-con