Monitoring nagios on a other network
Re: Monitoring nagios on a other network
i tried looking up "/usr/local/nagiosfusion/var/components/recentalertsfail.log" but i can't find any log in this directory.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Monitoring nagios on a other network
The date for last update on this image was several days old when posted
http://support.nagios.com/forum/viewtop ... 327#p59439
Can we tail the cron log to make sure the poller.php cron is running
Also, can you try to run it manually and report any errant output
http://support.nagios.com/forum/viewtop ... 327#p59439
Can we tail the cron log to make sure the poller.php cron is running
Code: Select all
tail /var/log/cronCode: Select all
php /usr/local/nagiosfusion/cro/poller.phpRe: Monitoring nagios on a other network
i tried searching for the file but the location and file does not exist.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Monitoring nagios on a other network
Sorry, it should have been
Code: Select all
php /usr/local/nagiosfusion/cron/poller.phpRe: Monitoring nagios on a other network
i have the output of the command
except i have a problem that the nagios core now gets Server Timeout in the server credentials screen.
Hello,
i have the error message Server Timeout in the Nagios Fusion Server Credentials. > Issue found! changed back to port 80 then it says OK
Server Address = ServerIP
Server Type = Nagios Core
Authentication = HTTP Basic
Public url = http://ServerIP/nagios3/ > i actually want http://ServerIP:87/nagios3/
Internal url = http://ServerIP/nagios3/ > i actually want http://ServerIP:87/nagios3/
is it possible to let the fusion and core check on port 87 instead of 80 ?
i know that i can change the port on Nagios Core with
is there also some command for Fusion ?
except i have a problem that the nagios core now gets Server Timeout in the server credentials screen.
Hello,
i have the error message Server Timeout in the Nagios Fusion Server Credentials. > Issue found! changed back to port 80 then it says OK
Server Address = ServerIP
Server Type = Nagios Core
Authentication = HTTP Basic
Public url = http://ServerIP/nagios3/ > i actually want http://ServerIP:87/nagios3/
Internal url = http://ServerIP/nagios3/ > i actually want http://ServerIP:87/nagios3/
is it possible to let the fusion and core check on port 87 instead of 80 ?
i know that i can change the port on Nagios Core with
Code: Select all
sudo nano /etc/apache2/ports.confYou do not have the required permissions to view the files attached to this post.
Last edited by slansing on Thu Aug 22, 2013 9:05 am, edited 1 time in total.
Reason: Do not make double posts, just edit your previous post.
Reason: Do not make double posts, just edit your previous post.
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Monitoring nagios on a other network
Ah excellent! Were you trying to check against 443 or something? What issues are you still having?
Re: Monitoring nagios on a other network
we used the default port in Nagios core (80) then the Fusion can monitor this machine.
is there a way to change the port back to 87 and get the Fusion to monitor this ?
for security reasons we want to change to a different port and NOT port 80
is there a way to change the port back to 87 and get the Fusion to monitor this ?
for security reasons we want to change to a different port and NOT port 80
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Monitoring nagios on a other network
When you try to connect to the XI web interface via that port is it functioning?
Re: Monitoring nagios on a other network
i can connect to the Nagios Core if i set the Port to 87
i have to go to http:\\serverip:87\nagios3
nagios3 runs on a RaspberryPi
Nagios Fusion runs on a ESXI machine.
i have to go to http:\\serverip:87\nagios3
nagios3 runs on a RaspberryPi
Nagios Fusion runs on a ESXI machine.
Re: Monitoring nagios on a other network
Do you get "Auth Check" = OK (Configure->Server Credentials), when you enter your credentials, and click on "Update Settings" (provided you've set up the "Public URL" and "Internal URL" as "http://serverip:87/nagios3/")?
Be sure to check out our Knowledgebase for helpful articles and solutions!