Search found 40 matches
- Tue Sep 29, 2015 2:27 am
- Forum: Open Source Nagios Projects
- Topic: Ubuntu 14.04.3 has broken Nagios
- Replies: 4
- Views: 1587
Re: Ubuntu 14.04.3 has broken Nagios
One thing I have noticed is the Maps (Legacy) page does not display: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at webmaster@localhost to inform them of the time this error occurr...
- Tue Sep 29, 2015 2:25 am
- Forum: Open Source Nagios Projects
- Topic: Ubuntu 14.04.3 has broken Nagios
- Replies: 4
- Views: 1587
Re: Ubuntu 14.04.3 has broken Nagios
Well that worked an absolute treat. Thank you so much!
- Mon Sep 28, 2015 2:45 pm
- Forum: Open Source Nagios Projects
- Topic: Ubuntu 14.04.3 has broken Nagios
- Replies: 4
- Views: 1587
Ubuntu 14.04.3 has broken Nagios
Hi guys I decided to upgrade nagios to latest version and then upgrade Ubuntu to 14.04.3. Nagios upgraded perfectly but Ubuntu has screwed everything up. If i try and browse to nagios i get "Not Found The requested URL /nagios/ was not found on this server" if i browse to just the ip of th...
- Mon Dec 30, 2013 3:47 am
- Forum: Open Source Nagios Projects
- Topic: Nagios Map
- Replies: 59
- Views: 26113
Re: Nagios Map
THANK YOU everyone (particularly abrist and sreinhardt) who has helped in this thread. I finally got it working with this command: sudo apt-get install libgd2-xpm-dev from here: http://nagios.sourceforge.net/docs/3_0/quickstart-ubuntu.html - followed by: make clean make all make install /etc/init.d/...
- Fri Dec 27, 2013 3:37 am
- Forum: Open Source Nagios Projects
- Topic: Nagios Map
- Replies: 59
- Views: 26113
Re: Nagios Map
So I tried:
sudo apt-get install php5-gd
./configure --with-command-group=nagcmd
make clean
make all
make install
/etc/init.d/nagios restart
Still not working
sudo apt-get install php5-gd
./configure --with-command-group=nagcmd
make clean
make all
make install
/etc/init.d/nagios restart
Still not working
- Tue Dec 24, 2013 6:26 am
- Forum: Open Source Nagios Projects
- Topic: Nagios Map
- Replies: 59
- Views: 26113
Re: Nagios Map
If I run "yum repolist all" I get repolist: 0
- Mon Dec 23, 2013 4:20 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios Map
- Replies: 59
- Views: 26113
Re: Nagios Map
Running 12.04.3 Ubuntu server
- Mon Dec 23, 2013 3:50 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios Map
- Replies: 59
- Views: 26113
Re: Nagios Map
yum install -y gd gd-devel png-devel jpeg-devel Gives me:
Setting up Install Process
No package gd available.
No package gd-devel available.
No package png-devel available.
No package jpeg-devel available.
Nothing to do
Setting up Install Process
No package gd available.
No package gd-devel available.
No package png-devel available.
No package jpeg-devel available.
Nothing to do
- Mon Dec 23, 2013 11:10 am
- Forum: Open Source Nagios Projects
- Topic: Nagios Map
- Replies: 59
- Views: 26113
Re: Nagios Map
./configure --with-command-group=nagcmd
http://pastebin.com/eKH5LnRL
make all
http://pastebin.com/s5cTLxtV
make install
http://pastebin.com/7Ci64uBf
http://pastebin.com/eKH5LnRL
make all
http://pastebin.com/s5cTLxtV
make install
http://pastebin.com/7Ci64uBf
- Mon Dec 23, 2013 10:47 am
- Forum: Open Source Nagios Projects
- Topic: Nagios Map
- Replies: 59
- Views: 26113
Re: Nagios Map
So shall I do another make install and take a note of the any errors?