10%
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
10%
30.11.2025
.network.type = veth
04 lxc.network.flags = up
05 lxc.network.link = br0
06 lxc.network.hwaddr = 08:00:12:34:56:78
07 #lxc.network.ipv4 = 0.0.0.0
08 lxc.network.ipv4 = 192.168.1.69
09 lxc.network.name = eth0
10 lxc
10%
02.08.2021
environment.
Listing 2 shows the servers.yml configuration file for server(s) to be installed. It is important to use the MAC address of the deployment network interface controller (NIC) here and not, say
10%
07.11.2011
communication overhead, it’s free of the GIL issue and adequate most of the time when dealing with parallelism in Python programs.
If this picture seems complicated to you, don’t worry; you won’t have to deal
10%
08.07.2018
using GNU’s autoconfigure before:
./configure --with-ssh --without-rsh
make
make install
These three lines put the binaries into /usr/local/
, which is fine for testing purposes. For production work, I
10%
16.08.2018
] command ...
-S return largest of remote command return values
-h output usage menu and quit
-V output version information and quit
-q list
10%
28.11.2023
or failing. To see Monitoror yourself in action, use a terminal command to create a Docker network for test container(s):
docker network create statuspage-demo
Next, create the monitoror_stack.yml and config
10%
19.05.2014
output from the mux. Here’s is a simple text diagram from the SSHFS-MUX website that illustrates how this works:
host1: host2: host3:
directory1 directory2
10%
23.03.2022
laytonjb laytonjb 4096 May 15 2020 darshan-3.2.1
31872599 -rw-rw-r-- 1 laytonjb laytonjb 3066907 Nov 20 2020 darshan-3.2.1.tar.gz
31992289 drwxrwxr-x 8 laytonjb laytonjb 4096 Jul 13
10%
04.10.2018
-app . --name=$APP"
20 # create a new application from the image in the OpenShift registry
21 - "oc start-build $APP --from-dir=. --follow || sleep 3s"
22 # start a new build
23 - "oc get routes $APP