There is no upgrade.log in this directory.
All there is is the following.
Code: Select all
-rwxrwxr-- 1 nagios nagios 5770 Aug 8 11:25 components_api_versions.xml
-rw-r--r-- 1 nagios nagios 10014 Aug 8 11:25 configwizard-passivecheck.zip
-rw-r--r-- 1 nagios nagios 66523 Aug 8 11:26 configwizard-radiusserver.zip
-rwxrwxr-- 1 nagios nagios 8836 Aug 8 11:26 configwizards_api_versions.xml
Code: Select all
echo 'select * from xi_options WHERE name="last_update_check_succeeded";' |mysql -t -u root -pnagiosxi nagiosxi
+-----------+-----------------------------+-------+
| option_id | name | value |
+-----------+-----------------------------+-------+
| 16 | last_update_check_succeeded | 1 |
+-----------+-----------------------------+-------+
echo 'desc xi_options;' |mysql -t -u root -pnagiosxi nagiosxi
+-----------+--------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+-----------+--------------+------+-----+---------+----------------+
| option_id | int(11) | NO | PRI | NULL | auto_increment |
| name | varchar(128) | NO | MUL | NULL | |
| value | text | YES | | NULL | |
+-----------+--------------+------+-----+---------+----------------+