Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1.3.6.1.4.1.9.10.117.1.1.2.1.17.1.4.232.223.222.1.4.193.17.9.3.32 - The OID used


In a nutshell, the script uses two MySQL tables dbeacon_cacti.MN_ANNOUNCEMENT_CHANNEL and the table name constructed of the table prefix MN, the two character country code and the circuit name, in the example above, the second table would be dbeacon_cacti.MN_DE_DFN-Primary. The script executes an SNMPGet on the router using the specified OID, it compares the value of the counter received from the SNMPGet with the value stored in the dbeacon_cacti.MN_ANNOUNCEMENT_CHANNEL table for the specific circuit name. It uses these values to calculate the circuit utilisation, and stores this value in the circuit specific MySQL table.

If any errors occur a log file is generated in the /tmp/eumetsat directory


The script then calls two JAVA based batch programs: net.geant.eumetsat.CheckStatus followed by net.geant.eumetsat.CreateMap

...