🚀 Deploy #Nagios on #Ubuntu #VPS

This guide walks through deploying Nagios Core on an Ubuntu VPS, from system prep to web access, plugins, hosts/services, and hardening. Commands target Ubuntu 22.04 LTS (works similarly on 20.04/24.04).
What You’ll Build

A Nagios Core #monitoring server
Web UI secured with HTTP auth
Standard monitoring plugins
Example host & service checks
Basic ...
Continued 👉 https://blog.radwebhosting.com/deploy-nagios-on-ubuntu-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #selfhosted #opensource #letsencrypt #selfhosting

🚀 Deploy #Nagios on #Ubuntu #VPS

This guide walks through deploying Nagios Core on an Ubuntu VPS, from system prep to web access, plugins, hosts/services, and hardening. Commands target Ubuntu 22.04 LTS (works similarly on 20.04/24.04).
What You’ll Build

A Nagios Core #monitoring server
Web UI secured with HTTP auth
Standard monitoring plugins
Example host & service checks
Basic ...
Continued 👉 https://blog.radwebhosting.com/deploy-nagios-on-ubuntu-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #opensource #selfhosting #letsencrypt #selfhosted

🚀 Deploy #Nagios on #Ubuntu #VPS

This guide walks through deploying Nagios Core on an Ubuntu VPS, from system prep to web access, plugins, hosts/services, and hardening. Commands target Ubuntu 22.04 LTS (works similarly on 20.04/24.04).
What You’ll Build

A Nagios Core #monitoring server
Web UI secured with HTTP auth
Standard monitoring plugins
Example host & service checks
Basic ...
Continued 👉 https://blog.radwebhosting.com/deploy-nagios-on-ubuntu-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #opensource #letsencrypt #selfhosted #selfhosting

🚀 Deploy #Nagios on #Ubuntu #VPS

This guide walks through deploying Nagios Core on an Ubuntu VPS, from system prep to web access, plugins, hosts/services, and hardening. Commands target Ubuntu 22.04 LTS (works similarly on 20.04/24.04).
What You’ll Build

A Nagios Core #monitoring server
Web UI secured with HTTP auth
Standard monitoring plugins
Example host & service checks
Basic ...
Continued 👉 https://blog.radwebhosting.com/deploy-nagios-on-ubuntu-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #letsencrypt #opensource #selfhosting #selfhosted

🚀 Deploy #Nagios on #Ubuntu #VPS

This guide walks through deploying Nagios Core on an Ubuntu VPS, from system prep to web access, plugins, hosts/services, and hardening. Commands target Ubuntu 22.04 LTS (works similarly on 20.04/24.04).
What You’ll Build

A Nagios Core #monitoring server
Web UI secured with HTTP auth
Standard monitoring plugins
Example host & service checks
Basic ...
Continued 👉 https://blog.radwebhosting.com/deploy-nagios-on-ubuntu-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #selfhosting #letsencrypt #opensource #selfhosted

🚀 Deploy #Nagios on #Ubuntu #VPS

This guide walks through deploying Nagios Core on an Ubuntu VPS, from system prep to web access, plugins, hosts/services, and hardening. Commands target Ubuntu 22.04 LTS (works similarly on 20.04/24.04).
What You’ll Build

A Nagios Core #monitoring server
Web UI secured with HTTP auth
Standard monitoring plugins
Example host & service checks
Basic ...
Continued 👉 https://blog.radwebhosting.com/deploy-nagios-on-ubuntu-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #selfhosted #opensource #selfhosting #letsencrypt

Just revisited #Nagios for network monitoring using Docker—still a fan! Check out my setup process. 🚀 https://www.funkysi1701.com/posts/2025/monitoring-with-nagios-docker/ #Nagios #Docker #Monitoring #SysAdmin #DevOps #NetworkMonitoring
Setting Up Nagios Monitoring with Docker

A long time ago in my SysAdmin days, I was a big fan of Nagios. Recently, I decided to revisit it and see if I could run it in a Docker container to monitor…

Funky Si's Blog

🚀 Deploy #Nagios on #Ubuntu #VPS

This guide walks through deploying Nagios Core on an Ubuntu VPS, from system prep to web access, plugins, hosts/services, and hardening. Commands target Ubuntu 22.04 LTS (works similarly on 20.04/24.04).
What You’ll Build

A Nagios Core #monitoring server
Web UI secured with HTTP auth
Standard monitoring plugins
Example host & service checks
Basic ...
Continued 👉 https://blog.radwebhosting.com/deploy-nagios-on-ubuntu-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #selfhosted #letsencrypt #opensource #selfhosting

🚀 Deploy #Nagios on #Ubuntu #VPS

This guide walks through deploying Nagios Core on an Ubuntu VPS, from system prep to web access, plugins, hosts/services, and hardening. Commands target Ubuntu 22.04 LTS (works similarly on 20.04/24.04).
What You’ll Build

A Nagios Core #monitoring server
Web UI secured with HTTP auth
Standard monitoring plugins
Example host & service checks
Basic ...
Continued 👉 https://blog.radwebhosting.com/deploy-nagios-on-ubuntu-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #selfhosting #opensource #letsencrypt #selfhosted

We have a set of #CIFS #DFS servers in Europe and in America. The clients in Europe expect to automatically mount on the European DFS server, the ones in America in on the American DFS server.

Which works fine on Linux servers joined to the domain, using mount.cifs. If you define everything correctly that is (ad_site in /etc/sssd/sssd.conf, the networks in AD etc).

And still we had Linux servers being slow and getting data from the European DFS server, while others stayed on the American DFS server.... Unmount and mount didn't resolve it. Wireshark showed "Yes it tries the American one... And then moves to the European one!".

At the end, it was a DFS caching issue on the Linux servers: /proc/fs/cifs/dfscache showed the target to be to the EU server.

echo 0 > /proc/fs/cifs/dfscache, then remount, and all was fine again!

Another check in #nagios !