Ubuntu Installation :: Add Hosts In Nagios - Monitor Network Properly?
Jun 3, 2011
I have installed ubuntu on Vmware.I work in Lan environment and I have 2 local linux servers in my office.I have installed nagios on ubuntu.but nagios doesnt show other hosts in office.How to do I add other hosts in the office in nagios so that I can monitor network properly?
View 1 Replies
ADVERTISEMENT
Jan 14, 2011
Updating my install of OpenSUSE from 11.0 to 11.3 and notice that the Nagios network monitor can no longer probe servers with self signed certs.It appears to be any monitor that used openssl 1.0.0 has an issue. If I install the openssl 0.9.8 libraries and use old plugins linked against it, they work fine.
View 9 Replies
View Related
Jul 13, 2011
I am having individual Linux server and need to install nagios monitoring tool on the server. How to install on this linux server. I am using CentOS. Need to to monitor mysql and http services.
View 2 Replies
View Related
Feb 17, 2011
Is it possible to configure nagios to auto detect all the hosts that belong to a network and place them in the cfg files?
View 1 Replies
View Related
Jun 3, 2010
It does not send mail if I only add contact_groups in host definition.
Code:
define host{
use generic-host ; Inherit default values from a template
host_name NAME1 ; The name we're giving to this switch
address XX.X.X.X ; IP address of the switch
[Code]....
View 3 Replies
View Related
Sep 4, 2010
I have configured Nagios Server and Client on my RHEL 5.4 machines using these links and help html files in tar balls.
url
url
I have this scenario.
Nagios Server - 192.168.1.200
Nagios Client - 192.168.1.201 (This is the remote-host I am trying to monitor)
I firmly believe I have at least configured it right as this command on Nagios Server does not show any errors.
/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg
code....
View 8 Replies
View Related
Jun 28, 2011
I'm having problems configuring my virtual hosts file properly The site [URL]... opens on http and https The site 10.0.1.3/myapp/ works
I am trying to redirect all traffic from [URL].... to [URL].... while maintaining access to [URL]....
[Code]....
View 2 Replies
View Related
Nov 8, 2010
I have an log monitoring application that is listening on port 514 to receive events only from certain hosts.In order to control this,I've tried set up iptables to define those hosts that are allowed to this application. Here is an example of the script that contain the commands:
iptables.sh -> Code: iptables -I INPUT -p tcp -s 192.168.0.10/24 --dport 514 -j ACCEPT
iptables -I INPUT -p tcp -s 192.168.0.15/24 --dport 514 -j ACCEPT
...
[code]....
View 1 Replies
View Related
Mar 31, 2011
What are the standard procedures to monitor asterisk with nagios? I downloaded check_asterisk from URL...
View 1 Replies
View Related
Apr 12, 2011
anyone tell me how to monitor printers in Nagios
View 3 Replies
View Related
Oct 1, 2010
I have a CentOS-5 Server with Nagios installed,through which I monitor three other servers.I want to monitor a Linux partition which is mounted under CentOS-5 server which has Nagios installed.
View 1 Replies
View Related
Aug 6, 2011
i have installed Nagios XI server. now my requirement is to monitor below parameter of ms exchange server.
1) monitor server
2) services (pop,imap,smtp)
3) exchange mailbox size
4) Monitor mail queues on Exchange
if anybody has done above setup, so please share docs or related information.
View 1 Replies
View Related
Jan 14, 2011
Yesterday i install nagios, after that i can successfully monitor my local machine disk usage and its services, but now i want to monitor remote host, but have no idea how to do this , i also google alot but not getting resource full explanation.so please guys tell me how can i monitor the remote host using nagios..
View 54 Replies
View Related
Oct 20, 2010
Is there a way to monitor a wall outlet with nagios.I want to check if we got some power out of a wall outlet.This is to check whether we are running on the electricity network or on our diesel power generator.The wall outlet is connected only to the electricity network, so if there is no more power coming out of the outlet that mean that we are running on the diesel power generator.
View 2 Replies
View Related
Apr 7, 2010
Trying to monitor mysql 5.0.77 with nagios 3.2.1 under CentOS 5.4. Everything with nagios has been running without a hitch for me, however, when I added the following to /etc/nagios/objects/localhost.cfg to try to monitor mysql, I get an error that reads "Running configuration check... CONFIG ERROR! Restart aborted. Check your Nagios configuration."
define service{
use local-service
host_name localhost
service_description MYSQL
check_command check_mysql
notifications_enabled 1
}
This is pretty much what I added to monitor other things on the server such as ftp and smtp, just switched out check_smtp with check_mysql, etc.
View 2 Replies
View Related
Nov 15, 2010
I have installed nagios successfully also able to monitor windows hosts. but not able to monitor linux hosts. i have follow below procedure, installation part and evertything was ok.but still i am not able to see linux host under nagios. i followed below url for monitor linux hosts on nagios.URL...
View 3 Replies
View Related
Jan 12, 2010
I need to find a solution where I can monitor multiple sites at once and know when they go down. There are fraudulent sites (not mine I am in the infosec industry)
I have been playing with Nagios and Zabbix all day with not much luck. I have managed to get both installed and running and researched for hours. I just need to figure out how to add domain names to be monitored and I am stuck. I know you have to do it in the conf files but I cannot get a domain to show up?
View 3 Replies
View Related
May 27, 2010
configure nagios to monitor custom port on a remote linux server..
View 5 Replies
View Related
Dec 29, 2010
I just want to know how to monitor urls using nagios.i.e running web applications under tomcat. can any one pleasAe provide me links or docs that narrates,how to configure nagios in a way to monitor our web applications. we already configured nagios for monitoring remote servers load,login details, disk space etc. But we could not find any documents for configuring nagios in order to monitor webapplications.
View 1 Replies
View Related
Aug 29, 2010
I just installed open Suse 11.3, and I cannot SSH my school. Upon further investigation I could not even ping any machines outside my local area network. Ironically I could nmap machines outside my local area network.
View 4 Replies
View Related
Aug 21, 2011
since a few weeks I have a problem connecting to other hosts when I'm using another wireless network, which has a different DNS IP than I have in my network. I have to change /etc/resolv.conf to change the nameserver. Can NetworkManager control the nameserver? If yes, how?
View 3 Replies
View Related
Nov 4, 2010
An "Asus VK222S" monitor has been incorrectly recognized as an "Ancor Communications Inc 22" by a fresh Ubuntu 10.10 amd64 installation. This is causing a vertical band of about 5cm, in the middle of the screen, to be out of focus/blurred. The problem was not present with the same monitor on other systems.
View 4 Replies
View Related
May 27, 2010
Since a fresh install of lynx, I've been having problems trying to get my resolution of 1366x768 to fit properly onto my monitor, regardless of what I try, the screen does not fit completely inside the monitor, and I have to pan around to view the entire desktop.
I haven't had problems with this in previous versions of ubuntu. I've tried all the nvidia driver versions in the repository, as well as the latest from nvidia itself and they all do the same thing.
View 1 Replies
View Related
Apr 5, 2010
I started my install of Nagios on Ubuntu 9.10 w.Network Manager. I later found out that network manager doesn or should I say it makes configuring static ip's difficult and that the most direct approach would be to edit the interfaces file. Part of this I read that network manager could be removed, which I did however now with network manager deleted from the system and the interfaces file configured for static. I am able to view the internet however I've seem to have loss the ablity to see my Nagios page locally.
View 2 Replies
View Related
Dec 2, 2010
i have configured nagios NMS on ubuntu 10.10 server edthe same is accessible with [URL]but i am unable to access it over the LAN ....have turned off the system firewall and changed iptable rules to accept all ...however after doing so gave error while starting the apache server itself
View 3 Replies
View Related
Jan 11, 2010
9.10 Problem with Graphics/3D and other I have a Thinkpad T42, 1.7GHz, 1Gb Ram and a Radeon 7500 Graphics card. Everything that I am having trouble with works just fine in Ubuntu 9.04(except for the sound). There are two problems that I think are linked or really the same. First off, When I turn off Compiz(Compiz works by default) then gnome-system-monitor does not work properly. At least the graphics side of it; the window appears black with random lines running threw it. The same thing will happen to Gnome-do if Compiz is off.
The second problem is getting 3d support to work. I installed and tried to run blender and I got this from the terminal:
[Code]...
Then it ether does not open or the computer locks up completely and I have to force a shutdown. Which ever one it does I do not get my desired results. When trying to do chess in 3D it tells that I have 'No Python OpenGL support'. So I install the python-opengl package from the repositories; the program now just errors on start and I had to uninstall python-opengl to get Chess to work again. I have tried all this with Compiz on and off with the same results. Anyways thats about it, unless somebody knows how to setup the sound so a program won't lock it from other, then thats all I am having trouble with.
[Code]....
View 3 Replies
View Related
May 16, 2010
I 10.04 32bit server edition on a box I had lying around, set it up for samba+upnp, and everything was going great.
When rebooting, the server now turns the monitor off, and I'm not sure if anything's loading. I see the initial dell splash screen, and hear the hard drive start to run, and then the monitor goes into standby.
View 5 Replies
View Related
Aug 17, 2011
Well, as many proxy applications, GNOME Network Proxy Preferences only allow to ignore hosts. What I want to do is exactly the opposite. I only want to use the proxy for few sites. Is it possible to define only the allowed hosts in any way?
PS: I know FoxyProxy add-on for Firefox does this, but 1)I don't use Firefox and 2)I want the proxy settings system wide not only for browser.
View 9 Replies
View Related
Aug 1, 2011
I have a dell monitor, E153FPf, with an intel chipset 865G. I just changed from Debian to Open Suse 11.4. In Debian, everything worked fine. However, with Suse, every time I open a new window in Gnome, the screen will flash at about a 1 Hz rate, showing the new window, and then immediately revert to the previously displayed window.
If I change to a different workspace, and then change back again, the display works properly . . . until I open or close a new application window.I made sure YaST2 had the correct refresh and resolution; I downloaded and installed the latest Intel drivers, I enabled the correct horizontal and vertical refresh rates in /etc/X11/xorg.conf.d/50-Monitor.conf - all to no avail. I have searched around for answers, but most of the issues seem to be with monitors not working at all - not new or closed applications not refreshing the screen properly.
View 3 Replies
View Related
Aug 20, 2010
I haven't manually configured XWindows in a very long time, so I'm not very certain what I need to do anymore. Hopefully someone can provide some guidance. I just built up a new system that I'm trying to connect to a 47" LCD TV that provides a VGA connection. When the computer starts booting all of the text comes up just fine (1 or 2 characters on the left are chopped, but otherwise fine). When I tried to run the installer for CentOS5.5 I ran into a problem. The monitor(TV) wasn't getting a proper signal to display XWindows. In an effort to keep going, I reconnected the PC to an old monitor and did the install from there. That worked no problem. I ran all the latest updates hoping that maybe this was fixed in a patch. I then shutdown and reconnected to my TV. no luck. When it starts XWindows the screen doesn't display anything. I've tried fooling around with modifying the xorg.conf and adding an explicit "Monitor" section and set it to 640x480 with a VertRefresh of 60 (which is supposedly an acceptable format), but no luck. Can anyone provide any guidance on how to solve this problem. BTW I do know that the VGA connector on the TV works just fine because I can hook up my laptop (Windows XP) to it.
H/W Monitor: Olevia 747i (when nVidia on my laptop detects it, it is reported as 747-b11) Motherboard: Biostar MCP6PB M2+ Motherboard - Socket AM2+, �ATX, Audio, GeForce 6150 Graphics, SATA, RAID Graphics: Using the integrated GeForce 6150 chipset
View 7 Replies
View Related