This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
config_fiel [2018/02/08 14:57] admin |
config_fiel [2018/02/09 09:49] (current) admin |
||
---|---|---|---|
Line 6: | Line 6: | ||
{ | { | ||
"engines": { | "engines": { | ||
- | "snmp": { | + | "snmp": { // snmp engine threads |
- | "querier": { | + | "querier": { |
- | "active": true | + | "active": true //activate the querier snmp process |
}, | }, | ||
"workers": { | "workers": { | ||
- | "threads": "20" | + | "threads": "5" // number of snmp workers threads |
} | } | ||
}, | }, | ||
- | "script": { | + | "script": { // script engine threads |
"querier": { | "querier": { | ||
"active": false | "active": false | ||
Line 22: | Line 22: | ||
} | } | ||
}, | }, | ||
- | "sum": { | + | "sum": { // sum engine threads |
"querier": { | "querier": { | ||
"active": true | "active": true | ||
Line 30: | Line 30: | ||
} | } | ||
}, | }, | ||
- | "php": { | + | "php": { // php engine threads |
"querier": { | "querier": { | ||
"active": true | "active": true | ||
Line 38: | Line 38: | ||
} | } | ||
}, | }, | ||
- | "ping": { | + | "ping": { // ping engine threads |
"querier": { | "querier": { | ||
"active": true | "active": true | ||
}, | }, | ||
"workers": { | "workers": { | ||
- | "threads": "10" | + | "threads": "5" |
} | } | ||
}, | }, | ||
- | "threshold": { | + | "threshold": { // threshold evaluation process |
"active": false | "active": false | ||
}, | }, | ||
- | "map": { | + | "map": { // map evaluation process |
"active": false | "active": false | ||
}, | }, | ||
- | "newspaper": { | + | "newspaper": { // newspaper/report building process |
"active": false | "active": false | ||
}, | }, | ||
- | "config": { | + | "config": { // configuration getting process |
"active": false | "active": false | ||
}, | }, | ||
- | "checksnmp": { | + | "checksnmp": { // availability check process |
"active": false | "active": false | ||
}, | }, | ||
- | "power": { | + | "power": { // power consumption evaluation process |
"active": false | "active": false | ||
}, | }, | ||
- | "syslog": { | + | "syslog": { // syslog processes |
"receiver": { | "receiver": { | ||
"active": true, | "active": true, | ||
Line 73: | Line 73: | ||
} | } | ||
}, | }, | ||
- | "trap": { | + | "trap": { // snmp trap receiver processes |
"receiver": { | "receiver": { | ||
"active": true, | "active": true, | ||
Line 83: | Line 83: | ||
} | } | ||
}, | }, | ||
- | "mysql": { | + | "mysql": { // mysql configuration process |
- | "server": "192.168.251.7", | + | "server": "127.0.0.1", //mysql ip address |
- | "username": "nemoblade", | + | "replica": "127.0.0.1", // (optional) mysql ip address of a live replication |
- | "password": "n3m0b14d3", | + | "username": "root", |
- | "tableModulus": "8", | + | "password": "", |
- | "invtableModulus": "8", | + | "tableModulus": "1", // (optional) data storing paralellism (do not change) |
- | "databases": { | + | "invtableModulus": "1", // (optional) data storing paralellism (do not change) |
+ | "databases": { // (optional) change the default database names | ||
"dbmonitor": "dbmonitor", | "dbmonitor": "dbmonitor", | ||
- | "dbdatalog": "newdatalog", | + | "dbdatalog": "dbdatalog", |
- | "dbdatarange": "nemodata1", | + | "dbdatarange": "dbdatarange", |
- | "dbsyslog": "nemosyslog" | + | "dbsyslog": "dbsyslog" |
} | } | ||
}, | }, | ||
- | "messaging": { | + | "messaging": { // RabbitMQ configuration parameters |
- | "server": "10.213.150.53", | + | "server": "127.0.0.1", |
"port": "5672", | "port": "5672", | ||
"username": "guest", | "username": "guest", |