Current live, centos 7:
grep VERSION /usr/local/nagios/libexec/process_perfdata.pl
XML_STRUCTURE_VERSION => "4",
VERSION => "0.6.11",
print_log( "process_perfdata.pl-$const{VERSION} starting in INETD Mode", 1 );
print_log( "process_perfdata.pl-$const{VERSION} starting in BULK Mode called by Nagios", 1 );
print_log( "process_perfdata.pl-$const{VERSION} starting in BULK Mode called by NPCD", 1 );
print_log( "process_perfdata.pl-$const{VERSION} starting in SYNC Mode", 1 );
printf( XML " <VERSION>%d</VERSION>\n", $const{'XML_STRUCTURE_VERSION'} );
print "Version: process_perfdata.pl $const{VERSION}\n";
New Redhat 9, clean Nagios install + restore:
grep VERSION /usr/local/nagios/libexec/process_perfdata.pl
VERSION => "0.4.14",
print_log( "process_perfdata.pl-$conf{VERSION} starting in INETD Mode", 1 );
print_log( "process_perfdata.pl-$conf{VERSION} starting in BULK Mode called by Nagios", 1 );
print_log( "process_perfdata.pl-$conf{VERSION} starting in BULK Mode called by NPCD", 1 );
print_log( "process_perfdata.pl-$conf{VERSION} starting in DEFAULT Mode", 1 );
print "Version: process_perfdata.pl $conf{VERSION}\n";
Not sure how it is that the new clean Nagios install with same version as the live, comes with older versions of files? :S Can i replace the file taken from the live, the newer version?
Regarding the tabs being empty, when i check the network tools on browser, network tab doesnt give any errors, but console tab shows these 2 errors when i open one of the tabs:
This page uses the non standard property “zoom”. Consider using calc() in the relevant property values, or using “transform” along with “transform-origin: 0 0”.
Uncaught Error: jQuery UI Tabs: Mismatching fragment identifier.
jQuery 14
<anonymous>
http://ipaddress/nagiosxi/includes/js/c ... 4441807:18
jQuery 13