2
0
mirror of https://github.com/garabik/grc.git synced 2024-09-18 17:31:29 +02:00
Commit Graph

40 Commits

Author SHA1 Message Date
Radovan Garabík
c414dfd3b4 merge kubectl from luidavim 2019-07-24 10:26:44 +02:00
Radovan Garabík
c71b244b80
Merge pull request #121 from richarson/richarson-conf.uptime
conf.uptime: Support decimal comma
2019-07-24 08:28:15 +02:00
Ricardo J. Barberis
ee07d1bd15
conf.uptime: Support decimal comma
So load averages also are colourised when e.g. LANG=es_ES
2019-04-25 19:57:24 -03:00
Radovan Garabík
b11c36fcba iwconfig quality/level 2018-12-26 21:33:04 +01:00
raizo62
4a37b7fc7c iwconfig : Bit Rate can contain dots : Bit Rate=43.3 Mb/s 2018-12-26 12:35:31 +01:00
Radovan Garabík
f32d8a1432 conflict 2018-12-24 21:26:56 +01:00
Miha Frangež
2b98e0767d Add config for sensors command 2018-10-09 20:56:13 +02:00
Radovan Garabík
ae88b81759
Merge pull request #108 from erik-valdivieso/master
Fix packet loss percent with dot number
2018-09-26 16:42:52 +02:00
Radovan Garabík
c1cb9b8941
Merge pull request #107 from florianbeer/patch-1
Update logfile config
2018-09-26 16:40:11 +02:00
Radovan Garabík
04665c00b5
Merge pull request #106 from iax7/master
Add new conf files and fix existing
2018-09-26 16:38:26 +02:00
Radovan Garabík
5bc9f4e70f tune lspci 2018-09-26 16:28:45 +02:00
Radovan Garabík
047bcc6c7a
Merge pull request #86 from kapsh/lspci
Tune lspci colors
2018-09-26 16:23:16 +02:00
Erik Valdivieso
f3f76ad382
Fix packet loss percent with dot number
Works with

0%
0.0%
100%
100.0%
2018-08-29 11:31:01 -05:00
Florian Beer
918df658c2
Update logfile config
This commit refines how logfiles are displayed, so it is more suitable for webserver and mailserver logs in addition to generic kernel messages:

* Add colorization of strings in double quotes
* Alter parsing of pathnames to also include common URL path components
* Mark IPv4 and IPv6 addresses
* Detect email addresses
* Detect HTTP verbs and common HTTP and mailserver status codes

I think it is rather nice to look at and easy to visually parse important parts of each log line. Since I've been using this config for a long time on my servers I thought I should give back and make it available to the public.

Merge if you feel like it, if not it is here to copy for anyone that wants to. Thanks @garabik for your awesome tool!
2018-08-24 11:07:13 +02:00
Isaias Pina
1d07328d38
Add kubectl and yaml conf file 2018-08-09 22:14:04 -05:00
Radovan Garabík
d64b7c6523
Merge pull request #92 from iax7/master
Fix color files
2018-07-01 14:59:23 +02:00
Tasnad Kernetzky
fc39736c78
Fixed conf.ss: Match all IPv6 addresses not only ::1 2018-06-06 11:24:53 +02:00
Tasnad Kernetzky
66efc0dc3a
Fix: brackets, address scope; match process name
Newer versions of ss have a slightly different output syntax: IPv6 addresses are put in brackets (like in URLs).
tcp   LISTEN  0       32                       [::1]:53              [::]:*   
Also, the addresses' scope may be in the output:
192.168.1.1%eth0:68           0.0.0.0:*   users:(("NetworkManager",pid=82,fd=6)) ino:661155 sk:272 <->

I had to move the "status" regex or it would overwrite IPv6 addresses.
2018-06-05 18:57:20 +02:00
Isaias Pina
e9fc71c699
Fix ipaddr, iproute and uptime colors 2018-05-14 15:53:27 -05:00
Isaias Pina
e88d90ff0a
Add common file to highlight words in green,red,yellow 2018-05-14 15:48:48 -05:00
Isaias Pina
4c8b5a799a
Fix dig coloring single chars 2018-05-14 14:44:44 -05:00
Alexander Kapshuna
9c4796ff65 Tune lspci colors 2018-05-03 16:58:44 +03:00
Radovan Garabík
c244781df8 nping support 2018-04-28 19:19:42 +02:00
Radovan Garabík
869a5ebe93
Merge pull request #80 from bladeroot/new-confs
add new configurations
2018-04-28 19:08:12 +02:00
Radovan Garabík
f47677d6e4
Merge branch 'devel' into master 2018-04-28 19:06:06 +02:00
Yurii Myronchuk
481e097c76 add new configurations 2018-01-06 14:04:34 +02:00
Isaias Piña
cc1880e6d9
Update conf.sysctl 2017-12-07 15:52:01 -06:00
Isaias Pina
d927c5db24
Fix conf files
Add conf.jobs file
Fix lsattr and df conf files
Fix dockerimages conf file
Update grc.fish
2017-11-23 17:44:36 -06:00
Radovan Garabík
a110dd51bd better fix end of line stripping; strip whitespaces 2017-11-04 21:14:43 +01:00
Radovan Garabík
4b76c139a5
Merge pull request #70 from iax7/patch-2
Update conf.lsblk to color UUID correctly
2017-11-04 19:57:11 +01:00
Radovan Garabík
1d661756f0 beginning of word 2017-10-09 17:15:20 +02:00
Radovan Garabík
b281df72c4 add ntpdate config file 2017-10-09 17:04:22 +02:00
Radovan Garabík
a734ae32a4 add ntpdate config file 2017-10-09 17:03:06 +02:00
Radovan Garabík
b1d36b1f19 Merge pull request #68 from iax7/patch-1
Error when disk usage is 100%
2017-10-09 16:56:44 +02:00
Isaias Piña
da6c77164d Update conf.lsblk to color UUID correctly 2017-08-09 11:39:37 -05:00
Isaias Piña
471e841d19 Error when disk usage is 100% 2017-08-07 13:44:31 -05:00
Radovan Garabík
5609f1dc42 Merge pull request #65 from NoSuck/df-missing-separator
Missing Separator
2017-06-13 15:52:36 +02:00
NoSuck
d13808f5bd Missing Separator
Come on, wussies!  You don't know if a disk truly loves you, until you've pushed her past 95%!
2017-06-07 15:35:00 -04:00
Radovan Garabík
ddc03abfdb forgotten conflict 2017-06-07 15:03:32 +02:00
Radovan Garabík
5758a80b5e spelling 2017-04-21 10:29:25 +02:00