2019年6月24日月曜日

zabbixのレコード数を確認

mysql> select table_name, table_rows from information_schema.TABLES where table_schema = 'zabbix';

0 件のコメント:

コメントを投稿

NEXTJS PWA化

$ cd frontend $ npm install @ducanh2912/next-pwa $ vi next.config.ts<<__EOF__ import withPWAInit from "@ducanh2912/next-pwa"...