Advertisement
Guest User

Untitled

a guest
Mar 4th, 2021
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. root@hostname-ubuntu-01:~# cd /opt/noc
  2. root@hostname-ubuntu-01:/opt/noc# ./noc datastream rebuild --datastream managedo bject
  3. 2021-03-04 19:42:34,355 [noc.core.ioloop.util] Setting up asyncio event loop pol icy
  4. 2021-03-04 19:42:34,355 [noc.core.ioloop.util] Setting up default event loop
  5. 2021-03-04 19:42:34,563 [noc.core.dcs.base] Resolve near service postgres
  6. 2021-03-04 19:42:34,589 [noc.core.dcs.base] Resolved near service postgres to [' 172.16.99.124:5432']
  7. 2021-03-04 19:42:35,890 [py.warnings] /opt/noc/core/profile/base.py:72: UserWarn ing: None: 'pattern_more' '^---MORE---' pattern must be of binary type. Support for text values will be removed in NOC 20.2
  8. warnings.warn(
  9.  
  10. 2021-03-04 19:42:36,075 [noc.core.cache.base] Using cache backend: noc.core.cach e.mongo.MongoCache
  11. 2021-03-04 19:42:36,539 [noc.core.dcs.base] [mongo] Starting resolver (near=Fals e)
  12. 2021-03-04 19:42:36,542 [noc.core.dcs.base] [mongo] Set active services to: mong o: 172.16.99.124:27017
  13. 2021-03-04 19:42:36,542 [noc.core.dcs.base] [mongo] Stopping resolver
  14. 2021-03-04 19:42:36,542 [noc.core.mongo.connection] Connecting to MongoDB {'db': 'noc', 'username': 'noc', 'password': '********', 'authentication_source': 'noc ', 'replicaSet': 'noc', 'readPreference': 'secondaryPreferred', 'maxIdleTimeMS': 60000, 'host': 'mongodb://noc:********@172.16.99.124:27017/noc'}
  15. 2021-03-04 19:42:36,566 [noc.core.loader.base] [datastream] Loading managedobjec t
  16. 100% (0.09 of 0.09) |####################| Elapsed Time: 0:00:00 Time: 0:00:00
  17. Done
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement