Skip to main content
Solved

bash: /usr/lib/centreon/plugins//centreon_qnap.pl: No such file or directory

  • February 12, 2024
  • 2 replies
  • 222 views

Forum|alt.badge.img+3

hello,

 

I'm encountering difficulty locating the "centreon_qnap.pl" file. I attempted to install the plugin both through the web interface and the command "apt-get install centreon-plugin-Hardware-Storage-Qnap-Snmp." However, the file remains inaccessible or unavailable.

 

 

 

Best answer by vcoum

Hello,

Did your “apt” command works?

When i tried it, it found nothing, but when i try the same command without capital letters, the plugin is installed and present

#Works for me
apt install centreon-plugin-hardware-storage-qnap-snmp


#Doesn't works for me
apt install centreon-plugin-Hardware-Storage-Qnap-Snmp

Hope it helps

2 replies

vcoum
Centreon Lord Commander
Forum|alt.badge.img+13
  • Centreon Lord Commander
  • 137 replies
  • Answer
  • February 12, 2024

Hello,

Did your “apt” command works?

When i tried it, it found nothing, but when i try the same command without capital letters, the plugin is installed and present

#Works for me
apt install centreon-plugin-hardware-storage-qnap-snmp


#Doesn't works for me
apt install centreon-plugin-Hardware-Storage-Qnap-Snmp

Hope it helps


Forum|alt.badge.img+3
  • Author
  • Steward **
  • 14 replies
  • February 12, 2024

Thank you very much; it's working now.