NetXMS Support Forum

English Support => General Support => Topic started by: Egert143 on May 05, 2021, 12:40:21 PM

Title: OsQuery
Post by: Egert143 on May 05, 2021, 12:40:21 PM
Hello

Has anybody used osquery and get results into NetXms ?

Its supposed to work like SQLLite (but actually uses rocksdb) database with system info in it for easy query. but not sure how to query it with netxms.

Egert
Title: Re: OsQuery
Post by: Filipp Sudanov on May 17, 2021, 03:28:35 PM
If osquery supports ODBC, then it could be accessed that was as dbquery sybagent supports ODBC.

Otherwise it could be technically possible to develop netxms database driver that would support osquery.