Vault 7: Projects

This publication series is about specific projects related to the Vault 7 main publication.
SECRET//20350112
7.6 (U) Check CherryTree Process
(U) The health of the CherryTree (i.e., the main CB server process) can be retrieved by
issuing the following command from the SNMP Monitoring Server:
snmpwalk –r 0 –t 5 –v 1 IP_address_of_CB_Server –c public .
1.3.6.1.4.1.2021.51.100.1
(U) The command returns 0 if OK, 1 if WARN, or 2 if CRITICAL.
(U) A more descriptive CherryTree health string can be retrieved by issuing the following
command from the SNMP Monitoring Server:
snmpwalk –r 0 –t 5 –v 1 IP_address_of_CB_Server –c public .
1.3.6.1.4.1.2021.51.101.1
(U) Note that if the “IP_address_of_CB_Server” is the IP address of the Slave server,
then the health of the CherryTree process will be checked remotely from the Slave (i.e.,
only the Master runs an instance of the CherryTree process).
7.7 (U) Check mysqld and Database Replication
(U) The health of the mysqld process and database replication status (mysql database is
replicated from master to slave server using the mysql replication functionality, and Copy
Data is replicated from master to slave server using rsync) can be retrieved by issuing the
following command from the SNMP Monitoring Server:
snmpwalk –v 1 IP_address_of_CB_Server –c public .
1.3.6.1.4.1.2021.52.100.1
(U) The command returns 0 if OK, 1 if WARN, or 2 if CRITICAL.
(U) A more descriptive mysqld health/database replication string can be retrieved by
issuing the following command from the SNMP Monitoring Server:
snmpwalk –v 1 IP_address_of_CB_Server –c public .
1.3.6.1.4.1.2021.52.101.1
SECRET//20350112
15