mirror of https://github.com/veops/cmdb.git
parent
5045581ddf
commit
9bcdaacdc4
|
@ -1,13 +1,14 @@
|
|||
# -*- coding:utf-8 -*-
|
||||
|
||||
|
||||
import click
|
||||
import copy
|
||||
import datetime
|
||||
import json
|
||||
import requests
|
||||
import time
|
||||
import uuid
|
||||
|
||||
import click
|
||||
import requests
|
||||
from flask import current_app
|
||||
from flask.cli import with_appcontext
|
||||
from flask_login import login_user
|
||||
|
@ -196,6 +197,8 @@ def cmdb_counter():
|
|||
CMDBCounterCache.flush_adc_counter()
|
||||
i = 0
|
||||
|
||||
CMDBCounterCache.flush_sub_counter()
|
||||
|
||||
i += 1
|
||||
except:
|
||||
import traceback
|
||||
|
|
101
docs/cmdb.sql
101
docs/cmdb.sql
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue