Debian 11 monitoring

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
decanet
Posts: 2
Joined: Wed Apr 30, 2014 8:51 am

Debian 11 monitoring

Post 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
User avatar
pbroste
Posts: 1288
Joined: Tue Jun 01, 2021 1:27 pm

Re: Debian 11 monitoring

Post 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
You do not have the required permissions to view the files attached to this post.
Locked