
Let’s stop the server,
edit /etc/systemd/system/minecraft.service and increase the memory on it.
Then start the server.
Et voilá!


Let’s stop the server,
edit /etc/systemd/system/minecraft.service and increase the memory on it.
Then start the server.
Et voilá!

at 1h




I had to disable swap check for one of my hosts.
This is how I’v done it.
nano /etc/icinga2/conf.d/services.conf
apply Service "swap" {
import "generic-service"
check_command = "swap"
assign where host.name == NodeName
ignore where host.name == "my_host"
}
service icinga2 restart
on icinga2 service.conf I’v added the following line ignore where host.name == “my_host” and then restarted icinga2

Lets edit our httpd.conf, on CentOS 7.6 & Apache/2.4.6 it’s located at /etc/httpd/conf/httpd.conf
nano /etc/httpd/conf/httpd.conf
And edit our ServerName line/entry.
Restart httpd
service httpd restart
A heard on Boiler Room 3AM Eternal Part Two: Vladimir Ivkovic (18min)

icinga2 feature enable command service icinga2 restart
This is how I’v solved it
chmod +s /bin/ping
as seen on https://github.com/bodsch/docker-icinga2/issues/46