Question

Custom device with centreon-plugins

  • 11 August 2023
  • 1 reply
  • 31 views

Badge +1

Hello,

 

Is it possible to get a bit of help to integrate THK Security (aka Siqura) cameras ?

I identified a couple of useful information after installing their MIBs (free to download but need to register on their website)

 

Temperature:

OPTC-DEVICE-MIB::optcActualTemperature.1.1 = INTEGER: 57 Degrees Celsius
OPTC-DEVICE-MIB::optcPeakTemperature.1.1 = INTEGER: 60 Degrees Celsius
OPTC-DEVICE-MIB::optcTemperatureAlarmLevel.1.1 = INTEGER: 75 Degrees Celsius
OPTC-DEVICE-MIB::optcTemperatureAlarm.1.1 = INTEGER: false(2)

 

Network bandwidth:

OPTC-DEVICE-MIB::optcTotalTxBitrate.1.1 = Gauge32: 4487 bit/s
OPTC-DEVICE-MIB::optcTotalRxBitrate.1.1 = Gauge32: 97 bit/s

 

A bunch of alarms:

OPTC-DEVICE-MIB::optcTemperatureAlarm.1.1 = INTEGER: false(2)
OPTC-DEVICE-MIB::optcPowerSupplyAlarm.0 = INTEGER: 0
OPTC-STATUS-MIB::optcStreamDownAlarm.1.1 = INTEGER: false(2)
OPTC-STATUS-MIB::optcStreamDownAlarm.1.2 = INTEGER: false(2)
OPTC-STATUS-MIB::optcSignalLostAlarm.1.1 = INTEGER: false(2)
OPTC-STATUS-MIB::optcFormatAlarm.1.1 = INTEGER: false(2)
OPTC-STATUS-MIB::optcNetworkOverloadAlarm.1 = INTEGER: false(2)
OPTC-VCA-MIB::optcBadContrastAlarm.1.1 = INTEGER: false(2)
OPTC-VCA-MIB::optcBadExposureAlarm.1.1 = INTEGER: false(2)
OPTC-VCA-MIB::optcLowDetailAlarm.1.1 = INTEGER: false(2)
OPTC-VCA-MIB::optcLowSnrAlarm.1.1 = INTEGER: false(2)
OPTC-VCA-MIB::optcNoMatchAlarm.1.1 = INTEGER: false(2)
OPTC-VCA-MIB::optcPositionChangedAlarm.1.1 = INTEGER: false(2)

 

Is it possible to do this with plain centreon-plugins magic ? Maybe it would worth creating a custom plugin for these devices, they are pretty common (also sold rebranded as Flir devices).

I’d be happy to pay for that, as I don’t have much time to invest in figuring out how to do that ;-)

 

Best regards, Adam.

 


1 reply

Userlevel 5
Badge +17

You could use SNMP Collections, see:

I will also let your account manager contact you to check the option of a custom development.

Reply