cachethq / Docker

A Dockerized version of Cachet.
https://cachethq.io
BSD 3-Clause "New" or "Revised" License
415 stars 280 forks source link

Cachet 2.4 can't update components via API #352

Open ilyamochalov opened 5 years ago

ilyamochalov commented 5 years ago

Hello dear maintainers!

I am working with branch 2.4, I alterder docker-composer file in one part only (i map database data folder to my host - /var/lib/postgresql_cachet_statuspage/data:/var/lib/postgresql/data)

During initial setup at web inerface I select database for each of 3 drivers.

My problem is that I can not update my components via API interfce. This is my request

curl --request PUT \
   --url http://status.axiomacademy.cn/api/v1/components/1 \
   --data '{"status":1,"enabled":"true"}'\
   --header "X-Cachet-Token: bTEpfiaWCUBGJeKoviyU"

The response is:

{
    "data": {
        "id": 1,
        "name": "API",
        "description": "some ddd",
        "link": "http:\/\/api.axiomacademy.cn",
        "status": 0,
        "order": 0,
        "group_id": 0,
        "created_at": "2019-08-14 14:41:19",
        "updated_at": "2019-08-14 14:43:39",
        "deleted_at": null,
        "enabled": true,
        "meta": null,
        "status_name": "Unknown",
        "tags": []
    }
}

where status and updated_at is not changed.

My cachet docker container log looks fine:

Initializing Cachet container ...
Attempting to connect to database ...
.
Table chq_sessions does not exist! ...
Initializing Cachet database ...
Installing Cachet...
Clearing settings cache...
Settings cache cleared!
System was installed!
**************************************
*     Application In Production!     *
**************************************

