Page 1 of 1

Debian 11 monitoring

Posted: Tue Mar 08, 2022 4:12 am
by decanet
Hello,

I would like to add a Debian 11 server to my Nagios XI instance with the Deploy agent, but I can't because "Package python-apt has no installation candidate".
On Debian 11, only python3-apt is available.

Any idea to fix this problem?

Thank you for your help
Benjamin

Re: Debian 11 monitoring

Posted: Wed Mar 09, 2022 5:56 pm
by pbroste
Hello @decanent

Thanks for reaching out, want to check the following:

Code: Select all

cat /usr/local/nagiosxi/var/xiversion | grep full
cat /etc/os-release
uname -a
lsb_release -a
 hostnamectl
python --version
Jumped on my Debian Test VM and see the following:
2022_03_09_16_40_41_BS_Debain_11_VMware_Workstation_16_Player_Non_commercial_use_only_.png
If you are unable to make headway please provide the results:

Code: Select all

find /etc/apt/ -type f | xargs cat > /tmp/list.txt
Thanks,
Perry