Hi,

You can update observium's database like this:

UPDATE devices
SET
    snmp_community  = '',
    snmp_authlevel  = 'authPriv',
    snmp_authname   = 'user',
    snmp_authpass   = 'pw_user',
    snmp_authalgo   = 'AuthAlgo like SHA, etc',
    snmp_cryptopass = 'pw_enc',
    snmp_cryptoalgo = 'Crypto Algo AES or something else',
    snmp_version    = 'v3'
WHERE hostname LIKE 'REGEXP for your hosts';

Restart the (web)service afterwards.

Best regards

Von: Tibi, Saleh via observium <[email protected]>
Gesendet: Mittwoch, 22. Juli 2026 13:34
An: [email protected]
Cc: Tibi, Saleh <[email protected]>
Betreff: [Observium] Updating SNMP Configuration for Existing Devices

Hi,
I am planning to migrate some of my hardware devices (rack equipment) from 
SNMPv2 to SNMPv3.
The devices are already configured in Observium. Is there a way to update the 
SNMP configuration for approximately 200 existing devices without having to 
open each device in the GUI and manually enter the SNMPv3 settings?
Thank you for your help.
Best regards,

Mit freundlichen Grüßen
Saleh Tibi
---------------------------------------------
M.Sc.: Saleh Tibi (Herr)
IT-Spezialist für Data Centers und Überwachung
Zentrum für Informations- und  Medientechnologie (ZIM)|Raum 25.41.00.51
Heinrich-Heine-Universitaet Duesseldorf
Universitaetsstrasse 1, 40225 Duesseldorf
Email:   [email protected]<mailto:[email protected]>
Phone:   +49-(0)211-81-14051



_______________________________________________
observium mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to