This is an old revision of the document!


Configuration File

This is the Ne.Mo. Network Monitoring configuration file:

nemoconf.json
{
	"engines": {
		"snmp": {
			"querier": {
				"active": true
			},
			"workers": {
				"threads": "5"
			}
		},
		"script": {
			"querier": {
				"active": false
			},
			"workers": {
				"threads": "2"
			}
		},
		"sum": {
			"querier": {
				"active": true
			},
			"workers": {
				"threads": 2
			}
		},
		"php": {
			"querier": {
				"active": true
			},
			"workers": {
				"threads": 2
			}
		},
		"ping": {
			"querier": {
				"active": true
			},
			"workers": {
				"threads": "5"
			}
		},
		"threshold": {
			"active": false
		},
		"map": {
			"active": false
		},
		"newspaper": {
			"active": false
		},
		"config": {
			"active": false
		},
		"checksnmp": {
			"active": false
		},
		"power": {
			"active": false
		},
		"syslog": {
			"receiver": {
				"active": true,
				"port": "514"
			},
			"workers": {
				"threads": "4"
			}
		},
		"trap": {
			"receiver": {
				"active": true,
				"port": "162"
			},
			"workers": {
				"threads": "4"
			}
		}
	},
	"mysql": {
		"server": "127.0.0.1",
		"replica": "127.0.0.1",
		"username": "root",
		"password": "",
		"tableModulus": "1",
		"invtableModulus": "1",
		"databases": {
			"dbmonitor": "dbmonitor",
			"dbdatalog": "dbdatalog",
			"dbdatarange": "dbdatarange",
			"dbsyslog": "dbsyslog"
		}
	},
	"messaging": {
		"server": "127.0.0.1",
		"port": "5672",
		"username": "guest",
		"password": "guest"
	}
}