100%
21.08.2014
).
The example client in Listing 1 sends the load average values of the last 1, 5, and 15 minutes (lines 22-24), which you can find in the web GUI under the system
node. Dots in the name create folders ... 22
99%
21.08.2014
binary packages for most major Linux major distributions. Fedora, for instance, offers an older Version 1.12 in the Fedora repository as well as a current ReaR Version 1.15 in Fedora updates. CentOS users ... 22
99%
21.08.2014
_wait_timeout": "30s",
08 "shutdown_command": "echo 'Done' | sudo -S shutdown -h now"
09 }],
10 "provisioners": [{
11 "type": "shell",
12 "inline": [
13 "sleep 30",
14 "sudo apt-get update",
15 ... 22
99%
21.08.2014
: 868152 129568
10 Swap: 0 0 0
11 shell@android:/ $ cat /proc/cpuinfo
12 Processor : ARMv7 Processor rev 9 (v7l)
13 processor : 0
14 BogoMIPS : 1993.93
15 processor : 1
16 Bogo ... 22
99%
21.08.2014
,
# sync && echo "3" > \
/proc/sys/vm/drop_caches
and then start the first pass:
root@hercules:/Benchmark# \
/usr/bin/time -f "%F major page faults"\
./readbench.pl...
15 major page faults
If you ... 22
99%
21.08.2014
.getHostname()
14
15 print "The follwing machines are running on: " + hypervisor_name
16
17 # List active hosts
18 active_hosts = conn.listDomainsID()
19 for id in active_hosts:
20 dom = conn ... 22
99%
21.08.2014
://sourceforge.net/p/redobackup/wiki/Home/
Ubuntu release names: https://wiki.ubuntu.com/DevelopmentCodeNames @IE
The Author
Thomas Zeller is an IT consultant and has been involved with IT security and Open Source for 15 years. He ... 22
99%
21.08.2014
="Problem with mysqldump"
10 STATE=2
11 else
12 MESSAGE="Backup OK"
13 STATE=0
14 fi
15
16 echo "yourserver;Powerful_backup;$STATE;$MESSAGE" | /usr/sbin/nsca \
-H yournagiosserverIP -p 5667 -d ";" -c /etc ... 22
99%
21.08.2014
.password = mypass
13 source.checksum = 4867
14 source.tags = Server
15
16 ### MAPPER ###
17 ## Run the default mapper for computers
18 mapper.ocs.url = http://ocs-server.mydomain.com
19 mapper = ocs.computers
20 ... 22
99%
21.08.2014
/fs/proc/meminfo.c 2014-03-31 05:40:15.000000000 +0200
+++ new/fs/proc/meminfo.c 2014-05-11 16:33:19.148771809 +0200
@@ -131,7 +131,7 @@
"Committed_AS: %8lu kB\n"
"VmallocTotal: %8lu kB\n"
"VmallocUsed: %8lu ... 22