Best development language to monitor the unix server


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Best development language to monitor the unix server
# 1  
Old 08-26-2008
Best development language to monitor the unix server

Hi,

I am supposed to create the website to perform some monitoring and management activities on unix server.

Activities includes cpu usage,displays currently runing processes,deleting files on the server and so on.

Please tell which is best web based language(.net or java) to develop the tasks which is like above specified.

and also tell whether can i use snmp to monitor unix server

Thank you
# 2  
Old 08-26-2008
Why reinvent when there are plenty out there in open source...

Find one that suits you and use it, and if you are good at programming why not help the development by joining the team?
# 3  
Old 08-26-2008
The best idea would be to use Opensource tool like Nagios - Nagios: Home it is very popular and widely used application. You don't need any specific progamming language.

All the activities that you have mentioned can be monitored from Nagios with graphs as well, it uses SNMP.
# 4  
Old 08-26-2008
Exactly, I didnt want to influence on the choices...
And for example Nagios would be pleased to have new force participating in plug-in development...
# 5  
Old 08-26-2008
i like this one better
The Hobbit Monitor

specially if you wanted to "develop" something
its made mostly of shells scripts. and can be expandded easly
# 6  
Old 08-27-2008
Thank you for your replys.
broli.can we create the web application using shell script.
If we can, please give some idea to achieve this
# 7  
Old 08-27-2008
if i use the snmp with .net combination to monitor , can i use .net to doing management activities such
as deleting files on the server. otherwise can i go for java with snmp
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

How to Monitor Tomcat App Server?

Tomcat stops logging intermittently for brief intervals of time like for 5 or 6 secs I wish to monitor if my Tomcat process gets stuck, hung or even shutdown or remains healthy at the time i see the problem of no logging. Can you please let me know how can i monitor Tomcat Application... (10 Replies)
Discussion started by: mohtashims
10 Replies

2. Ubuntu

Any way we can create an SMTP server and use any scripting language to read emails from that server

Is there any way to create an SMTP mail server will all granular permissions to it so that I can read emails which that server receives through any scripting language and also reply from the same server automatically? (3 Replies)
Discussion started by: sandeepcm
3 Replies

3. Shell Programming and Scripting

need help with little bash server monitor script

hello, i`m new in bash scripting and i getting an error with my little server monitoring script example of my script: #!/bin/sh s1_ats=0 while ; do sleep 5 s1=`ping -c 1 xxxx.xxxx.xxxx.xxxx | grep 64 | awk '{print $1}'` if ; then $s1_ats=0 else if ; then (2 Replies)
Discussion started by: grauzikas
2 Replies

4. Web Development

Web development language choice?

Hello, After a bit of basic advice please. What web development languages are available and what are the advantages of each? If this is too basic a question, can someone please signpost so i may research this. I ask as I have a couple of websites that i need to develop but new to programming... (16 Replies)
Discussion started by: maqsood
16 Replies

5. Solaris

Monitor server's health

Dear all, There wasn't any monitoring on our server except on the filesystem. Therefore, I was wondering anything i should do on a daily basis to check on the server's status, health, hardware, or any other thing as a disaster prevention? Also, what command i should use to do that? ... (2 Replies)
Discussion started by: beginningDBA
2 Replies

6. UNIX for Dummies Questions & Answers

How to monitor Unix server CPU status?

I like to know how to monitor the UNIX CPU/memory status over time. I need to data to do some graphical representation of the server load. I sort of need to keep track of the vmstat but i dont know how. I hope someone would kindly help me out. thanks. (1 Reply)
Discussion started by: shingpui
1 Replies

7. Shell Programming and Scripting

server monitor script...

hi all i have a script which will write a log file depending upon output of TOP command ( i am on HP-UX ) and some rules to analyze processes if process falls under that rule then log entry in file. i am ready with this part i have perl script which does this for me but i have 3 HP servers and... (1 Reply)
Discussion started by: zedex
1 Replies

8. UNIX Desktop Questions & Answers

X-server and UNIX: monitor refresh rate

Hello. I'm running OpenBSD3.5 with GNOME2.4. The problem is that the monitors flickers. I'd like to know how to increase the vertical refresh rate. thanks in advance. (0 Replies)
Discussion started by: sablot
0 Replies

9. News, Links, Events and Announcements

The Development of the C Language

LINK The Development of the C Language http://cm.bell-labs.com/cm/cs/who/dmr/chist.html By: Dennis M. Ritchie Bell Labs/Lucent Technologies Murray Hill, NJ 07974 USA Paper History of C Language Development. B to C to BCPL (Ansi Standard). Check it out. This paper studies its evolution &... (0 Replies)
Discussion started by: killerserv
0 Replies
Login or Register to Ask a Question