Question

Centreon switch ports probem with ./centreon_alcatel_omniswitch_snmp.pl

  • 18 December 2023
  • 2 replies
  • 20 views

Badge +2

Hello,

I’ve a problem with this plugin, only with interfaces 1/1, 1/2, 1/3 , 1/,4
I only need to check 2/1/1 interface but it checked every interfaces with 1 in the end

Same with 2/1/2 , 3, 4,…..
 

 


2 replies

Userlevel 6
Badge +18

Hi @kylian you can use --name option and set a regex as explained in the documentation

Badge +2

Hi Laurent,

 

Thank you for your answer but when I make a test on my centreon server I always see port with number 1 in. I try to only have one port
 

./centreon_alcatel_omniswitch_snmp.pl --hostname “ip” --snmp-version= “number” --snmp-community= “communityname” --mode=interfaces --interface=”1/1” --name=”1/1” --add-trafic --add-status

If “--interface” is empty I see all interfaces so I can’t let it empty

Reply