NagiosXI Web UI Upgrade failed?!
Re: NagiosXI Web UI Upgrade failed?!
please see PM.
Re: NagiosXI Web UI Upgrade failed?!
PM received and shared with other Techs.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: NagiosXI Web UI Upgrade failed?!
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.txtBe sure to check out our Knowledgebase for helpful articles and solutions!