30%
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
30%
07.10.2014
_init() and prochello_exit() (lines 29 and 38), the module routines prochello_show() and prochello_open() (lines 9 and 17), and the data structure used for logging in to the kernel prochello_fops (line 22).
Transferring
30%
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
30%
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
30%
14.08.2017
interface shown in Figure 2, which is intended more for debugging purposes, from http://localhost:9090/graph
. Many articles, blog posts, and conference keynotes [9]-[11] can help you delve the depths
30%
09.10.2017
with Kubernetes.
Tested
To illustrate the information outlined above, I will demonstrate how you can run your own small Kubernetes cluster with a Prometheus extension based on Minikube [9]. Minikube offers
30%
09.10.2017
as input. This procedure is described in detail at the CNI GitHub repository [9].
Calico Project
Calico [3] considers the ratio of nodes to containers. The idea is to transfer the concepts and relations
30%
02.08.2022
docker-compose.yaml
version: '3'
services:
target1:
build: .
ports:
- '3000:80'
- '2000:22'
container_name: target1
target2:
build
30%
06.10.2022
, as in this code fragment, which implements and calls a multiply function:
package function
multiply(a,b) = m {
m := a*b
}
result1 = r {
r := multiply(3,4)
}
result2 = r {
r := multiply(3,9)
}
The Rego
30%
25.03.2021
disable unnecessary modules. On Debian and Ubuntu this task is quite easy thanks to the a2dismod command. Otherwise, you will have to search for the LoadModule directive.
The primary candidates