Page 2 of 2

Re: NagiosXI Web UI Upgrade failed?!

Posted: Wed Jan 08, 2020 11:07 am
by xpertech
please see PM.

Re: NagiosXI Web UI Upgrade failed?!

Posted: Wed Jan 08, 2020 1:29 pm
by tgriep
PM received and shared with other Techs.

Re: NagiosXI Web UI Upgrade failed?!

Posted: Wed Jan 08, 2020 2:04 pm
by tgriep
Can you run the following commands as root and post the the /tmp/mrtg.txt file here so we can get an updated output from the MRTG processes?

Code: Select all

LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg -debug=cfg,base,log &> /tmp/mrtg.txt
LANG=C LC_ALL=C /usr/bin/mrtg &>> /tmp/mrtg.txt
LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg --lock-file /var/lib/mrtg/mrtg.lock --confcache-file /var/lib/mrtg/mrtg.ok --user=nagios --group=nagios &>> /tmp/mrtg.txt
{ time LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg 2>1 ; } 2>> /tmp/mrtg.txt