17%
09.01.2013
not null,
07 subject text not null,
08 msg_id text not null,
09 date timestamp)
10 SERVER pg_archive_server
This corresponds exactly to the definition on the archive server, but naturally
17%
30.11.2020
since version 2007, which is the basic prerequisite for using the corresponding API. In addition, you need the Exchange Web Services Managed API 2.2 [1].
If you only use Exchange locally, the EWS API
16%
10.04.2015
| Destination Port |
07 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
08 | Sequence Number |
09
16%
28.11.2021
2
01 global:
02 scrape_interval: 15s
03 evaluation_interval: 15s
04
05 ########## ALERTING CONFIGURATION ##########
06
07 alerting:
08 alertmanagers:
09 - static_configs:
10 - targets:
11
16%
07.10.2014
_string;
08
09 static int prochello_show( struct seq_file *m, void *v )
10 {
11 int error = 0;
12
13 error = seq_printf( m, "%s\n", output_string);
14 return error;
15 }
16
17 static int prochello
16%
14.08.2017
ANNOTATIONS {
07 summary = "Instance {{ $labels.instance }} down",
08 description = "{{ $labels.instance }} of job {{ $labels.job }} has been down for more than 5 minutes.",
09 }
If an alert
16%
09.01.2013
/one/oned.conf
01 VM_HOOK = [
02 name = "vm_switchon",
03 on = "RUNNING",
04 command = "account.sh",
05 arguments = "on $ID" ]
06
07 VM_HOOK = [
08 name = "vm_switchoff",
09
16%
26.01.2025
Name .. .. }
03
04 resource devcenterGallery 'Microsoft.DevCenter/devcenters/galleries@2024-02-01' = {
05 name: galleryName
06 parent: devcenter
07 ...
08 dependsOn: [
09 readGalleryRole
10
16%
05.03.2014
:15:01 all 2.08 0.00 0.96 0.02 0.00 96.94
12:25:01 all 1.96 0.00 0.82 0.06 0.00 97.16
12:35:01 PM all 1.22 0
16%
09.10.2017
dir=os.path.dirname(path)
07 if dir and not os.path.exists(dir):
08 os.makedirs(dir)
09 if os.path.basename(path):
10 bucket.download_file(path,path)
11
12 bname='prosnapshot'
13