Commit graph

307 commits

Author SHA1 Message Date
afc2f23308 Added syslog plugin stub but just as an idea. (0.21.6) 2023-07-09 23:57:54 +02:00
5ac1bca11a requirements.txt update. (0.21.6) 2023-07-09 19:10:14 +02:00
316c76f634 requirements.txt update. (0.21.6) 2023-07-09 01:48:13 +02:00
cd978108b0 Implemented timezone setting corretly and requirements.txt update. (0.21.6) 2023-05-30 02:44:52 +02:00
22c08787db requirements.txt update. (0.21.5) 2023-03-11 18:37:53 +01:00
e90ab515ca requirements.txt update. (0.21.5) 2023-03-07 23:38:59 +01:00
65340b92be requirements.txt update. (0.21.5) 2023-03-05 18:19:22 +01:00
50e244ab12 Just a small fix. (0.21.5) 2023-02-28 15:08:46 +01:00
5dfbc462ed Just small adjustments. (0.21.5) 2023-02-28 02:53:27 +01:00
d7ffeac943 Made logging 100% key=value format. (0.21.5) 2023-02-27 18:21:45 +01:00
4571fc232b A copy / paste fix in misc.random service... :) (0.21.4) 2023-02-27 12:25:35 +01:00
e02b769521 Fixed a configuration mistake. (0.21.4) 2023-02-27 12:13:28 +01:00
98dbd08575 Renamed main() to linspector() in bin/linspector. (0.21.4) 2023-02-27 11:15:14 +01:00
ceec36d561 Renamed logger to log in bin/linspector as every else used name. (0.21.4) 2023-02-27 11:12:24 +01:00
3192dcd6f5 Small configuration change and a change in misc.random service. (0.21.4) 2023-02-27 10:58:02 +01:00
a062182600 Added some comments and a cosmetic change. (0.21.4) 2023-02-27 10:50:11 +01:00
affddfd2b1 requirements.txt update. (0.21.4) 2023-02-27 07:44:42 +01:00
c09c8fe6cb Added asyncssh to requirements.txt. (0.21.4) 2023-02-25 01:59:46 +01:00
6f75fa2214 README update. (0.21.4) 2023-02-24 23:38:08 +01:00
d354b827fd README update. (0.21.4) 2023-02-24 19:44:55 +01:00
712a98feca README update. (0.21.4) 2023-02-24 19:43:04 +01:00
2d89adc9e4 README update. (0.21.4) 2023-02-24 19:42:02 +01:00
e2ebf1bcf6 README update. (0.21.4) 2023-02-24 19:40:04 +01:00
d87d3127cc Typo fix. (0.21.4) 2023-02-24 19:38:07 +01:00
dfc989062d README update. (0.21.4) 2023-02-24 19:30:10 +01:00
ac9e12f101 Added urwid to requirements.txt and updated textual. (0.21.4) 2023-02-24 19:21:29 +01:00
7f928c7933 Updated a README file... (0.21.4) 2023-02-24 18:19:18 +01:00
9908a0b78c Updated a README file... (0.21.4) 2023-02-24 18:15:50 +01:00
12bdca70a7 Added my complete configuration for testing. (0.21.4) 2023-02-24 18:08:04 +01:00
7848f9f58b README update. (0.21.4) 2023-02-24 17:41:01 +01:00
27fad98960 README update. (0.21.4) 2023-02-24 16:57:11 +01:00
6a5fd9041c Added some stuff to the misc.dummy and misc.random service for testing. (0.21.4) 2023-02-24 16:42:51 +01:00
1b14770a50 Multiprocessing adjustments and optimizations. (0.21.3) 2023-02-24 05:14:40 +01:00
cef5cea8f7 Only cleanups. (0.21.2) 2023-02-24 03:04:40 +01:00
4f30af83db More logging adjustments and improvements. (0.21.1) 2023-02-24 01:45:15 +01:00
ac99346ac9 Adde files/receipes.py for code snippet storage. (0.21) 2023-02-23 23:12:48 +01:00
5843f4358f Migrated to Loguru for logging and set up basic configuration, but it still needs adjustments. (0.21) 2023-02-23 19:06:53 +01:00
6226c59946 .editorconfig update. (0.20.5) 2023-02-23 11:12:54 +01:00
483814a546 README.md update. (0.20.5) 2023-02-23 10:46:57 +01:00
0c2c0917b2 Directory structure and filename refactoring. (0.20.5) 2023-02-23 10:26:44 +01:00
16d7ef94f3 requirements.txt update (0.20.4) 2023-02-22 22:48:34 +01:00
e4ad0bc5d5 Refactoring! Removed all unused code and made stuff consistent! (0.20.4) 2023-02-22 22:39:51 +01:00
3078d125e8 Use signal.pause() instead of while True to keep Linspector running. A while True loop starts using 100% of one CPU when there is no sleep() inserted. That's not a good way to keep a program running. (0.20.3) 2023-02-22 17:14:02 +01:00
7360ab1936 Some small improvements and refactoring. 2023-02-22 16:55:06 +01:00
a4053a0db3 Missed to remove a comment (0.20.1). 2023-02-22 15:28:57 +01:00
c8fa991478 First commit with working service execution and a defined log output (0.20). 2023-02-22 15:25:58 +01:00
be78e5e031 Just a typo fix. 2023-02-21 15:54:05 +01:00
b8282dd4eb monitor_identifier fix in monitors.py 2023-02-21 03:36:23 +01:00
4b57efd734 Some core task design changes and renamed the monitor identifier. 2023-02-21 03:15:34 +01:00
41047b743a .gitignore and README update. 2023-02-21 02:33:39 +01:00