2015-01-25 18:36:02 +01:00
|
|
|
# anything to do with irc
|
|
|
|
\b\w+\b.*irc.*
|
|
|
|
conf.irclog
|
|
|
|
|
|
|
|
# log file
|
|
|
|
\b\w+\b.*log\b
|
|
|
|
conf.log
|
|
|
|
|
|
|
|
# configure command
|
|
|
|
(^|[/\w\.]+/)?configure
|
|
|
|
conf.configure
|
|
|
|
|
|
|
|
# ping command
|
2017-02-09 14:34:06 +01:00
|
|
|
(^|[/\w\.]+/)(io|o|n|h|arp|l2)?ping[236]?\s
|
2015-01-25 18:36:02 +01:00
|
|
|
conf.ping
|
|
|
|
|
|
|
|
# traceroute command
|
|
|
|
(^|[/\w\.]+/)traceroute6?\s
|
|
|
|
conf.traceroute
|
|
|
|
|
|
|
|
# gcc command
|
2016-12-27 13:27:29 +01:00
|
|
|
(^|[/\w\.]+/)(g?cc|[gc]\+\+)\s
|
2015-01-25 18:36:02 +01:00
|
|
|
conf.gcc
|
|
|
|
|
|
|
|
# make command
|
|
|
|
(^|[/\w\.]+/)g?make\s?
|
|
|
|
conf.gcc
|
|
|
|
|
|
|
|
# netstat command
|
|
|
|
(^|[/\w\.]+/)netstat\s?
|
|
|
|
conf.netstat
|
|
|
|
|
2016-06-19 01:18:18 +02:00
|
|
|
# stat command
|
|
|
|
(^|[/\w\.]+/)stat\s?
|
|
|
|
conf.stat
|
|
|
|
|
|
|
|
# ss command
|
|
|
|
(^|[/\w\.]+/)ss\s?
|
|
|
|
conf.ss
|
|
|
|
|
2015-01-25 18:36:02 +01:00
|
|
|
# diff command
|
|
|
|
(^|[/\w\.]+/)diff\s?
|
|
|
|
conf.diff
|
|
|
|
|
|
|
|
# wdiff command
|
|
|
|
(^|[/\w\.]+/)wdiff\s?
|
|
|
|
conf.wdiff
|
|
|
|
|
2016-06-19 01:18:18 +02:00
|
|
|
# last/who command
|
|
|
|
(^|[/\w\.]+/)(last|who)\s?
|
|
|
|
conf.last
|
2015-01-25 18:36:02 +01:00
|
|
|
|
|
|
|
# ldap tools
|
|
|
|
(^|[/\w\.]+/)ldap
|
|
|
|
conf.ldap
|
|
|
|
|
|
|
|
# cvs command
|
|
|
|
(^|[/\w\.]+/)cvs\s?
|
|
|
|
conf.cvs
|
|
|
|
|
|
|
|
# mount command
|
|
|
|
(^|[/\w\.]+/)mount\s?
|
|
|
|
conf.mount
|
|
|
|
|
2017-02-28 19:24:50 +01:00
|
|
|
# findmnt command
|
|
|
|
(^|[/\w\.]+/)findmnt\s?
|
|
|
|
conf.findmnt
|
|
|
|
|
2015-01-25 18:36:02 +01:00
|
|
|
# mtr command
|
|
|
|
(^|[/\w\.]+/)mtr\s?
|
|
|
|
conf.mtr
|
|
|
|
|
|
|
|
# ps command
|
|
|
|
(^|[/\w\.]+/)ps\s?
|
|
|
|
conf.ps
|
|
|
|
|
|
|
|
# dig command
|
|
|
|
(^|[/\w\.]+/)dig\s?
|
|
|
|
conf.dig
|
|
|
|
|
|
|
|
# ifconfig command
|
|
|
|
(^|[/\w\.]+/)ifconfig\s?
|
|
|
|
conf.ifconfig
|
|
|
|
|
|
|
|
# ls command
|
2016-06-19 01:18:18 +02:00
|
|
|
(^|[/\w\.]+/)ls\s
|
2015-01-25 18:36:02 +01:00
|
|
|
conf.ls
|
|
|
|
|
2015-02-27 16:34:02 +01:00
|
|
|
# mount
|
|
|
|
(^|[/\w\.]+/)mount\s?
|
|
|
|
conf.mount
|
|
|
|
|
|
|
|
# df
|
|
|
|
(^|[/\w\.]+/)df\s?
|
|
|
|
conf.df
|
2015-11-13 07:14:27 +01:00
|
|
|
|
2016-05-14 07:33:44 +02:00
|
|
|
# du
|
|
|
|
(^|[/\w\.]+/)du\s?
|
|
|
|
conf.du
|
|
|
|
|
2016-05-14 07:25:47 +02:00
|
|
|
# ip addr/link
|
|
|
|
(^|[/\w\.]+/)ip a(ddr)*\s?
|
|
|
|
conf.ipaddr
|
|
|
|
|
2016-06-19 01:18:18 +02:00
|
|
|
(^|[/\w\.]+/)ip ?(-.)* ?l(ink)*\s?
|
2016-05-14 07:25:47 +02:00
|
|
|
conf.ipaddr
|
|
|
|
|
|
|
|
# ip route
|
|
|
|
(^|[/\w\.]+/)ip r(oute)*\s?
|
|
|
|
conf.iproute
|
|
|
|
|
|
|
|
# ip neighbor
|
|
|
|
(^|[/\w\.]+/)ip n(eighbor)*\s?
|
|
|
|
conf.ipneighbor
|
2016-06-19 01:18:18 +02:00
|
|
|
|
2016-10-17 21:51:07 +02:00
|
|
|
# ip command - rest of commands
|
|
|
|
(^|[/\w\.]+/)ip?\s
|
|
|
|
conf.ip
|
|
|
|
|
2016-05-14 07:33:44 +02:00
|
|
|
# env
|
|
|
|
(^|[/\w\.]+/)env\s?
|
|
|
|
conf.env
|
2016-06-19 01:18:18 +02:00
|
|
|
|
|
|
|
# systemctl show
|
|
|
|
(^|[/\w\.]+/)systemctl show\s?
|
|
|
|
conf.env
|
|
|
|
|
2016-05-14 07:25:47 +02:00
|
|
|
# iptables
|
|
|
|
(^|[/\w\.]+/)iptables\s?
|
|
|
|
conf.iptables
|
2016-06-19 01:18:18 +02:00
|
|
|
|
2016-05-14 07:33:44 +02:00
|
|
|
# lspci
|
|
|
|
(^|[/\w\.]+/)lspci\s?
|
|
|
|
conf.lspci
|
|
|
|
|
|
|
|
# lsblk
|
|
|
|
(^|[/\w\.]+/)lsblk\s?
|
|
|
|
conf.lsblk
|
|
|
|
|
2017-02-28 19:24:50 +01:00
|
|
|
# lsof
|
|
|
|
(^|[/\w\.]+/)lsof\s?
|
|
|
|
conf.lsof
|
|
|
|
|
2016-05-14 07:33:44 +02:00
|
|
|
# blkid
|
|
|
|
(^|[/\w\.]+/)blkid\s?
|
|
|
|
conf.blkid
|
2016-06-19 01:18:18 +02:00
|
|
|
|
2017-02-28 19:24:50 +01:00
|
|
|
# id
|
|
|
|
(^|[/\w\.]+/)id\s?
|
|
|
|
conf.id
|
|
|
|
|
2016-06-19 01:18:18 +02:00
|
|
|
# iostat / sar
|
|
|
|
(^|[/\w\.]+/)(iostat|sar)\s?
|
|
|
|
conf.iostat_sar
|
|
|
|
|
2017-02-28 19:24:50 +01:00
|
|
|
# fdisk
|
|
|
|
(^|[/\w\.]+/)fdisk -l\s?
|
|
|
|
conf.fdisk
|
|
|
|
|
2016-05-14 07:33:44 +02:00
|
|
|
# free
|
|
|
|
(^|[/\w\.]+/)free\s?
|
|
|
|
conf.free
|
2016-06-19 01:18:18 +02:00
|
|
|
|
2017-02-28 19:24:50 +01:00
|
|
|
# findmnt
|
|
|
|
(^|[/\w\.]+/)findmnt\s?
|
|
|
|
conf.findmnt
|
|
|
|
|
2016-10-17 21:51:07 +02:00
|
|
|
------------
|
|
|
|
# docker
|
|
|
|
|
2015-11-13 07:14:27 +01:00
|
|
|
# docker ps
|
2016-10-08 08:28:02 +02:00
|
|
|
(^|[/\w\.]+/)docker(-compose)? ps\s?
|
2015-11-13 07:14:27 +01:00
|
|
|
conf.dockerps
|
|
|
|
|
|
|
|
(^|[/\w\.]+/)docker images\s?
|
|
|
|
conf.dockerimages
|
|
|
|
|
2016-05-14 07:20:54 +02:00
|
|
|
(^|[/\w\.]+/)docker search\s?
|
|
|
|
conf.dockersearch
|
|
|
|
|
2016-06-19 01:18:18 +02:00
|
|
|
#(^|[/\w\.]+/)docker pull\s?
|
|
|
|
#conf.dockerpull
|
|
|
|
|
2015-11-13 07:14:27 +01:00
|
|
|
(^|[/\w\.]+/)docker-machine ls\s?
|
|
|
|
conf.docker-machinels
|
|
|
|
|
2016-05-14 07:20:54 +02:00
|
|
|
(^|[/\w\.]+/)docker network ls\s?
|
|
|
|
conf.dockernetwork
|
|
|
|
|
2015-11-13 07:14:27 +01:00
|
|
|
(^|[/\w\.]+/)docker info\s?
|
|
|
|
conf.dockerinfo
|
|
|
|
|
2016-05-14 07:20:54 +02:00
|
|
|
(^|[/\w\.]+/)docker version\s?
|
|
|
|
conf.dockerversion
|
2016-10-17 21:51:07 +02:00
|
|
|
------------
|
2016-05-14 07:20:54 +02:00
|
|
|
|
2016-01-13 11:48:42 +01:00
|
|
|
# journalctl command
|
|
|
|
(^|[/\w\.]+/)journalctl?\s
|
|
|
|
conf.log
|
2016-10-17 21:13:35 +02:00
|
|
|
|
2016-06-19 01:18:18 +02:00
|
|
|
# systemctl command
|
|
|
|
(^|[/\w\.]+/)systemctl?\s
|
|
|
|
conf.systemctl
|
|
|
|
|
|
|
|
# sysctl command
|
|
|
|
(^|[/\w\.]+/)sysctl?\s
|
|
|
|
conf.sysctl
|
|
|
|
|
|
|
|
# tcpdump command
|
|
|
|
(^|[/\w\.]+/)tcpdump\s?
|
|
|
|
conf.tcpdump
|
|
|
|
|
|
|
|
# tune2fs command
|
|
|
|
(^|[/\w\.]+/)tune2fs\s?
|
|
|
|
conf.tune2fs
|
|
|
|
|
|
|
|
# lsmod
|
|
|
|
(^|[/\w\.]+/)lsmod\s?
|
|
|
|
conf.lsmod
|
|
|
|
|
|
|
|
# lsattr
|
|
|
|
(^|[/\w\.]+/)lsattr\s?
|
|
|
|
conf.lsattr
|
|
|
|
|
2017-02-28 19:24:50 +01:00
|
|
|
# semanage ---------------------------------
|
2016-06-19 01:18:18 +02:00
|
|
|
(^|[/\w\.]+/)semanage boolean\s?
|
2017-02-28 19:24:50 +01:00
|
|
|
conf.semanageboolean
|
|
|
|
(^|[/\w\.]+/)semanage fcontext\s?
|
|
|
|
conf.semanagefcontext
|
|
|
|
(^|[/\w\.]+/)semanage (user|login|port)\s?
|
|
|
|
conf.semanageuser
|
2016-06-19 01:18:18 +02:00
|
|
|
|
|
|
|
# getsebool
|
|
|
|
(^|[/\w\.]+/)getsebool\s?
|
|
|
|
conf.getsebool
|
|
|
|
|
|
|
|
# ulimit
|
|
|
|
(^|[/\w\.]+/)ulimit\s?
|
|
|
|
conf.ulimit
|
|
|
|
|
|
|
|
# vmstat
|
|
|
|
(^|[/\w\.]+/)vmstat\s?
|
|
|
|
conf.vmstat
|
|
|
|
|
|
|
|
# dnf
|
|
|
|
(^|[/\w\.]+/)dnf\s?
|
|
|
|
conf.dnf
|
|
|
|
|
|
|
|
# nmap
|
|
|
|
(^|[/\w\.]+/)nmap\s?
|
|
|
|
conf.nmap
|
|
|
|
|
|
|
|
# uptime | w
|
|
|
|
(^|[/\w\.]+/)(uptime|w)\s?
|
|
|
|
conf.uptime
|
|
|
|
|
|
|
|
# getfacl
|
|
|
|
(^|[/\w\.]+/)getfacl\s?
|
|
|
|
conf.getfacl
|
|
|
|
|
|
|
|
# showmount
|
|
|
|
(^|[/\w\.]+/)showmount\s?
|
|
|
|
conf.showmount
|
2016-10-17 21:13:35 +02:00
|
|
|
|
2016-11-25 13:10:44 +01:00
|
|
|
# apache ant command
|
|
|
|
(^|[/\w\.]+/)ant\s?
|
|
|
|
conf.ant
|
|
|
|
|
|
|
|
# # apache maven command
|
|
|
|
(^|[/\w\.]+/)mvn\s?
|
|
|
|
conf.mvn
|
|
|
|
|