This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
config_fiel [2018/02/08 14:59] 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": "5" | + | "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 | ||
| Line 46: | Line 46: | ||
| } | } | ||
| }, | }, | ||
| - | "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": "127.0.0.1", | + | "server": "127.0.0.1", //mysql ip address |
| - | "replica": "127.0.0.1", | + | "replica": "127.0.0.1", // (optional) mysql ip address of a live replication |
| - | "username": "root", | + | "username": "root", |
| "password": "", | "password": "", | ||
| - | "tableModulus": "1", | + | "tableModulus": "1", // (optional) data storing paralellism (do not change) |
| - | "invtableModulus": "1", | + | "invtableModulus": "1", // (optional) data storing paralellism (do not change) |
| - | "databases": { | + | "databases": { // (optional) change the default database names |
| "dbmonitor": "dbmonitor", | "dbmonitor": "dbmonitor", | ||
| "dbdatalog": "dbdatalog", | "dbdatalog": "dbdatalog", | ||
| Line 97: | Line 97: | ||
| } | } | ||
| }, | }, | ||
| - | "messaging": { | + | "messaging": { // RabbitMQ configuration parameters |
| "server": "127.0.0.1", | "server": "127.0.0.1", | ||
| "port": "5672", | "port": "5672", | ||