Changing default_statusmap_layout= in 4.1.0

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
NagiosRoss
Posts: 21
Joined: Sat Feb 28, 2015 10:11 am

Changing default_statusmap_layout= in 4.1.0

Post by NagiosRoss »

Hi guys,

We have a ticker which cycles through Nagios on a TV at work and we'd like to show the new 'collapsed tree vertical' map view when we click on the map link as default. However default_statusmap_layout= in cgi.cfg doesn't change anything?

Any ideas?

Ross
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Changing default_statusmap_layout= in 4.1.0

Post by tmcdonald »

The cgi.cfg file only affects the CGI-generated (written in C) maps. The new maps are written in Javascript and its various libraries, and are not affected by that file.

Please see my comment here:

https://support.nagios.com/forum/viewto ... 15#p137793

and the relevant page with my workaround here:

https://github.com/NagiosEnterprises/na ... -100604322
Former Nagios employee
NagiosRoss
Posts: 21
Joined: Sat Feb 28, 2015 10:11 am

Re: Changing default_statusmap_layout= in 4.1.0

Post by NagiosRoss »

I love you. Thank you!!

This can be closed!
Locked