HEX
Server: LiteSpeed
System: Linux kapuas.iixcp.rumahweb.net 5.14.0-427.42.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 1 14:58:02 EDT 2024 x86_64
User: mirz4654 (1666)
PHP: 8.1.33
Disabled: system,exec,escapeshellarg,escapeshellcmd,passthru,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,popen,pclose,dl,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setsid,posix_setuid,posix_setpgid,ini_alter,show_source,define_syslog_variables,symlink,syslog,openlog,openlog,closelog,ocinumcols,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dll,ftp,myshellexec,socket_bind,mail,posix_getwpuid
Upload Files
File: //proc/self/root/usr/lib/netdata/conf.d/go.d/snmp.profiles/default/chrysalis-luna-hsm.yaml
extends:
  - chrysalis.yaml
  - _std-tcp-mib.yaml
  - _std-ucd-mib.yaml

sysobjectid:
  - 1.3.6.1.4.1.12383.3.1.1

metrics:
  - MIB: CHRYSALIS-UTSP-MIB
    symbol:
      OID: 1.3.6.1.4.1.12383.3.1.1.1.0
      name: hsmOperationRequests
      chart_meta:
        description: Number of operations
        family: 'Security/HSM/Operation/Request/Total'
        unit: "{operation}"
  - MIB: CHRYSALIS-UTSP-MIB
    symbol:
      OID: 1.3.6.1.4.1.12383.3.1.1.2.0
      name: hsmOperationErrors
      chart_meta:
        description: Number of operation errors
        family: 'Security/HSM/Operation/Error/Total'
        unit: "{error}"
  # - MIB: CHRYSALIS-UTSP-MIB
  #   symbol:
  #     OID: 1.3.6.1.4.1.12383.3.1.1.3.0
  #     name: hsmCriticalEvents
  #   description: Number of critical events
  #   unit: "{event}"
  # - MIB: CHRYSALIS-UTSP-MIB
  #   symbol:
  #     OID: 1.3.6.1.4.1.12383.3.1.1.4.0
  #     name: hsmNonCriticalEvents
  #   description: Number of non critical events
  #   unit: "{event}"
  # https://thalesdocs.com/gphsm/luna/7/docs/network/Content/monitoring/snmp/snmp_safenet-chrysalis-UTSP-mib.htm says these two are not implemented on the latest version
  - MIB: CHRYSALIS-UTSP-MIB
    symbol:
      OID: 1.3.6.1.4.1.12383.3.1.2.1.0
      name: ntlsOperStatus
      chart_meta:
        description: Current operational status of the NTL service
        family: 'Security/HSM/NTLS/Status/Operational'
        unit: "{status}"
      mapping:
        1: up
        2: down
        3: unknown
  - MIB: CHRYSALIS-UTSP-MIB
    symbol:
      OID: 1.3.6.1.4.1.12383.3.1.2.2.0
      name: ntlsConnectedClients
      chart_meta:
        description: The current number of connected clients using NTLS
        family: 'Security/HSM/NTLS/Client/Connected'
        unit: "{client}"
  - MIB: CHRYSALIS-UTSP-MIB
    symbol:
      OID: 1.3.6.1.4.1.12383.3.1.2.3.0
      name: ntlsLinks
      chart_meta:
        description: The current number of links in NTLS
        family: 'Security/HSM/NTLS/Link/Active'
        unit: "{link}"
  - MIB: CHRYSALIS-UTSP-MIB
    symbol:
      OID: 1.3.6.1.4.1.12383.3.1.2.4.0
      name: ntlsSuccessfulClientConnections
      chart_meta:
        description: The total number of successful client connections
        family: 'Security/HSM/NTLS/Connection/Successful/Total'
        unit: "{connection}/s"
  - MIB: CHRYSALIS-UTSP-MIB
    symbol:
      OID: 1.3.6.1.4.1.12383.3.1.2.5.0
      name: ntlsFailedClientConnections
      chart_meta:
        description: The total number of unsuccessful client connections
        family: 'Security/HSM/NTLS/Connection/Failed/Total'
        unit: "{connection}/s"

# TODO: sending tags for scalar metric is not supported yet (keep this metric and this)
# - MIB: CHRYSALIS-UTSP-MIB
#   OID: 1.3.6.1.4.1.12383.3.1.2.6.0
#   symbol: ntlsCertExpireDay
#   tag: ntls_cert_expire_day
# TODO can't find this, maybe remove