QueriesPermanent link for this heading

To get the value of a performance counter, the following query can be used. To use the snmpget command you have to install net-snmp-utils.

snmpget -v 2c -c public <host> enterprises.17100.<performance counter>

<host>
is the server running the Fabasoft Folio Services

<performance counter>
must be replaced with the respective performance counter

A list of all available performance counters can be found in chapter “Available Performance Counters”.

It is assumed that the security configuration in /etc/snmp/snmpd.conf is unmodified.

Example Queries:

  • Query the number of installed Fabasoft Folio RPC Service instances:
    snmpget -v 2c -c public localhost enterprises.17100.1.1.1.1.0
  • Query the number of installed Fabasoft Folio COO Service instances:
    snmpget -v 2c -c public localhost enterprises.17100.1.1.10.1.0
  • Query the name of Fabasoft Folio COO Service instance 2 of domain 10.1000:
    snmpget -v 2c -c public localhost enterprises.17100.1.1.10.2.1.4.10.1000.2
  • Query the number of content accesses on Fabasoft Folio MMC Service instance 4 of domain 10.1000:
    snmpget -v 2c -c public localhost enterprises.17100.1.1.11.2.1.5.10.1000.4
  • Query all available counters available on localhost:
    snmpwalk -v 2c -c public localhost enterprises.17100