![]() | Register | FAQ | Members | Social Groups | User Map | Calendar | Search | Today's Posts | Mark Forums Read |
*nix
*nix forum sponsored by |
| | | LinkBack | Thread Tools | Search Thread | Language |
| Sponsored Links |
| | #1 |
![]() | I would be interested to see how you are using it? I would like to try it out in the next few weeks on a fedora box (btw which distro would you recommend - fedora, RHEL or ubuntu?) to monitor our managed switches, printers, a few servers and a few hundred cluster PC's as a test. What are the kind of things you have got it monitoring on Windows PCs? TIA |
| |
| | #2 |
![]() Join Date: Jun 2005 Location: East Lancs
Posts: 3,846
Thanks: 2
Thanked 32 Times in 26 Posts
Rep Power: 19 | Have a search theres a few threads about it. I would suggest using Debian or Ubuntu. |
| |
| | #3 |
![]() Join Date: Feb 2008 Location: Alcester, Warwickshire
Posts: 1,026
Thanks: 54
Thanked 92 Times in 78 Posts
Rep Power: 20 | I don't use it here, but I implemented it in my last place. Don't bother monitoring PCs and printers, you'll just get a silly number of alerts as people reboot them etc (key printers perhaps, if you like, but there's HP Web JetAdmin for that. I monitored switchgear, servers, and the outside world because I wanted to prove to the LA that their WAN sucked. I expect it probably still does. |
| |
| | #4 |
![]() | Check out the wiki... there's a guide on how to set it up You might have guessed that I use it - Debian is my distro of choice. |
| |
| | #5 |
![]() Join Date: Jan 2006
Posts: 3,322
Thanks: 46
Thanked 137 Times in 113 Posts
Rep Power: 36 | we use it on Centos, it monitors switches, servers, printers and some services, but we don't get it to email us every time a printer is switched off |
| |
| | #6 |
![]() Join Date: Oct 2006 Location: In a Server Room cutting through a forest of Cat5e
Posts: 1,010
Thanks: 1
Thanked 6 Times in 6 Posts
Rep Power: 8 | Centos if you are an RPMlover or Debian (or Ubuntu if you need more cuddling) if you aren't. If you are a masocist you could try FreeBSD (or if you are a total masocist you can do like i've been doing and try DragonflyBSD) |
| |
| | #7 |
![]() Join Date: Jun 2005 Location: Kent, England
Posts: 813
Thanks: 27
Thanked 74 Times in 37 Posts
Rep Power: 23 | Ubuntu - monitors switches/router/servers - very useful for monitoring Windows service statuses too (especially when ePortal likes to fall over every couple of days). |
| |
| | #8 |
![]() Join Date: Jul 2007 Location: Falkirk
Posts: 28
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 4 | I've never used Nagios, but we do use HypericHQ: Network & Systems Monitoring Software | Hyperic Cheers, K. |
| |
| | #9 |
![]() | Debian all the way. We are monitoring all the PC's in the building. I am working on a script/plugin at the moment that sends a WOL packet if a classrom PC get turned off. It will only report to me if the machine is down for more than 15 minutes. This should hopefully allow me to identify unplugged/failed PC's relatively quickly, as the teachers never seem to report them. |
| |
| | #10 |
![]() Join Date: Jul 2005 Location: uk
Posts: 180
Thanks: 2
Thanked 6 Times in 6 Posts
Rep Power: 8 | Hi I use nagios but I found it had to set to so I downloaded a version of linux called Groundworks and installed it on an old pc with loads of ram and it just works. It will scan your address range and help you set it up. Have a look at Download & Install GroundWork Monitor Community Edition :: GroundWork Open Source Good luck. Richard |
| |
| | #11 |
![]() Join Date: Dec 2005 Location: In the server room, with the lead pipe.
Posts: 980
Thanks: 26
Thanked 34 Times in 24 Posts
Rep Power: 13 | We use it to monitor things that users can't or are unlikely to turn off. This is the key to eliminating junk alerts. So: switches, ups, servers, routers, external connectivity, thin clients (they're always on as they're used constantly - if nagios can't connect to them it needs fixing), printers, air-con, room temperature etc. SNMP is your friend. Essentially if X can provide data in plain text, Nagios can monitor it. So you could (for example) run a WMI query against your workstations, dump it to a text file and pull that textfile into Nagios. (You can also make WMI queries from Nagios using NSClient++, but since workstations are often turned off, it's not a great plan). We run it on Ubuntu 6.06LTS. If you do monitor printers, make sure they're not set to page you when they get a paperjam. Our system pages my mobile if a server or core switch goes down, but not on external connectivity, printers or the router. BTW Title could have been so much better "Nagios, $word*, Do you speak it?, but the mods wouldn't have been that impressed |
| |
| | #12 |
![]() Join Date: Jun 2008 Location: Ipswich
Posts: 416
Thanks: 12
Thanked 24 Times in 23 Posts
Rep Power: 5 | I've setup Nagios is a secondary school. Was a basic server, 256mb, first gen P4, FSB400 about 1.6GHz, nothing great, OpenBSD, worked pretty good. Easy enough to setup, it's part of the package tree too. Only problem was that I monitored printers, doesn't help when the cleaner turns off the printer at the other end of the day. Came in the next day to a large inbox. All I done was to create a rule in my outlook. I suppose I could have set it up to intergrate into a supportdesk system, for example, snmp monitor, "server" appears offline auto logs call... that would be smart. It's rather advance, just trying to get basic, ping test is simple enough, but you do have to do a lot of Nagios setup to do it, it can monitor loads of things, like load, etc, I've heard it can link into Snort, IDS, so you could then pick on "bad" traffic as well. |
| |
| | #13 |
![]() Join Date: Dec 2005 Location: In the server room, with the lead pipe.
Posts: 980
Thanks: 26
Thanked 34 Times in 24 Posts
Rep Power: 13 | In your default template for a generic printer, you can set the notification period which will apply to all printers. So if cleaners are likely to turn printers off after 15:30, set it to not notify you of printer problems from 15:30 to 08:00. |
| |
| | #14 |
![]() Join Date: Jan 2006
Posts: 3,322
Thanks: 46
Thanked 137 Times in 113 Posts
Rep Power: 36 | In the templates.conf you can define a new service which has notifications disabled, then organise the printers/workstations into that service (rather than generic-service). Hey presto, no more notifications on user devices. |
| |
| | #15 |
![]() Join Date: Jun 2008 Location: Ipswich
Posts: 416
Thanks: 12
Thanked 24 Times in 23 Posts
Rep Power: 5 | Yuppies that is correct, I would set it up to be offline at x time each day, or schedule downtime etc, however, we have (well did, I've moved from the school to an LEA) staff remoting in, then printing stuff at home. It's a good idea if you've got to print of course work but you want to check it first. The only thing is you need to have the printer full of paper and toner before you go home, else it's just sit in the print queue. Unless you know a nice techy who either a stays late or b turns up earily to restock the printer before you get in Anyway, that's off topic. We were in Cambs so the switches so I didn't bother setting them up, shame really that I left, I found out a few days before that he (a guy at Cambs LEA) had setup snmp so I could have included them!! Been helpful when we were having issues with the 2324 dropping out, which turned out, again I'm going off topic, to be a memory link, even more off topic, why did hp make the 2324 ONLY be able to be firewire over a serial cable at a huge 9600 !! Lol... Bah, was fun times. |
| |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Nagios Problems | DanW | *nix | 5 | 07-05-2008 01:56 PM |
| nagios and snmp | uk101man | *nix | 9 | 18-04-2008 01:58 AM |
| nagios error | dezt | *nix | 13 | 13-03-2008 03:02 PM |
| Nagios - MRTG | rush_tech | *nix | 2 | 05-03-2008 04:54 PM |
| Loving Nagios! | Ric_ | *nix | 33 | 22-10-2006 10:38 PM |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search Thread |
|
|









