Spec me a Server monitoring tool bitches
Moderator: Forum Moderators
-
- Zombie
- Posts: 2101
- Joined: February 20th, 2005, 21:31
Spec me a Server monitoring tool bitches
I'm trying to keep tabs on our ever expanding base of websites and servers, to make sure they are ok and perhaps check they are performing fine if poss.
I like the idea of an in-house bit of software rather than a web service, but i suppose i'm open to suggestions.
I have used WhatsUpGold before, with mixed opinions. I dont like it much, a bit too graphical i think.
Has anyone used anything else to do this with much success?
Charrs!!
I like the idea of an in-house bit of software rather than a web service, but i suppose i'm open to suggestions.
I have used WhatsUpGold before, with mixed opinions. I dont like it much, a bit too graphical i think.
Has anyone used anything else to do this with much success?
Charrs!!
Assuming you are a unix bod, and you have access to the servers...
http://www.nagios.org/
Failing that, there is no reason you couldn't write a very very simple program to send this:
To every host. If you get no response, or something other than a 2xx, sound the alarm bells.
But I'd go with nagios myself.
http://www.nagios.org/
Failing that, there is no reason you couldn't write a very very simple program to send this:
Code: Select all
GET / HTTP/1.1
Host: www.ilovehorses.com
But I'd go with nagios myself.
-
- Zombie
- Posts: 2101
- Joined: February 20th, 2005, 21:31
no, not a unix bod i'm afraid. Win32 through and through in the office and on the server i plan to run the monitoring from.
The website servers though are mostly linux of various flavors, with win2k3 mixed in to taste. I don't have full access to all customer servers. In that case the tool just needs to get a ping reply and specific html content.
Oh, and PS:
I don't have the time atm to write my own software to do it, i'm sure there must be something out there that does the trick.
The website servers though are mostly linux of various flavors, with win2k3 mixed in to taste. I don't have full access to all customer servers. In that case the tool just needs to get a ping reply and specific html content.
Oh, and PS:
I don't have the time atm to write my own software to do it, i'm sure there must be something out there that does the trick.
-
- Site Owner
- Posts: 9597
- Joined: May 16th, 2005, 15:31
- Location: Coventry, UK
- Contact:
NetMedic let you set websites to check if your connection is okay, so it'd work in reverse, too. I think it died a few years ago though, but you might be able to get an old copy, or it's spiritual successor is perhaps NetStat Live
We use NimBUS and MOM, which is overkill for you and needs client installation.
We use NimBUS and MOM, which is overkill for you and needs client installation.
A mate mentioned he was working with this other day and I meant to investigate it myself: http://www.hyperic.com/
It's free to use but might be a little heavy duty for your requirements. It runs on Windows : http://www.hyperic.com/downloads/hyperi ... loads.html
It's free to use but might be a little heavy duty for your requirements. It runs on Windows : http://www.hyperic.com/downloads/hyperi ... loads.html
There are also services like this: http://audited.netcraft.com/dsm
But that won't do non-public facing servers, obviously.
But that won't do non-public facing servers, obviously.
-
- Zombie
- Posts: 2101
- Joined: February 20th, 2005, 21:31
Cool, Hyperic HQ looks interesting.
Netcraft - seems to be geared to scan whole ip ranges? And it requires monies. Then again i have set myself up with a Pingdom account and that is quite cool, but its only a 30day trial, and they charge by each check so it will also become pricey.
A lot of these tools seem to be geared up for enterprises monitoring internal networks. All I need is a website pinger and logger, which emails me if anything goes down.
Maybe i do need to write one..
Netcraft - seems to be geared to scan whole ip ranges? And it requires monies. Then again i have set myself up with a Pingdom account and that is quite cool, but its only a 30day trial, and they charge by each check so it will also become pricey.
A lot of these tools seem to be geared up for enterprises monitoring internal networks. All I need is a website pinger and logger, which emails me if anything goes down.
Maybe i do need to write one..
-
- Zombie
- Posts: 2101
- Joined: February 20th, 2005, 21:31
-
- Zombie
- Posts: 2101
- Joined: February 20th, 2005, 21:31