Hello,
Thank you for welcoming me into your community.
I have an issue with Checkpoint firewalls plugin pack and SNMP v3.
When I try a snmpwalk is ok :
snmpwalk -v3 -l authPriv -u xxx -a SHA256 -A 'yyy' -x AES256 'zzz' 10.40.1.mm
But when I try with centreon checkpoint script it always return “unable to create session”
/usr/lib/centreon/plugins/centreon_checkpoint.pl --plugin=network::checkpoint::snmp::plugin --mode=connections --hostname=10.40.1.mm --snmp-version='3' --snmp-username='xxx' --authpassphrase='yyy' --authprotocol='SHA256' --privpassphrase='zzz' --privprotocol='AES256'
Maybe something I’m doing wrong ?
Any ideas ?
Thanks in advance,
JB