Remove the Google Analytics
Posted: Fri Jul 27, 2012 5:48 am
For the most part, actually for the better and almost 100% part I am satisfied with Nagios XI.
One snag though. In the footer on almost every page there is a piece of google-analytics code.
Please remove it, it does not belong on our internal network and we highly value our company data and information. We are running this on our private network. This way you can see our hostnames (they are in the URL) and god knows what else.
Sadly enough we already purchased this, it would have been a deal-breaker when I found out before we paid for it.
*edit: typo's
One snag though. In the footer on almost every page there is a piece of google-analytics code.
Please remove it, it does not belong on our internal network and we highly value our company data and information. We are running this on our private network. This way you can see our hostnames (they are in the URL) and god knows what else.
Sadly enough we already purchased this, it would have been a deal-breaker when I found out before we paid for it.
Code: Select all
<script type='text/javascript'>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-2887186-1']);
_gaq.push(['_setDomainName', 'nagios.com']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>