Wireless Networks Thread, Helpdesk network status. in Technical; Hi,
I have been looking on the net for a short while for some software that will monitor a few ...
-
13th March 2008, 10:17 AM #1
- Rep Power
- 0
Helpdesk network status.
Hi,
I have been looking on the net for a short while for some software that will monitor a few key servers, and their services, then give a simple readout that I can display on a helpdesk web page. For example, I could monitor Exchange and POP and a display on helpdesk would simply read:
Email = OK
Nagios, Zenoss etc. all seem overkill, and I seem to be unable to visit the web pages without some sort of logon.
Any help appreciated,
Bengaul
-
-
IDG Tech News
-
13th March 2008, 10:25 AM #2 This will check if your servers are online, probably not what you are after
http://www.edugeek.net/wiki/index.ph...f_your_servers
-
-
13th March 2008, 10:27 AM #3 Hi,
We have a simple php page which supports PING & Socket connections to key ports ... IE, we monitor DNS simply by checking its 'responding' on the correct port.
Not fool proof but works enough for us.
-
-
13th March 2008, 10:28 AM #4 kmount, that will be handy for the intranet. If you wouldn't mind passing it on.
Thanks
-
-
13th March 2008, 10:37 AM #5 Yes if could post that up kim would find it useful.
Russell
-
-
13th March 2008, 10:39 AM #6
- Rep Power
- 0

Originally Posted by
kmount
Hi,
We have a simple php page which supports PING & Socket connections to key ports ... IE, we monitor DNS simply by checking its 'responding' on the correct port.
Not fool proof but works enough for us.
That is the sort of thing I am after. It is simply so people can check the status of the network themselves. It need not be fool proof, but at least if our connection to the net is down, it would be simple for people to check if it is local to their machine or network wide, for example.
-
-
13th March 2008, 03:09 PM #7
- Rep Power
- 0
I found this:
http://www.uptimescript.com/demo.php
seems to do the job, but is $20.
-
-
13th March 2008, 03:39 PM #8
-
3 Thanks to webman:
01hanstu (23rd June 2009), SimpleSi (19th June 2008), tomscaper (27th March 2008)
-
13th March 2008, 06:49 PM #9 You can have guest access to Nagios, and its overview page and map pages are pretty good for visualising.
-
-
13th March 2008, 07:12 PM #10 In the Bishop Barrington script (Which is just what I'm looking for!)
I don't understand the line:
"ping $host -c 1 -w 1"
I assume it runs that like a normal ping in command prompt, but the PING command in command prompt doesn't accept a -c command?
-
-
13th March 2008, 07:17 PM #11 How would you go about getting it working please?
-
-
13th March 2008, 08:10 PM #12 
Originally Posted by
Nick_Parker
I don't understand the line:
"ping $host -c 1 -w 1"
Looks like the GNU/Linux ping syntax to me.
-
-
13th March 2008, 11:54 PM #13 Correct, it is Linux ping command which is slightly different to Windows; which would be:
Code:
ping $host -n 1 -w 1
but the output and/or return value will be different so the PHP ping() function might need changing.
-
-
14th March 2008, 02:18 AM #14 Yeah someone wrote something for me a while back which could be damn useful for me to integrate into an intranet (seeing as i don't know how to script/program) was written in php using sockets to check different services...i can even define none-standard ports for services etc.
-
-
14th March 2008, 11:24 AM #15 I've been fiddling on a local Apache install, and tried errorlevel returning (1/0), tried shell_exec'ing and parsing output..nothing.
Typically, it's my missus day off..she loves PHP fiddling.
-
SHARE: 
Similar Threads
-
By russdev in forum Educational IT Jobs
Replies: 13
Last Post: 14th February 2008, 01:40 PM
-
By j17sparky in forum General Chat
Replies: 17
Last Post: 31st October 2007, 01:33 PM
-
By faza in forum General Chat
Replies: 36
Last Post: 2nd February 2007, 09:37 AM
-
By Mr_T in forum General Chat
Replies: 3
Last Post: 1st February 2007, 12:20 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules