Link to home
Start Free TrialLog in
Avatar of sysnimda
sysnimda

asked on

How to monitor nms.log efficiently?

Hi Experts!

I am new to Linux and looking for an easy way to check anomalies off a Linux NMS server. Currently I simply navigate to cd/var/log and check nms.log with tail -f -n 100 /var/log/nms.log. I'd like to know if there is a more efficient way to monitor these logs. I appreciate your help and support.

Thanks!

sysnimda
ASKER CERTIFIED SOLUTION
Avatar of David Favor
David Favor
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sysnimda
sysnimda

ASKER

I know I am using CentOS Linux 7 (Core) 3.10.0-1127.e17 x86_64. How would I find out what NMS I am using. I apologize, I just started new position. 
You'll use something like this...

yum installed | egrep nms

Open in new window

You could also use the below command to find the packages

rpm -qa | grep -i nms

Open in new window

That did not bring anything up.