cron daily

 /etc/cron.daily/0logwatch:


Cannot find shared script  onlyservice

-------------------------------------------------------------------
[root@falcon21 ~]# yum -y remove logwatch
 
[root@falcon21 ~]# ll -a /etc/logwatch/
 
[root@falcon21 ~]# rm -rf /etc/logwatch
[root@falcon21 ~]# yum -y install logwatch


==========================================================================================
 パッケージ           アーキテクチャ     バージョン                リポジトリー      容量
==========================================================================================
インストール中:
 logwatch             noarch             7.3.6-55.el6              base             303 k
 
トランザクションの要約
==========================================================================================
インストール       1 パッケージ
 
総ダウンロード容量: 303 k
インストール済み容量: 1.3 M
パッケージをダウンロードしています:
logwatch-7.3.6-55.el6.noarch.rpm                                   | 303 kB     00:00
rpm_check_debug を実行しています
トランザクションのテストを実行しています
トランザクションのテストを成功しました
トランザクションを実行しています
  インストールしています  : logwatch-7.3.6-55.el6.noarch                              1/1
  Verifying               : logwatch-7.3.6-55.el6.noarch                              1/1
 
インストール:
  logwatch.noarch 0:7.3.6-55.el6
 
完了しました!
 
-----------------------
再インストールで、アップデートされた。
 

logwatch.confを確認

[root@falcon21 ~]# vi /etc/logwatch/conf/logwatch.conf

 

 /etc/logwatch/conf/ディレクトリを確認

[root@falcon21 ~]# ll -a /etc/logwatch/conf/
合計 32
drwxr-xr-x 4 root root 4096  8月 15 07:30 2017 .
drwxr-xr-x 4 root root 4096  8月 15 07:15 2017 ..
-rw-r--r-- 1 root root   81  3月 22 08:44 2017 ignore.conf
drwxr-xr-x 2 root root 4096  3月 22 08:44 2017 logfiles
-rw-r--r-- 1 root root 5153  8月 15 07:30 2017 logwatch.conf
-rw-r--r-- 1 root root   77  3月 22 08:44 2017 override.conf
drwxr-xr-x 2 root root 4096  3月 22 08:44 2017 services
 
---------
 
 [root@falcon21 ~]# cp /usr/share/logwatch/default.conf/logwatch.conf /etc/logwatch/conf/logwatch.conf
cp: `/etc/logwatch/conf/logwatch.conf' を上書きしてもよろしいですか(yes/no)? yes
 
[root@falcon21 ~]# vi /etc/logwatch/conf/logwatch.conf
72 Detail = Low   //High に変更
 
 
************************************
 
 
実行確認
[root@falcon21 ~]# /etc/cron.daily/0logwatch
 
logwatch.conf の設定
Datail=High に設定で、詳細情報表示が可能になった。
 
******************************************************
 
 
 
 
 
 
 
 
 
投票数:1 平均点:10.00

 
Back to Top