Commit graph

236 commits

Author SHA1 Message Date
7123210abf Comment fix. 2022-10-02 03:11:13 +02:00
1e86dcbfd8 Some small log format change. 2022-10-02 01:18:20 +02:00
f4e3b9c01b Cosmetic changes and some more inline comments. 2022-10-01 22:02:32 +02:00
9c9274f0b4 Mostly cleanups and added comments to the config files. 2022-10-01 10:25:42 +02:00
60752e1a4b Mostly cleanups and a TODO update. 2022-10-01 09:14:42 +02:00
2a0f507f31 Moved singleton.py from utils/ to core/. It really is a core class. 2022-10-01 08:50:36 +02:00
d57fd97fbd Moved kwargs from __init__ to execute() in services, optimized logging and a lot of bug fixes and refactoring. Bug fixes too. 2022-10-01 08:43:19 +02:00
6036ab6462 Bug fixes. There are still more in monitor.py! 2022-10-01 06:27:04 +02:00
70e59f571c Bug fixes. There are still more in monitor.py! 2022-10-01 06:18:08 +02:00
2178452f39 Simplified logging, enabled start_date in monitor configuration and enabled timezone configuration. 2022-10-01 06:05:30 +02:00
549510c3a4 Lot of bug fixing, optimizations and refactoring. 2022-10-01 04:37:35 +02:00
ee423c01bb Backup commit. Many internally changes. Known issues still need to be fixed. 2022-09-30 05:43:35 +02:00
8808b657c4 Basic scheduling works now but execution of services is not available. Lot of stuff done... 2022-09-30 02:14:36 +02:00
1420738299 Added log helper and imported lot of old Linspector code. Needs more work! 2022-09-29 23:52:33 +02:00
f340fb0ca2 Added period classes from old Linspector. 2022-09-29 22:23:56 +02:00
ca6b424473 Added basic scheduler code. 2022-09-29 22:21:31 +02:00
fd7bad223f TODO update. 2022-09-29 15:48:45 +02:00
cb34948d06 Added docs/index.rst stub for future documentation using Sphinx. 2022-09-29 15:32:56 +02:00
d2c28076d9 Added CSV task. 2022-09-29 14:47:25 +02:00
56a78099a5 Added a mindmap to files/docs for testing this IDEA plugin. 2022-09-29 14:32:25 +02:00
088a36815f README update. 2022-09-29 13:47:14 +02:00
503bc3a6ea requirements.txt update. 2022-09-29 13:42:30 +02:00
ee2102017c requirements.txt update. 2022-09-29 08:14:37 +02:00
e3f4e941df Deleted APScheduler from the source tree. README update. 2022-09-29 08:09:23 +02:00
7d470ba94b Added APScheduler to requirements.txt, README update. 2022-09-29 08:06:12 +02:00
1bb402ccfc README update. Changed version number scheme. 2022-09-29 07:28:34 +02:00
2c7a870fc7 README and linspector.conf update. 2022-09-29 07:04:44 +02:00
5eb1507227 README and linspector.conf update. 2022-09-29 07:01:37 +02:00
1486fc7305 README update. 2022-09-29 05:33:54 +02:00
677a7fd36b Added files for packaging Linspector. 2022-09-29 05:22:45 +02:00
47b40c7837 LICENSE fix and added .txt extension to be more pythonic. 2022-09-29 05:16:48 +02:00
d9c20c2616 README update. 2022-09-29 04:58:39 +02:00
af91adec7e Added content to Makefile. 2022-09-29 04:58:00 +02:00
8a3494fe6a requirements.txt update. 2022-09-29 04:31:53 +02:00
665b70ed7d Just playing around with logging... ;) 2022-09-29 03:33:28 +02:00
e693a6fce2 Forgot to increase the version to 0.19 on last commit. 2022-09-29 03:02:53 +02:00
dbb0e23091 Added file logging and a new parameter (-s) for logging to stdout. 2022-09-29 02:59:40 +02:00
1d89481e51 Set version from 0.1 to 0.18 because the last version of "old" Linspector was 0.17. 2022-09-29 00:17:44 +02:00
3b68b37cf3 README update. 2022-09-29 00:12:16 +02:00
172ca5eae7 README update. 2022-09-29 00:11:00 +02:00
b0d73510b4 README fix. 2022-09-29 00:07:38 +02:00
5e73f48059 README fix. 2022-09-29 00:07:00 +02:00
ad1d911816 README fix. 2022-09-28 23:49:48 +02:00
1509d3d518 Added FAQ section to README. 2022-09-28 23:48:21 +02:00
b104698a90 Simplified the daemon code and added stop and restart parameters to the linpector program. 2022-09-28 23:29:51 +02:00
0e8118a2c0 linspectord is now the daemon, not subclassed like before... makes sense because I never need an abstract layer here. 2022-09-28 08:50:10 +02:00
fe2fea6b9d Some more daemon recognition... 2022-09-28 08:40:28 +02:00
e4ffdedb56 Refactoring, fixes and really a lot of new ideas... 2022-09-28 08:27:51 +02:00
23f52504e2 bin/linspector fix and added run() method to linspectord.py. 2022-09-28 04:26:12 +02:00
e055dc52c3 Added the license from APScheduler to its source directory. It is MIT and the same as Linspector is licensed. 2022-09-28 04:25:08 +02:00