17%
28.11.2021
_interval: 10s
09 receiver: 'email'
10 receivers:
11 - name: 'email'
12 email_configs:
13 - to: 'helpdesk@mycompany.com'
14 from: 'monitoring@mycompany.com'
15 smarthost: smtp.mycompany.com:587
16
17%
30.11.2020
"conditions": [
05 {
06 "type": "RuntimeReady",
07 "status": true,
08 "reason": "",
09 "message": ""
10 },
11 {
12 "type": "NetworkReady",
13
17%
05.03.2013
constructor: (a, b, @width) ->
09 super a,b
10
11 draw: ->
12 alert "Width:" " + @width
13 super
14
15 shape = new rectangle 1,2,3
16 shape.draw()
The @
in the constructor ensures that Coffee
17%
07.10.2014
-EY
09 config:
10
11 zroot ONLINE
12 ata-ST380215AS_9QZ68Z7S ONLINE
Not Under Root
Caution is advised here: Without specifying any options, the zpool
17%
02.02.2021
the appropriate variables, which are then assigned values by a constructor (Listing 3, lines 2-12). In PHP 8, this can be written in a concise way (Listing 3, lines 15-21).
Listing 3
Encapsulating Data
17%
18.07.2013
backend3.example.com server;
05 backend4.example.com server down;
06 backend5.example.com backup server;
07 }
08
09 upstream fallback {
10 fallback1.example.com server: 8081;
11 }
12
13
14 server {
15 %
16
17%
03.02.2022
,32
1,33
2,34
3,35
4,36
5,37
6,38
7,39
8,40
9,41
10,42
11,43
12,44
13,45
14,46
15,47
16,48
17,49
18,50
19,51
20,52
21,53
22,54
23,55
24,56
25,57
26,58
27,59
28,60
29,61
30,62
31,63
The lstopo tool
17%
18.07.2013
buffered disk reads: 616 MB in
3.00 seconds = 205.03 MB/sec
$ hdparm -T /dev/sda
/dev/sda:
Timing cached reads: 6292 MB in
2.00 seconds = 3153.09 MB/sec
If this were a spinning disk, you would also
17%
11.06.2014
/joe/.ssh/google_compute_engine -A -p 22 joe@1.2.3.4 --
11 Warning: Permanently added '1.2.3.4' (ECDSA) to the list of known hosts.
12 Enter passphrase for key '/home/joe/.ssh/google_compute_engine':
13 Linux gcerocks-instance-1 3
17%
07.01.2013
for Scientific Linux
09
10 Available platform plugins:
11 - vmware plugin for VMware
12 - ec2 plugin for Amazon Elastic Compute Cloud (Amazon EC2)
13 - virtualbox plugin for VirtualBox
14 - virtualpc