Server :: Log File Monitoring Script On Server But After An Auto Update Recently It Seems To Have Disapperaed?
Jun 28, 2010
I used to have a log file monitoring script on my server but after an auto update recently it seems to have disapperaed.Can anyone think of some log file analyzers that send outputs of ssh, amount of disk space used etc. as I cannot remember the name of the program at all.
View 1 Replies
ADVERTISEMENT
Sep 16, 2010
I'm running a Debian/Samba PDC on a Windows network. We desire to monitor a few network shares, so that whenever a change is made to a file in those, we have a log of who did it and when. Some capability of seeing what the change was, or a way of reverting it, would be nice luxuries. But username and timestamp are most important, if possible.
On the debian forums, someone advised using Tripwire for this purpose. didn't give much other advice about it so I kind of struck out on my own researching tripwire. got it installed, played wth it, and found it problematic, to say the least. It seems a bit much on the complexity and security side, and it seems more oriented towards maintaining system integrity, than monitoring documents. So far I've not managed to get a policy update working on account of a cascade of errors about a few hundred files under /proc disappearing, despite no changes to the system.so I'm wondering if anyone here has advice.
1. Does debian have this sort of functionality built in? is there a system log I can parse to get this information?
2. Is tripwire the right application for our purpose?
3. Is there anything better suited, more user-friendly or more parsimonious. I don't need something to monitor all system files, guard against intrusion, and make me cups of tea, just to monitor a few folders that I specify
View 4 Replies
View Related
Oct 1, 2010
At our company we have a central server with client files. This server has a SSH server installed, and through Nautilus all employees can access the files. However, I have a few questions:
1. Most employees need access to all folders, because they might use them at some point in time. However, I want to make sure they are not accessing things they do not need. How can I do this? For instance, if somebody copies all of the folders to his/her computer, I want to be able to see this in some sort of log. Can this be done? Copying and accessing in general is what is of my concern.
2. Some employees only need access to specific folders. Can this be easily configured with SFTP?
3. Some also use SSH and type commands which I want to check every now and then (e.g. to make sure an intern is not again copying information or accessing folders they should not be in). What is a good way to do this?
View 7 Replies
View Related
May 21, 2011
I have an application which generate logs like this
Code:
2011-05-17 13:21:27 - Msg 2402
File loading terminated.
File information: 3 records in input file found
3 records processed
0 records skipped
Load statistics: 3 messages loaded correctly
0 messages ignored
0 messages with errors
Details:
Destination OK ignored errors correct incorrect not sel. other
house Server (def 3 0 0 0 2 1 0
2011-05-17 13:21:27 - Msg 2410
Archiving information: File /path/to/xxx.txt
was archived as /path/to/xxx.txt.
Now I want to monitor this "house Server (def" and send alert based on 3 0 0 0 2 1 0
say if [ $5 -gt 0 || $6 -gt 0 ]; then
<send email>
View 6 Replies
View Related
May 8, 2010
I just switch back to ubuntu after running the windows for about a 6 months again, new laptop, programs needed in windows, either way I'm back. What I had setup in windows were specific files that would auto backup to my samba file server when the network was detected. I'm looking to do the same in ubuntu now. Basically I'm thinking of writing a script to backup the files, only thing I'd be stuck with is how to tell the script to run when I connect to the network at home? Is their software already designed for this.
View 1 Replies
View Related
Mar 21, 2010
I run an e machines laptop with Windows Vista and Ubuntu 9.10 side by side (choose on boot), just using windows for accessing my office PC remotely.
I used the Internet normally on Wednesday, and upgrade manager ran as normal. Thursday, was out, so did not use laptop - Friday, no connection to Internet.
I have done a bit of research - pinging tells me that the connection to the router is fine, but nothing to the Internet. The same router is working fine for my windows desktop machine. After a frustrating weekend, I have thought of comparing settings on the desktop and laptop, and have found that there are 2 DNS server addresses on my desktop machine. Entering these into windows has got the laptop back on the Internet using windows, but I cannot work out how to do this in system/preferences/network connections in Ubuntu.
View 2 Replies
View Related
Jul 26, 2011
We have few servers and we need to monitor mysql and ping (port 80) on our servers to send us email notification and also we need sms notification when something is wrong, we can ask our developer to write sms notification (which is very important for us) because we already have the API and only need a output from a good monitoring tools to show to our developer and ask him to write the notification program.
Our primary sever is centos with WHM installation and hosts about 600 websites.(need to monitor mysql & port 80 on this.)The secondary one is windows server with virtuzzu installation and host about 15 windows VPS (The server crashing some times and we need to findout its out of service ASAP .)Should we use monitoring websites such as hypersins.com or siteuptime.com (which is a little expensive for us especially because of international sms rates.) or there is nice tools we can easily configure and use !
View 14 Replies
View Related
Jul 2, 2010
I setting up a web server on my Linux (Centos) using "Apache" web server. And its working well, it will show my websites. But when i try to put my url in a internet browser (ie. only type "myweb.com" ) is only be [URL]. Usually as i know like the other websites (ie. google.com) it will go to auto replace the name be [URL]. But my url here it's not be replacing like that. How to do this configuration. I don't know where the services that i need to look. (ie; named (bind) or in Apache web server it self)?
View 2 Replies
View Related
Jun 2, 2009
I'm just setting up my first home server with ubuntu and I would like the box to suspend to ram when no one is accessing it for a while (let's say for 1 hour)The wake up task is already done and is working fine so far; but how can I put the machine to sleep automatically?I guess I have to watch for network-traffic but have no clue how to do it.
View 9 Replies
View Related
May 27, 2011
I want to monitor RDS (mysql database of EC2) using Nagios. In command line ( I am able to do it but I dont know how to feed it in nagios . On nagios server if I execute the following command , I am able to fetch the information of database (RDS)
Nagios_server #/usr/local/nagios/libexec/check_mysqld.pl -p<password> -f -u <username> -A uptime,threads_connected,slow_queries,open_tables -H <hostname> -q 'SHOW STATUS'
output :- MYSQL 5.1.50 OK | uptime=344783 threads_connected=672 slow_queries=0 open_tables=64
Note :- Here the host name is public dns name (x.y.z.amazon.com) .We cant ping to this host.With mysql command , we can log in and work on databases.
View 5 Replies
View Related
Jan 20, 2010
I have successfull implemented svn. i am able to improt the project. i am able to update the file under svn and also commit the change. but the problem is when i commit the change for one file in project
The hole project version get changed. i just want ot update the changes of one file under svn not of hole file project. how to change file and update only one file. and also find the attchment of the error.
View 1 Replies
View Related
Sep 2, 2011
I was looking for some software to run on my Debian vServer which monitors RAM, CPU and HDD usage. This tool should not require Gnome/KDE, so I guess I'll end up with a PHP tool. I did some search but came up with nothing. I'm using Parallels Power Panel (there might be a plugin or something like that?)
View 5 Replies
View Related
Oct 17, 2009
I was searching for tool for monitoring Apache performance and utlization of Web Server? Any Idea..
View 3 Replies
View Related
Apr 6, 2010
Basically, I go through certain logs on my linux hosts checking for anything out of place. You know, the usual, /var/log/messages, lastlog, etc. What I've been using is just a simplistic grep statement that looks for keywords in certain log files, such as warn, crit, etc., with the -i flag to ensure no case searches. I thought, well, surely there are others out there doing the same thing, but more automated. Perhaps something that can check files for keywords and then notify, via email, if anything out of the ordinary is seen.
View 5 Replies
View Related
Mar 5, 2010
I am using CentOS 5.4 and did a yum install of cacti. I installed all the necessay packages, like net-snmp, php net snmp and all that. Everything else works but I can't for the life figure out how to monitor traffic on eth0. I do not have any SNMP Interface Statistics or alike in either the Associated Graph Templates or Associated Data Queries.
Heres the output of "snmpwalk localhost -c public -v2c" , SNMPv2-MIB::sysDescr.0 = STRING: Linux xxx.xxxx.net 2.6.18-164.6.1.el5xen #1 SMP Tue Nov 3 17:53:47 EST 2009 i686
SNMPv2-MIB::sysObjectID.0 = OID: NET-SNMP-MIB::netSnmpAgentOIDs.10
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (7515443) 20:52:34.43
[Code]...
I am trying to monitor the interfaces on the local computer only.
View 4 Replies
View Related
Jul 12, 2011
I want to know which was the best networking monitoring tool in linux
wright now im using opennms . i like to try out with any other monitoring tool can somebody say which one is best one followed in linux industry
View 3 Replies
View Related
Oct 25, 2010
Which is best server monitoring (Traffic ) tool ?
Can you provide some form of monitoring on this server or recommend any server-side applications that could monitor the status, in high detail, including traffic, etc?
View 9 Replies
View Related
May 19, 2010
I am looking for some monitoring tools (such as disk usage,memory usage, cpu,etc) for my linux machines. I came across two tools, cacti and splunk.Which one is better ? It will be nice if you can also let me know the reason.
View 8 Replies
View Related
Feb 28, 2010
I'm looking for some sort of a way keep track of all of my users that are logging in to my server (centos 5), what I mean is this: at our firm we outsource some of our work (programing), now all of the developing is done under our servers, what I'd like to find is a way of taking all of the users log on time and display by days/weeks/months - so I could see how much did everyone had put in. Another thing that I'm looking for is a way to monitor an ongoing session and record user activity, now I've seen ObserveIT, but it doesn't support Linux agents as of today.
View 7 Replies
View Related
May 2, 2011
I'm looking for commandline monitoring tool for mysql and only thing I can find is mtop. Unfortunately, mtop's development halted back in 2004. Can someone suggest an alternative? or is there such thing?
View 2 Replies
View Related
Jun 24, 2010
could You please tell me what kind of tools You using to monitoring health of RAID / SAN ?Do You know any nice tool to monitoring CCISS ?
View 1 Replies
View Related
Feb 15, 2010
I need to monitor resource of my server.I have found munin and sysstat, Does munin use systat? or they are different package?because in some documents I have found on net,for installing munin, systat is needed !!for example on RedHat based distor, sysstat package is needed! but on debian is not needed
View 4 Replies
View Related
Sep 16, 2010
I'm looking for an application that can run remotely to periodically check a webserver to ensure that it's delivering pages. I can't use one of the free web-based services because the servers I'm monitoring are closed to the outside internet. I have internal client machines I'd like to install the monitoring tool onto that can check specific URLs in both HTTP and HTTPS. Then email a notification when something stops responding. It would be nice to have a tool that is platform agnostic (written in perl, python, etc.) so I could have flexibility in what type of client machine I use for the monitoring.
View 1 Replies
View Related
Jun 21, 2011
iam trying to sync file server data into backup server machine by command- rsync -avu path/of/data ipaddress-of-backup-server:/path/where/to/save after running it ask for root password and manually it is successful.but i want to make it automatic.for that i also tried cronjob and also generated authentication key but iam not successful in login automatically..anybody know how to authenticate root to login for storing data in backup server.
View 14 Replies
View Related
May 24, 2010
I am working on linux server with below specifications.Linux EDT 2008 i686 i686 i386 GNU/LinuxWhile checking the status of the server using the command 'opmnctl status' and when server is down the output is not getting redirected to file.I m using the command as,opmnctl status > abc.txt.
View 2 Replies
View Related
Jan 10, 2010
i was wondering if any of you knew of any server application software as shown here:URL...
View 3 Replies
View Related
May 12, 2010
I didn't setup our old system but that server has since been retired due to hardware failure, but we have some new webervers, and a new postgtres database server in place which I need monitoring. Some items include database size, transactions per second, io stats, memory monitoring, or as the DBA put "anything I can get". We had used CACTI in the past for these items, but I didn't do the setup and sondering if that is what is recommended, or something else. I am looking at groundwork open source which include nagios, etc. but figured I would consult the uforums since all these servers are running userver 9.x and 10.x .
View 3 Replies
View Related
Jun 2, 2010
Anybody know of a good server health/status/performance monitoring apps? I have only used cacti never really tried anything else.
View 9 Replies
View Related
Feb 15, 2011
I want to monitor the bandwidth used by each user in my proxy server.
View 1 Replies
View Related
Feb 9, 2010
is someone can guide the best open source tools to monitor as webbase,gui,shell prompt
View 1 Replies
View Related