Wednesday, May 22nd 2013, 12:01am UTC+2
You are not logged in.
Beginner
Number of monitoring servers: 1
Nagios Version: 3.3.0
Distributed monitoring: Ja
Redundant monitoring: Nein
Number of hosts: 50
Number of services: 2000
OS: Ubuntu 12 LTS
Plugin Version: n/a
NagVis Version: 1.7b2
NDO Version: 1
Beginner
Number of monitoring servers: 1
Nagios Version: 3.3.0
Distributed monitoring: Ja
Redundant monitoring: Nein
Number of hosts: 50
Number of services: 2000
OS: Ubuntu 12 LTS
Plugin Version: n/a
NagVis Version: 1.7b2
NDO Version: 1
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 |
// Now add the objects to the map
foreach($locations AS $loc) {
$map_config[$loc['name']] = array(
'type' => 'host',
'host_name' => $loc['name'],
'iconset' => $iconset,
'object_id' => $loc['name'],
'alias' => $loc['alias'],
'lat' => $loc['lat'],
'long' => $loc['long'],
);
}
|
Beginner
Number of monitoring servers: 1
Nagios Version: 3.3.0
Distributed monitoring: Ja
Redundant monitoring: Nein
Number of hosts: 50
Number of services: 2000
OS: Ubuntu 12 LTS
Plugin Version: n/a
NagVis Version: 1.7b2
NDO Version: 1
|
|
Source code |
1 |
'type' => 'host', |
Beginner
Number of monitoring servers: 1
Nagios Version: 3.3.0
Distributed monitoring: Ja
Redundant monitoring: Nein
Number of hosts: 50
Number of services: 2000
OS: Ubuntu 12 LTS
Plugin Version: n/a
NagVis Version: 1.7b2
NDO Version: 1
Birthday: Sep 22nd
Gender: male
Location: München
Occupation: Berater / Entwickler
Number of monitoring servers: x
Nagios Version: 3.2.x
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: x
Number of services: x
OS: SLES,CentOS,Debian
Plugin Version: x
NagVis Version: Git
NDO Version: -
IDO-Version: -
Perfparse Version: -
Other Addons: PNP, Check_MK, Livestatus, Multisite
Quoted
Seriously...no comments?
Quoted
If I try to edit geomap attributes (from within browser), and I choose Edit map => Map options, the field "map_image" is always filled in, with something like "geomap-_live_1_std_medium_800_600_1_1_1_100_mapnik_12_0.01.png?1341909721". However, this value is not accepted if I click Save. I have to clear the checkbox every time.
Quoted
Another thing: Is it possible to have links to other objects than hosts in geomaps? I'd like to add same elements as with other maps, including icons to other maps, weathermap lines and things like that. However, if I add anything to the map, it doesn't seem to appear. I've tried changing the Z levels. If I add a reference to another map in the locations.csv, unless it's a host, it doesn't seem to work.
Quoted
Furthermore, geomap_zoom doesn't seem to have any effect.
Quoted
I can control the level of zoom with geomap_borders, but the function of geomap_zoom parameter is very much unclear to me.
Quoted
However, if I want to add lines (weathermap or otherwise), it gets a bit harder, so it would probably be better if we could just have regular map data (static icons, weathermap lines, and so on) superimposed on geomapdata (originated from .csv). What are the plans?
Quoted
I really would not like to start maintaining an own fork, if the main project chooses to go some other route.
Beginner
Number of monitoring servers: 1
Nagios Version: 3.3.0
Distributed monitoring: Ja
Redundant monitoring: Nein
Number of hosts: 50
Number of services: 2000
OS: Ubuntu 12 LTS
Plugin Version: n/a
NagVis Version: 1.7b2
NDO Version: 1
This is open source. You don't have any right to get a (fast) answer. What do you expect?
Quoted
Quoted
However, if I want to add lines (weathermap or otherwise), it gets a bit harder, so it would probably be better if we could just have regular map data (static icons, weathermap lines, and so on) superimposed on geomapdata (originated from .csv). What are the plans?
Yes, good idea. We have no concrete plans here. Maybe we realize something like this in the future. I don't know.
You have several options if you like to have it realized faster:
- Patch it on your own (and maybe submit the patches to have it included in nagvis)
- Pay someone to realize this feature as requested
Quoted
I really would not like to start maintaining an own fork, if the main project chooses to go some other route.
Really? Before thinking about *forking* a project like NagVis you really should think about the options mentioned below. The things you ask for are isolated small parts of NagVis. At least they affect a part of NagVis which is modularized and can be extended/modified without changing the core source of NagVis. I don't see a good reason for thinking about a fork or something.
Birthday: Sep 22nd
Gender: male
Location: München
Occupation: Berater / Entwickler
Number of monitoring servers: x
Nagios Version: 3.2.x
Distributed monitoring: Nein
Redundant monitoring: Nein
Number of hosts: x
Number of services: x
OS: SLES,CentOS,Debian
Plugin Version: x
NagVis Version: Git
NDO Version: -
IDO-Version: -
Perfparse Version: -
Other Addons: PNP, Check_MK, Livestatus, Multisite