AOA AOA AOA Folding For Team 45 AOA Files Home Front Page Become an AOA Subscriber! UserCP Calendar Memberlist FAQ Search Forum Home


Go Back   AOA > Software > Programming and Assembly Language

Programming and Assembly Language Please read this Topic's rules!!

Reply
 
LinkBack Thread Tools Rate Thread
  #1 (permalink)  
Old 20th May, 2009, 02:07 AM
Member
 
Join Date: May 2009
Posts: 3

Fancy Web page help

Hi All

Could someone help me create a web page that I can open on a work pc in internet explorer or firefox. I work for a controls company programming BMS systems. We have controllers around the building with different IP addresses, I would like to create a graphic that I can open and show which controllers are online around the building. At the moment the only way to check this is to ping each one individually.

Is this possible to do and could someone point me in the right direction or even have some script for me.

Thanks for taking the time to read this!

Cylonman
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 20th May, 2009, 12:11 PM
Daniel ~'s Avatar
Chief BBS Administrator
 
Join Date: September 2001
Location: Seattle Wa.
Posts: 40,252

Welcome to AOA Cylonman! I'm not the man you want... but I'll drop a line to one or two of our members and see if we can get you going on this!
__________________
"Though all men live in ignorance before mystery,
they need not live in darkness...
Justice is foundation and ETERNAL
."
DKE

"All that we do is touched by Ocean
Yet we remain on the shore of what we know."
Richard Wilbur


Subscribers! Ask Pitch about a Custom Sig Graphic

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 20th May, 2009, 12:24 PM
dsio's Avatar
Possum Hater
 
Join Date: October 2002
Location: Brisbane, QLD, Australia
Posts: 7,679

Something you might want to look into is something called Nagios. It could do your monitoring job quite well.
__________________
Notebook: Dell XPS M1330 Running Fedora 11 Linux (Leonidas)
Desktop: ASUS Rampage Formula X48
Intel Core 2 Quad Q9450 (Yorkfield) @ 3.51Ghz
4GB DDR2-800 PNY
Albatron 8800GT 512MB
Corsair HX-620 PSU
Running Fedora 11 Linux (Leonidas)
Dual Dell 2407WFP


Drivers, Games, Demos, Mods and Overclocking Tools At AOAFiles
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 20th May, 2009, 12:32 PM
Gizmo's Avatar
Chief BBS Administrator
BassTeroids Champion, Global Player Champion, Aim & Fire Champion, Puzzle Maniax Champion, Othello Champion, Canyon Glider Champion, UFO Shoot Out Champion, Unicycle Challenge Champion, Zed Champion
 
Join Date: May 2003
Location: Webb City, Mo
Posts: 14,887
Send a message via ICQ to Gizmo Send a message via AIM to Gizmo Send a message via MSN to Gizmo Send a message via Yahoo to Gizmo Send a message via Skype™ to Gizmo

Not certain I understand what you are trying to achieve.

All the graphic can display is information that you know. So the first question is: what do you know? I.e. how do you intend to determine that the devices are online?

You mention that you have to ping the devices now. That suggests that one approach would be to run an automated process to periodically ping the devices, gather that information, and present it to a web browser.

Bear in mind, however, that simply because the device is responding to a ping doesn't mean that its control program is actually functioning; it only means that the network stack is capable of responding to messages (i.e. the whole device isn't locked up). A better way, if possible, would be to have the devices generate some kind of periodic notification message to some central location, and then present THAT information in the browser.

Just a couple of thoughts.

Quote:
Originally Posted by Cylonman View Post
Hi All

Could someone help me create a web page that I can open on a work pc in internet explorer or firefox. I work for a controls company programming BMS systems. We have controllers around the building with different IP addresses, I would like to create a graphic that I can open and show which controllers are online around the building. At the moment the only way to check this is to ping each one individually.

Is this possible to do and could someone point me in the right direction or even have some script for me.

Thanks for taking the time to read this!

Cylonman
__________________
Avatar and sig graphic by Pitch. Subscribers!
Ask about a custom graphic or avatar today!
 
