summaryrefslogtreecommitdiffstats
path: root/l10n/ast.json
AgeCommit message (Collapse)Author
2017-08-25[tx-robot] updated from transifexNextcloud bot
2017-07-14[tx-robot] updated from transifexNextcloud bot
2017-07-10[tx-robot] updated from transifexNextcloud bot
2017-05-31[tx-robot] updated from transifexNextcloud bot
2017-05-18[tx-robot] updated from transifexNextcloud bot
2017-05-14[tx-robot] updated from transifexNextcloud bot
2017-05-13[tx-robot] updated from transifexNextcloud bot
2017-05-10[tx-robot] updated from transifexNextcloud bot
2017-05-01[tx-robot] updated from transifexNextcloud bot
2016-08-11[tx-robot] updated from transifexNextcloud bot
2014-11-20[tx-robot] updated from transifexJenkins for ownCloud
2014-11-06[tx-robot] updated from transifexJenkins for ownCloud
2014-10-30[tx-robot] updated from transifexJenkins for ownCloud
699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
// SPDX-License-Identifier: GPL-3.0-or-later

#ifndef NETDATA_BACKEND_MONGODB_H
#define NETDATA_BACKEND_MONGODB_H

#include "backends/backends.h"

extern int mongodb_init(const char *uri_string, const char *database_string, const char *collection_string, const int32_t socket_timeout);

extern int mongodb_insert(char *data, size_t n_metrics);

extern void mongodb_cleanup();

extern int read_mongodb_conf(const char *path, char **uri_p, char **database_p, char **collection_p);

#endif //NETDATA_BACKEND_MONGODB_H