Command Cancelled!
Configuration cache cleared!
Configuration cached successfully!
Route cache cleared!
Routes cached successfully!
Copied Directory [/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/views] To [/resources/views/errors]
Copied Directory [/vendor/laravel/framework/src/Illuminate/Notifications/resources/views] To [/resources/views/vendor/notifications]
Copied Directory [/vendor/laravel/framework/src/Illuminate/Pagination/resources/views] To [/resources/views/vendor/pagination]
Copied Directory [/vendor/laravel/framework/src/Illuminate/Mail/resources/views] To [/resources/views/vendor/mail]
Publishing complete.
Migration table created successfully.
Migrating: 2015_01_05_201324_CreateComponentGroupsTable
Migrated:  2015_01_05_201324_CreateComponentGroupsTable
Migrating: 2015_01_05_201444_CreateComponentsTable
Migrated:  2015_01_05_201444_CreateComponentsTable
Migrating: 2015_01_05_202446_CreateIncidentTemplatesTable
Migrated:  2015_01_05_202446_CreateIncidentTemplatesTable
Migrating: 2015_01_05_202609_CreateIncidentsTable
Migrated:  2015_01_05_202609_CreateIncidentsTable
Migrating: 2015_01_05_202730_CreateMetricPointsTable
Migrated:  2015_01_05_202730_CreateMetricPointsTable
Migrating: 2015_01_05_202826_CreateMetricsTable
Migrated:  2015_01_05_202826_CreateMetricsTable
Migrating: 2015_01_05_203014_CreateSettingsTable
Migrated:  2015_01_05_203014_CreateSettingsTable
Migrating: 2015_01_05_203235_CreateSubscribersTable
Migrated:  2015_01_05_203235_CreateSubscribersTable
Migrating: 2015_01_05_203341_CreateUsersTable
Migrated:  2015_01_05_203341_CreateUsersTable
Migrating: 2015_01_09_083419_AlterTableUsersAdd2FA
Migrated:  2015_01_09_083419_AlterTableUsersAdd2FA
Migrating: 2015_01_16_083825_CreateTagsTable
Migrated:  2015_01_16_083825_CreateTagsTable
Migrating: 2015_01_16_084030_CreateComponentTagTable
Migrated:  2015_01_16_084030_CreateComponentTagTable
Migrating: 2015_02_28_214642_UpdateIncidentsAddScheduledAt
Migrated:  2015_02_28_214642_UpdateIncidentsAddScheduledAt
Migrating: 2015_05_19_214534_AlterTableComponentGroupsAddOrder
Migrated:  2015_05_19_214534_AlterTableComponentGroupsAddOrder
Migrating: 2015_05_20_073041_AlterTableIncidentsAddVisibileColumn
Migrated:  2015_05_20_073041_AlterTableIncidentsAddVisibileColumn
Migrating: 2015_05_24_210939_create_jobs_table
Migrated:  2015_05_24_210939_create_jobs_table
Migrating: 2015_05_24_210948_create_failed_jobs_table
Migrated:  2015_05_24_210948_create_failed_jobs_table
Migrating: 2015_06_10_122216_AlterTableComponentsDropUserIdColumn
Migrated:  2015_06_10_122216_AlterTableComponentsDropUserIdColumn
Migrating: 2015_06_10_122229_AlterTableIncidentsDropUserIdColumn
Migrated:  2015_06_10_122229_AlterTableIncidentsDropUserIdColumn
Migrating: 2015_08_02_120436_AlterTableSubscribersRemoveDeletedAt
Migrated:  2015_08_02_120436_AlterTableSubscribersRemoveDeletedAt
Migrating: 2015_08_13_214123_AlterTableMetricsAddDecimalPlacesColumn
Migrated:  2015_08_13_214123_AlterTableMetricsAddDecimalPlacesColumn
Migrating: 2015_10_31_211944_CreateInvitesTable
Migrated:  2015_10_31_211944_CreateInvitesTable
Migrating: 2015_11_03_211049_AlterTableComponentsAddEnabledColumn
Migrated:  2015_11_03_211049_AlterTableComponentsAddEnabledColumn
Migrating: 2015_12_26_162258_AlterTableMetricsAddDefaultViewColumn
Migrated:  2015_12_26_162258_AlterTableMetricsAddDefaultViewColumn
Migrating: 2016_01_09_141852_CreateSubscriptionsTable
Migrated:  2016_01_09_141852_CreateSubscriptionsTable
Migrating: 2016_01_29_154937_AlterTableComponentGroupsAddCollapsedColumn
Migrated:  2016_01_29_154937_AlterTableComponentGroupsAddCollapsedColumn
Migrating: 2016_02_18_085210_AlterTableMetricPointsChangeValueColumn
Migrated:  2016_02_18_085210_AlterTableMetricPointsChangeValueColumn
Migrating: 2016_03_01_174858_AlterTableMetricPointsAddCounterColumn
Migrated:  2016_03_01_174858_AlterTableMetricPointsAddCounterColumn
Migrating: 2016_03_08_125729_CreateIncidentUpdatesTable
Migrated:  2016_03_08_125729_CreateIncidentUpdatesTable
Migrating: 2016_03_10_144613_AlterTableComponentGroupsMakeColumnInteger
Migrated:  2016_03_10_144613_AlterTableComponentGroupsMakeColumnInteger
Migrating: 2016_04_05_142933_create_sessions_table
Migrated:  2016_04_05_142933_create_sessions_table
Migrating: 2016_04_29_061916_AlterTableSubscribersAddGlobalColumn
Migrated:  2016_04_29_061916_AlterTableSubscribersAddGlobalColumn
Migrating: 2016_06_02_075012_AlterTableMetricsAddOrderColumn
Migrated:  2016_06_02_075012_AlterTableMetricsAddOrderColumn
Migrating: 2016_06_05_091615_create_cache_table
Migrated:  2016_06_05_091615_create_cache_table
Migrating: 2016_07_25_052444_AlterTableComponentGroupsAddVisibleColumn
Migrated:  2016_07_25_052444_AlterTableComponentGroupsAddVisibleColumn
Migrating: 2016_08_23_114610_AlterTableUsersAddWelcomedColumn
Migrated:  2016_08_23_114610_AlterTableUsersAddWelcomedColumn
Migrating: 2016_09_04_100000_AlterTableIncidentsAddStickiedColumn
Migrated:  2016_09_04_100000_AlterTableIncidentsAddStickiedColumn
Migrating: 2016_10_24_183415_AlterTableIncidentsAddOccurredAtColumn
Migrated:  2016_10_24_183415_AlterTableIncidentsAddOccurredAtColumn
Migrating: 2016_10_30_174400_CreateSchedulesTable
Migrated:  2016_10_30_174400_CreateSchedulesTable
Migrating: 2016_10_30_174410_CreateScheduleComponentsTable
Migrated:  2016_10_30_174410_CreateScheduleComponentsTable
Migrating: 2016_10_30_182324_AlterTableIncidentsRemoveScheduledColumns
Migrated:  2016_10_30_182324_AlterTableIncidentsRemoveScheduledColumns
Migrating: 2016_12_04_163502_AlterTableMetricsAddVisibleColumn
Migrated:  2016_12_04_163502_AlterTableMetricsAddVisibleColumn
Migrating: 2016_12_05_185045_AlterTableComponentsAddMetaColumn
Migrated:  2016_12_05_185045_AlterTableComponentsAddMetaColumn
Migrating: 2016_12_29_124643_AlterTableSubscribersAddPhoneNumberSlackColumns
Migrated:  2016_12_29_124643_AlterTableSubscribersAddPhoneNumberSlackColumns
Migrating: 2016_12_29_155956_AlterTableComponentsMakeLinkNullable
Migrated:  2016_12_29_155956_AlterTableComponentsMakeLinkNullable
Migrating: 2017_01_03_143916_create_notifications_table
Migrated:  2017_01_03_143916_create_notifications_table
Migrating: 2017_02_03_222218_CreateActionsTable
Migrated:  2017_02_03_222218_CreateActionsTable
Migrating: 2017_06_13_181049_CreateMetaTable
Migrated:  2017_06_13_181049_CreateMetaTable
Migrating: 2017_07_18_214718_CreateIncidentComponents
Migrated:  2017_07_18_214718_CreateIncidentComponents
Migrating: 2017_09_14_180434_AlterIncidentsAddUserId
Migrated:  2017_09_14_180434_AlterIncidentsAddUserId
Migrating: 2018_04_02_163328_CreateTaggablesTable
Migrated:  2018_04_02_163328_CreateTaggablesTable
Migrating: 2018_04_02_163658_MigrateComponentTagTable
Migrated:  2018_04_02_163658_MigrateComponentTagTable
Migrating: 2018_06_14_201440_AlterSchedulesSoftDeletes
Migrated:  2018_06_14_201440_AlterSchedulesSoftDeletes
Migrating: 2018_06_17_182507_AlterIncidentsAddNotifications
Migrated:  2018_06_17_182507_AlterIncidentsAddNotifications
Database seeding completed successfully.
Clearing cache...
Application cache cleared!
Cache cleared!
The [public/storage] directory has been linked.
Cachet is installed ⚡
Table chq_sessions exists! ...
**************************************
*     Application In Production!     *
**************************************

