<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.fortier-family.com/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>Warnaud&#039;s Wiki - software:service</title>
        <description></description>
        <link>https://wiki.fortier-family.com/</link>
        <lastBuildDate>Thu, 21 May 2026 00:51:34 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://wiki.fortier-family.com/_media/wiki/logo.png</url>
            <title>Warnaud&#039;s Wiki</title>
            <link>https://wiki.fortier-family.com/</link>
        </image>
        <item>
            <title>adguardhome</title>
            <link>https://wiki.fortier-family.com/software/service/adguardhome</link>
            <description>Infos

Following Pi-Hole&#039;s update to v6 that creates amazing lags and performance issues:


dig google.com @8.8.8.8 | grep time 
;; Query time: 7 msec
dig google.com @192.168.1.1 -p 53 | grep time #SwisscomBox
;; Query time: 10 msec
dig google.com @192.168.1.10 | grep time #Raspberry Pi 2...
;; Query time: 1316 msec
dig google.com @192.168.1.11 | grep time #BeagleBoneBlack
;; Query time: 12 msec</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 19 Feb 2026 07:34:22 +0000</pubDate>
        </item>
        <item>
            <title>ansible</title>
            <link>https://wiki.fortier-family.com/software/service/ansible</link>
            <description>Ansible

Definitions

Control node

Main node where Ansible is installed and will have access via ssh to managed node

Very sensible machine (access to everything) &lt;=&gt; reinforced security

Managed node

All nodes managed by Ansible. They have a user with privilege elevation and ssh connection ready for control node</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 28 Sep 2022 11:34:17 +0000</pubDate>
        </item>
        <item>
            <title>check-mk</title>
            <link>https://wiki.fortier-family.com/software/service/check-mk</link>
            <description>Check-MK

check-MK is installed on Monitor

Interface: &lt;http://monitor.fortier-family.com/garage/&gt;

&lt;https://docs.checkmk.com/latest/en/install_packages_debian.html&gt;


Created new site garage with version 2.0.0p17.cre.

  The site can be started with omd start garage.
  The default web UI is available at http://monitor/garage/

  The admin user for the web applications is cmkadmin with password: ****** bitwarden
  For command line administration of the site, log in with &#039;omd su garage&#039;.
  After …</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 09 Jan 2022 12:54:22 +0000</pubDate>
        </item>
        <item>
            <title>icinga</title>
            <link>https://wiki.fortier-family.com/software/service/icinga</link>
            <description>Icinga

New monitoring test after prometheus and Nagios

Arch Install


yay -S icinga2
systemctl enable --now icinga2
yay -S icingaweb2 icingaweb2-module-director php-intl php-pgsql postgresql
systemctl enable --now icinga-director.service

su -l postgres
initdb -D /var/lib/postgres/data
exit
systemctl enable --now postgresql

vi /etc/nginx/nginx.conf</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 01 Jan 2022 12:48:52 +0000</pubDate>
        </item>
        <item>
            <title>librenms</title>
            <link>https://wiki.fortier-family.com/software/service/librenms</link>
            <description>LibreNMS

After literally loosing all hope for a simple and functional ( most are not even installable !!!) monitoring like PRTG ( but not on Windows...)
Tired of testing I&#039;ll deploy an OVA... on vcenter... or not.

References

	*  &lt;https://docs.librenms.org/Installation/Images/&gt;
	*  &lt;https://github.com/librenms/packer-builds/releases/tag/21.2.0&gt;
	*</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 01 Jan 2022 16:50:16 +0000</pubDate>
        </item>
        <item>
            <title>nagios</title>
            <link>https://wiki.fortier-family.com/software/service/nagios</link>
            <description>Nagios Core Monitoring

We&#039;ll try to monitor a maximum via check_by_ssh

SSH key/user

Server

 ssh-keygen

Copy the key


ssh-copy-id nagios@dns.fortier-family.com
ssh nagios@dns.fortier-family.com

Client


useradd -m -d /home/nagios -s /bin/bash -p nagios nagios
passwd nagios</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 03 Mar 2022 13:21:58 +0000</pubDate>
        </item>
        <item>
            <title>observium</title>
            <link>https://wiki.fortier-family.com/software/service/observium</link>
            <description>Observium

OK so after Prometheus, Nagios Core Monitoring, Icinga, LibreNMS... here&#039;s Observium

Install

Server


wget http://www.observium.org/observium_installscript.sh
chmod +x observium_installscript.sh
./observium_installscript.sh


First user warnaud/*(bitwarden)*

Clients

ALL (distro script)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 02 Jan 2022 17:04:48 +0000</pubDate>
        </item>
        <item>
            <title>pihole</title>
            <link>https://wiki.fortier-family.com/software/service/pihole</link>
            <description>DNS

Both dns here were running on top of IoT devices (BeagleBone &amp; Raspberry Pi) the DHCP from the Internet provider&#039;s box override its dns for my internal ones.

Now they use AdGuardHome since pihole v6 and its catastrophic performances.

Remove Youtube ads network wide

:!: Doesn&#039;t work</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 02 Mar 2025 08:51:35 +0000</pubDate>
        </item>
        <item>
            <title>prometheus</title>
            <link>https://wiki.fortier-family.com/software/service/prometheus</link>
            <description>Prometheus

Configs/things to do

Things to monitor

CPU/Disk/RAM/Load

Client(s)

	*  Archlinux
yay -S prometheus-node-exporter
systemctl enable --now prometheus-node-exporter


Server


vi /etc/prometheus/prometheus.yml



- job_name: &quot;Nodes&quot;
    static_configs:
      - targets: [&quot;dns2.fortier-family.com:9100&quot;,&quot;localhost:9100&quot;]</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 01 Jan 2022 07:17:39 +0000</pubDate>
        </item>
        <item>
            <title>ssh</title>
            <link>https://wiki.fortier-family.com/software/service/ssh</link>
            <description>SSH

sshd_config

After change, restart sshd unit (systemd)

Edit /etc/ssh/sshd_config

no IPv6


#AddressFamily any
AddressFamily inet


Root key only


PermitRootLogin prohibit-password
#PermitRootLogin yes


Users key only


PubkeyAuthentication yes
...
# To disable tunneled clear text passwords, change to no here!
PasswordAuthentication no
PermitEmptyPasswords no</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 18 Feb 2025 07:44:38 +0000</pubDate>
        </item>
        <item>
            <title>start</title>
            <link>https://wiki.fortier-family.com/software/service/start</link>
            <description>service index</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 01 Jan 2022 11:29:22 +0000</pubDate>
        </item>
        <item>
            <title>wekan</title>
            <link>https://wiki.fortier-family.com/software/service/wekan</link>
            <description>Kanban online

Reference

	*  &lt;https://wekan.github.io&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 01 Jan 2022 16:51:10 +0000</pubDate>
        </item>
    </channel>
</rss>
