27%
30.11.2020
Checking the Fingerprint
pub rsa4096 2017-02-22 [SCEA]
9DC8 5822 9FC7 DD38 854A E2D8 8D81 803C 0EBF CD88
uid [ unknown] Docker Release (CE deb)
sub rsa4096 2017-02-22
27%
28.11.2021
# scrape machine metrics
22 - job_name: node
23 static_configs:
24 - targets: ['target_server:9100']
25
26 # scrape MariaDB metrics
27 - job_name: mysql
28 static_configs:
29 - targets
27%
07.10.2014
_open(struct inode *inode, struct file *file)
18 {
19 return single_open(file, prochello_show, NULL);
20 }
21
22 static const struct file_operations prochello_fops = {
23 .owner = THIS_MODULE,
24 .open
27%
07.10.2014
/test
[zk: localhost:2181(CONNECTED) 11] get /test
HelloWorld!
cZxid = 0xa1f54
ctime = Sun Jul 20 15:22:57 CEST 2014
mZxid = 0xa1f54
mtime = Sun Jul 20 15:22:57 CEST 2014
pZxid = 0xa1f54
cversion = 0
27%
07.10.2014
from systems such as the IIS, Microsoft Exchange ActiveSync, Exchange Web Services (EWS), or Outlook Web Access (OWA).
Installation under .NET
.NET Framework 4.x and Log Parser 2.2 [2] form the basis
27%
14.08.2017
a Python application for Prometheus [22]. After you launch the demo application, you check out the generated metrics at http://localhost:8000
.
Listing 2
Instrumenting a Python Application
01
27%
09.10.2017
more. One interesting Kubernetes subproject named kube-state-metrics [22] retrieves information relating to existing objects from the Kubernetes API and generates new metrics:
kubectl create -f 08-kube
27%
09.10.2017
16 - podSelector:
17 matchLabels:
18 role: frontend
19 ports:
20 - protocol: tcp
21 port: 6379
22 [...]
If the network layer receives a change in the container
27%
02.08.2022
docker-compose.yaml
version: '3'
services:
target1:
build: .
ports:
- '3000:80'
- '2000:22'
container_name: target1
target2:
build
27%
06.10.2022
": [
16 {
17 "GroupName": "RND-Admins"
18 }
19 ]
20 },
21 {
22 "Path": "/",
23 "UserName": "guido",
24 "Arn": "arn:aws:iam::123456789:user/guido",
25