Command Cancelled!
**************************************
*     Application In Production!     *
**************************************

Command Cancelled!
Starting Cachet! ...
Configuration cache cleared!
Configuration cached successfully!
2019-08-14 06:39:17,064 WARN For [program:queue-worker], AUTO logging used for stderr_logfile without rollover, set maxbytes > 0 to avoid filling up filesystem unintentionally
2019-08-14 06:39:17,065 INFO supervisord started with pid 84
2019-08-14 06:39:18,068 INFO spawned: 'nginx' with pid 86
2019-08-14 06:39:18,070 INFO spawned: 'php-fpm' with pid 87
2019-08-14 06:39:18,072 INFO spawned: 'queue-worker' with pid 88
2019-08-14 06:39:19,130 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2019-08-14 06:39:19,130 INFO success: php-fpm entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2019-08-14 06:39:19,130 INFO success: queue-worker entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
192.168.176.1 - - [14/Aug/2019:06:39:48 +0000] "GET / HTTP/1.1" 302 396 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:39:49 +0000] "GET /setup HTTP/1.1" 200 8657 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:40:10 +0000] "POST /setup/step1 HTTP/1.1" 200 43 "http://status.axiomacademy.cn/setup" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:40:21 +0000] "POST /setup/step2 HTTP/1.1" 200 43 "http://status.axiomacademy.cn/setup" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:40:55 +0000] "POST /setup/step3 HTTP/1.1" 200 43 "http://status.axiomacademy.cn/setup" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:40:59 +0000] "GET /dashboard HTTP/1.1" 302 416 "http://status.axiomacademy.cn/setup" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:41:00 +0000] "GET /auth/login HTTP/1.1" 200 1181 "http://status.axiomacademy.cn/setup" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:41:04 +0000] "POST /auth/login HTTP/1.1" 302 412 "http://status.axiomacademy.cn/auth/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:41:05 +0000] "GET /dashboard HTTP/1.1" 200 2651 "http://status.axiomacademy.cn/auth/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:41:07 +0000] "GET /api/v1/version HTTP/1.1" 200 118 "http://status.axiomacademy.cn/dashboard" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:41:09 +0000] "GET /dashboard/components HTTP/1.1" 200 1685 "http://status.axiomacademy.cn/dashboard" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:41:12 +0000] "GET /dashboard/components/create HTTP/1.1" 200 2060 "http://status.axiomacademy.cn/dashboard/components" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:41:19 +0000] "POST /dashboard/components/create HTTP/1.1" 302 456 "http://status.axiomacademy.cn/dashboard/components/create" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:41:20 +0000] "GET /dashboard/components HTTP/1.1" 200 1890 "http://status.axiomacademy.cn/dashboard/components/create" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:41:22 +0000] "GET /dashboard/components/create HTTP/1.1" 200 2063 "http://status.axiomacademy.cn/dashboard/components" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:41:28 +0000] "POST /dashboard/components/create HTTP/1.1" 302 456 "http://status.axiomacademy.cn/dashboard/components/create" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:41:29 +0000] "GET /dashboard/components HTTP/1.1" 200 1941 "http://status.axiomacademy.cn/dashboard/components/create" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:41:30 +0000] "GET / HTTP/1.1" 200 2245 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:41:38 +0000] "GET /dashboard/team HTTP/1.1" 200 1703 "http://status.axiomacademy.cn/dashboard/components" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:41:40 +0000] "GET /dashboard/team/1 HTTP/1.1" 200 1864 "http://status.axiomacademy.cn/dashboard/team" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:41:42 +0000] "GET /dashboard/user/1/api/regen HTTP/1.1" 302 432 "http://status.axiomacademy.cn/dashboard/team/1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:41:43 +0000] "GET /dashboard/user HTTP/1.1" 200 2085 "http://status.axiomacademy.cn/dashboard/team/1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:41:53 +0000] "POST /dashboard/user HTTP/1.1" 302 432 "http://status.axiomacademy.cn/dashboard/user" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:41:54 +0000] "GET /dashboard/user HTTP/1.1" 200 2176 "http://status.axiomacademy.cn/dashboard/user" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:42:00 +0000] "PUT /api/v1/components/1 HTTP/1.1" 200 187 "-" "python-requests/2.22.0" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:42:03 +0000] "PUT /api/v1/components/2 HTTP/1.1" 200 186 "-" "python-requests/2.22.0" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:42:07 +0000] "GET / HTTP/1.1" 200 2245 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:42:08 +0000] "GET /img/favicon.png HTTP/1.1" 200 6221 "http://status.axiomacademy.cn/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:42:09 +0000] "GET / HTTP/1.1" 200 2245 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:42:09 +0000] "GET /img/favicon.png HTTP/1.1" 200 6221 "http://status.axiomacademy.cn/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:42:10 +0000] "GET / HTTP/1.1" 200 2245 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:42:10 +0000] "GET /img/favicon.ico HTTP/1.1" 200 952 "http://status.axiomacademy.cn/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:42:14 +0000] "GET / HTTP/1.1" 200 2245 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:42:15 +0000] "GET /img/favicon.png HTTP/1.1" 200 6221 "http://status.axiomacademy.cn/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:42:15 +0000] "GET / HTTP/1.1" 200 2245 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:42:15 +0000] "GET /img/favicon.ico HTTP/1.1" 200 952 "http://status.axiomacademy.cn/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:42:17 +0000] "GET / HTTP/1.1" 200 2245 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:42:18 +0000] "GET /img/favicon.png HTTP/1.1" 200 6221 "http://status.axiomacademy.cn/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:42:19 +0000] "GET /img/favicon.ico HTTP/1.1" 200 952 "http://status.axiomacademy.cn/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:42:45 +0000] "PUT /api/v1/components/1 HTTP/1.1" 401 188 "-" "python-requests/2.21.0" "47.103.46.193"
192.168.176.1 - - [14/Aug/2019:06:42:45 +0000] "PUT /api/v1/components/2 HTTP/1.1" 401 188 "-" "python-requests/2.21.0" "47.103.46.193"
192.168.176.1 - - [14/Aug/2019:06:42:49 +0000] "GET / HTTP/1.1" 200 2245 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:42:50 +0000] "GET /img/favicon.png HTTP/1.1" 200 6221 "http://status.axiomacademy.cn/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:42:57 +0000] "GET /dashboard/components HTTP/1.1" 200 1843 "http://status.axiomacademy.cn/dashboard/user" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:43:02 +0000] "GET /dashboard/components/1 HTTP/1.1" 200 2104 "http://status.axiomacademy.cn/dashboard/components" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:43:22 +0000] "POST /dashboard/components/1 HTTP/1.1" 302 464 "http://status.axiomacademy.cn/dashboard/components/1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:43:22 +0000] "GET /dashboard/components/1 HTTP/1.1" 200 2276 "http://status.axiomacademy.cn/dashboard/components/1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:43:39 +0000] "POST /dashboard/components/1 HTTP/1.1" 302 464 "http://status.axiomacademy.cn/dashboard/components/1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:43:40 +0000] "GET /dashboard/components/1 HTTP/1.1" 200 2207 "http://status.axiomacademy.cn/dashboard/components/1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:43:43 +0000] "GET /dashboard/components HTTP/1.1" 200 1857 "http://status.axiomacademy.cn/dashboard/components/1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:43:47 +0000] "GET /dashboard/components/2 HTTP/1.1" 200 2105 "http://status.axiomacademy.cn/dashboard/components" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:43:56 +0000] "POST /dashboard/components/2 HTTP/1.1" 302 464 "http://status.axiomacademy.cn/dashboard/components/2" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:43:56 +0000] "GET /dashboard/components/2 HTTP/1.1" 200 2213 "http://status.axiomacademy.cn/dashboard/components/2" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:44:00 +0000] "GET / HTTP/1.1" 200 2319 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:44:01 +0000] "GET /img/favicon.png HTTP/1.1" 200 6221 "http://status.axiomacademy.cn/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:44:02 +0000] "GET / HTTP/1.1" 200 2319 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:44:03 +0000] "GET /img/favicon.png HTTP/1.1" 200 6221 "http://status.axiomacademy.cn/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:44:18 +0000] "PUT /api/v1/components/1 HTTP/1.1" 200 220 "-" "python-requests/2.22.0" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:44:21 +0000] "PUT /api/v1/components/2 HTTP/1.1" 200 222 "-" "python-requests/2.22.0" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:44:28 +0000] "GET / HTTP/1.1" 200 2319 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:44:28 +0000] "GET /img/favicon.png HTTP/1.1" 200 6221 "http://status.axiomacademy.cn/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:44:29 +0000] "GET / HTTP/1.1" 200 2319 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:44:29 +0000] "GET /img/favicon.ico HTTP/1.1" 200 952 "http://status.axiomacademy.cn/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:45:27 +0000] "PUT /api/v1/components/1 HTTP/1.1" 200 220 "-" "python-requests/2.22.0" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:45:29 +0000] "PUT /api/v1/components/2 HTTP/1.1" 200 222 "-" "python-requests/2.22.0" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:51:45 +0000] "PUT /api/v1/components/1 HTTP/1.1" 200 288 "-" "curl/7.65.1" "116.236.165.137"
192.168.176.1 - - [14/Aug/2019:06:52:05 +0000] "PUT /api/v1/components/1 HTTP/1.1" 200 288 "-" "curl/7.65.1" "116.236.165.137"
192.168.176.1 - - [14/Aug/2019:06:52:16 +0000] "GET / HTTP/1.1" 200 2319 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:52:17 +0000] "GET /img/favicon.png HTTP/1.1" 200 6221 "http://status.axiomacademy.cn/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:52:18 +0000] "GET /img/favicon.ico HTTP/1.1" 200 952 "http://status.axiomacademy.cn/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:06:52:32 +0000] "POST /api/v1/components/1 HTTP/1.1" 405 210 "-" "curl/7.65.1" "116.236.165.137"
192.168.176.1 - - [14/Aug/2019:07:00:45 +0000] "HEAD /api/v1/components/1 HTTP/1.1" 200 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36" "217.182.175.162"
192.168.176.1 - - [14/Aug/2019:07:15:01 +0000] "PUT /api/v1/components/1 HTTP/1.1" 401 188 "-" "python-requests/2.21.0" "47.103.46.193"
192.168.176.1 - - [14/Aug/2019:07:15:01 +0000] "PUT /api/v1/components/2 HTTP/1.1" 401 188 "-" "python-requests/2.21.0" "47.103.46.193"
192.168.176.1 - - [14/Aug/2019:07:52:18 +0000] "GET / HTTP/1.1" 200 2319 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:07:52:19 +0000] "GET /img/favicon.png HTTP/1.1" 200 6221 "http://status.axiomacademy.cn/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:07:53:25 +0000] "POST /api/v1/components/1 HTTP/1.1" 405 210 "-" "curl/7.65.1" "116.236.165.137"
192.168.176.1 - - [14/Aug/2019:07:53:29 +0000] "PUT /api/v1/components/1 HTTP/1.1" 200 288 "-" "curl/7.65.1" "116.236.165.137"
192.168.176.1 - - [14/Aug/2019:07:53:34 +0000] "PUT /api/v1/components/1 HTTP/1.1" 200 288 "-" "curl/7.65.1" "116.236.165.137"
192.168.176.1 - - [14/Aug/2019:07:53:36 +0000] "PUT /api/v1/components/1 HTTP/1.1" 200 288 "-" "curl/7.65.1" "116.236.165.137"
192.168.176.1 - - [14/Aug/2019:07:54:06 +0000] "GET / HTTP/1.1" 200 2319 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "107.150.8.127"
192.168.176.1 - - [14/Aug/2019:07:55:12 +0000] "PUT /api/v1/components/1 HTTP/1.1" 200 288 "-" "curl/7.65.1" "116.236.165.137"
192.168.176.1 - - [14/Aug/2019:07:55:20 +0000] "PUT /api/v1/components/1 HTTP/1.1" 200 288 "-" "curl/7.65.1" "116.236.165.137"
192.168.176.1 - - [14/Aug/2019:07:55:21 +0000] "PUT /api/v1/components/1 HTTP/1.1" 200 288 "-" "curl/7.65.1" "116.236.165.137"
192.168.176.1 - - [14/Aug/2019:07:55:22 +0000] "PUT /api/v1/components/1 HTTP/1.1" 200 288 "-" "curl/7.65.1" "116.236.165.137"

Please help me to trouble shoot the issue. 🙏