Lars
Lars
Good to hear. I had a short look to your changes and the new API. I looks pretty promising. Currently I use the origin NetSNMP code, but it seems to...
@nnathan: Another source for information might be the source of the snmpbulkwalk command. One thing I found one day was that it is doing a single get after trying the...
Good idea. But may also be a performance issue with a larger number of objects on the maps, since you would always have to process all states of all your...
Did I get it right that one geomap can only have one type of object? Wouldn't it be better to introduce a object type attribute to, for example, the csv...
Should not be too hard with some code changes. The map rendering related code is mainly in share/frontend/nagvis-js/js/ViewWorldmap.js. Some related PHP code is here: share/server/core/sources/worldmap.php I don't plan to realize...
Should be working fine. Need more details about your setup (sites / configured backends and so on).
The error message you posted is related to a backend "live_2" which does not exist in the configuration you sent me. The backend_id for that object may be wrong. You...
Next time you may use this query to get the livestatus.o version: ``` lq "GET status\nColumns: livestatus_version" ```
Sorry, seems NagVis was removed from the omd-labs packages. Now the sites based on this version miss some directories which were always present before. The script omd_install.sh would need to...
I can not reproduce an issue here. I can also not find a related change between 1.9.12 and 1.9.13. The problem may be related to your user/role settings (which are...