We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6169fa commit 74ab6c9Copy full SHA for 74ab6c9
1 file changed
README.md
@@ -1,2 +1,24 @@
1
# kcare-uchecker
2
A simple tool to detect outdated shared libraries
3
+
4
+## Usage
5
6
+Simple script run will looks like
7
8
+``` bash
9
+$ curl -s -L https://kernelcare.com/uchecker | sudo python
10
+[*] Process httpd[15516] linked to the `libc-2.17.so` that is not up to date.
11
12
+You may want to update libraries above and restart corresponding processes.
13
14
+KernelCare+ allows to resolve such issues with no process downtime. To find
15
+out more, please, visit https://lp.kernelcare.com/kernelcare-early-access?
16
+```
17
18
+## Troubleshooting
19
20
+For more verbose output you can choose logging level from ERROR, WARNING, INFO and DEBUG. For example
21
22
23
+$ curl -s -L https://kernelcare.com/uchecker | sudo LOGLEVEL=debug python
24
0 commit comments