Later,
Gizmo
Thermal Diode Mod and Direct-Die Water Block
8-Cheetah 18GiB U-2 SCSI
MegaRAID Enterprise 1500/128MiB
Samsung SyncMaster 955DF
TTGI/Superflower TTS-520 PSU
 

 
AOA Team filesAOA Team wcgAOA Team fah
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 21st May, 2009, 01:52 AM
Member
 
Join Date: May 2009
Posts: 3

Hi Everybody

Thanks for all your replies so far, I did think of setting up some software in the controller to send information back, but sometime when we goto different sites they don't want us to mess around with the program. I know there are programs like Netscan but what would look really good is to have a page I can open and drop onto the desktop which will show just boxes for each controller, red could mean offline and green could mean online just something simple like that if possibe.

Cylonman
__________________

Last edited by Cylonman; 21st May, 2009 at 01:55 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 21st May, 2009, 03:50 AM
dsio's Avatar
Possum Hater
 
Join Date: October 2002
Location: Brisbane, QLD, Australia
Posts: 7,679

Nagios does exactly that and has a web interface.

http://www.cool-st.com/wordpress/wp-...l-overview.png
__________________
Notebook: Dell XPS M1330 Running Fedora 11 Linux (Leonidas)
Desktop: ASUS Rampage Formula X48
Intel Core 2 Quad Q9450 (Yorkfield) @ 3.51Ghz
4GB DDR2-800 PNY
Albatron 8800GT 512MB
Corsair HX-620 PSU
Running Fedora 11 Linux (Leonidas)
Dual Dell 2407WFP


Drivers, Games, Demos, Mods and Overclocking Tools At AOAFiles

Last edited by dsio; 21st May, 2009 at 03:51 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 21st May, 2009, 05:21 AM
Member
 
Join Date: May 2009
Posts: 3

Hi DSIO

Thanks for the advice, I have downloaded Nagios 3.1.0 but when I unzip the file it just contains a load of file I don't know what they are for. Is there a program I can install and work with or do i need to download extra files?
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 26th May, 2009, 05:52 AM
noob's Avatar
Member/Contributer
 
Join Date: June 2005
Location: Auckland NZ
Posts: 1,490

Sounds like you are wanting a windows based product. Nagios is *nix based.
About Nagios

For something you can install in windows look into;
Zenoss Home - Commercial Open Source Application, Systems and Network Monitoring - Zenoss
Pandora FMS - the Flexible Monitoring System
start · NeDi

I haven't used any of those, but a quick search and they came up.
All of these will require extra configuration, and configuration on each machine you are wanting to monitor.

Apart from that, you are going to need a script to ping each machine and show the results. As stated above, a ping can't show if there are any actual issues with any given box.
Where we are, we use nagios to monitor several hundred servers, at multiple sites. I have toyed with it, and following their online documentation makes the install easy. I don't use any other distros but it is in the repos for Ubuntu.

Wasn't much point in me using it at home though, only 3 PC's, one of them being my MSI wind, and the other 2 right beside each other.
__________________
AOA Team fah
Silverstone ST405, AMD64 3500+ Winchester, Gigabyte GA-K8NXP-SLi,
4x512MB Generic, Palit 8600GT Super, 120GB WD SATA, 2x 320GB Seagate, Asus LightScribe DVDRW
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Fancy a new blower? Áedán Cooling & Temperature Monitoring 15 20th January, 2005 07:02 PM
Anyone in the UK fancy a cheap Prescott board - Intel chipset ? EPoX Tech EPoX MotherBoards 7 22nd October, 2004 07:43 AM
FAncy winning a computer??? dod Random Nonsense! 2 7th September, 2004 02:40 PM
Team Private Page @ Community Page Southern Man Samuknow's AOA FOLDING@HOME Team 4 30th April, 2002 10:02 AM


All times are GMT -5. The time now is 11:54 PM.


Copyright ©2001 - 2009, AOA Forums

Search Engine Friendly URLs by vBSEO 3.3.0