In this article, I will give examples of viewing logs on the Juniper MX204.
Continue reading “How to view logs on JunOS”Tag Archives: logs
Solution Range ‘between -7 days and -1 days’ not understood
Once I set up logwatch, and I needed to set up sending logs not daily, but once a week.
Continue reading “Solution Range ‘between -7 days and -1 days’ not understood”Quagga. Setting up logging
I will give an example of setting up Quagga logging.
Continue reading “Quagga. Setting up logging”Highlighting logs through Ccze
Install ccze on Ubuntu / Debian:
Continue reading “Highlighting logs through Ccze”View and configure logs on the Huawei SmartAX MA5600
In this article I will give an example of viewing and configuring logs on the Huawei SmartAX MA5683T.
Continue reading “View and configure logs on the Huawei SmartAX MA5600”Installing and configuring Logwatch
In this article I will give an example of installing Logwatch.
Installation command in Ubuntu/Debian:
Installing Graylog on Ubuntu
Graylog – open source software with a web interface for collecting and viewing logs, at the time of this writing, free of charge up to the limit of data collected is 5 GB per day.
Continue reading “Installing Graylog on Ubuntu”Location of log files cPanel
Below is a list of paths for cPanel log files.
Continue reading “Location of log files cPanel”Watch Linux Logs in Real Time
Example of a command to view the log file in real time:
tail -f /var/log/syslog
The output of the data can be highlighted in different colors, for this you can set ccze:
sudo apt-get install ccze
And for example, to formulate a command as follows:
tail -f /var/log/syslog | ccze --mode ansi
To stop viewing, you can use the keyboard shortcut Ctrl + C.