Commit graph

280 commits

Author SHA1 Message Date
4dddcf0666 requirements.txt and README update. 2022-10-07 00:37:15 +02:00
cc1916bd94 Added fritzconnection to libraries in README. 2022-10-07 00:26:01 +02:00
f6c6ce30c2 README typo fix. 2022-10-07 00:16:17 +02:00
2843343c2d README update. 2022-10-07 00:12:41 +02:00
44596bd9b8 Just a newline fix in core.configuration.py. 2022-10-07 00:01:26 +02:00
8a2bc8046b Moved lish plugin to bin/lish since it should not be part of the core.
Lish can be used when the RPC plugin is loaded. Renamed Lish plugin to RPC. It is better to make Lish a own program since it would not work in daemon mode.
2022-10-06 23:51:53 +02:00
851505bff3 Some more configuration changes and inline comments. 2022-10-06 23:40:36 +02:00
ec39acfb02 Small logging fixes and more inline comments to explain this feature in detail. 2022-10-06 23:28:55 +02:00
7806511884 Reverted some of the last commit. Megabytes make sense for log_file_size. 2022-10-06 23:20:37 +02:00
d179e478eb Some logging configuration fixes.
log_file_size is now in bytes only. megabytes are obsolete since we all have a calculator... ;)
2022-10-06 23:14:28 +02:00
e5dbdc7264 Some more config stuff for better debugging in identifier test_test1. 2022-10-06 22:56:17 +02:00
1fc684c7e0 renamed get() to create() in plugins and added the log to args. 2022-10-06 22:42:31 +02:00
04e30b3301 Changes the name of a monitors job_id to monitor_id.
The job id should be only part of the job to not be confused.
2022-10-06 22:32:34 +02:00
9dbd235938 Version fix. 0.19.* must become the stable version. Not 0.20. 2022-10-06 05:48:21 +02:00
220079e64b Some more logging fixes in linspectord.py. 2022-10-06 05:38:34 +02:00
ddc20342d6 Some more logging stuff. 2022-10-06 05:30:05 +02:00
5d99640480 Some more logging stuff. 2022-10-06 05:05:41 +02:00
af4d26ea80 Some more debug logging in core.linspector.py. 2022-10-06 04:22:28 +02:00
390f768172 Added a default job interval if not configured in core or monitor configuration. 2022-10-06 04:08:19 +02:00
87c88a243b README update and a type conversion fix. 2022-10-06 03:31:40 +02:00
2d26fb54f0 Just an alphabetical order fix in args in job_function. 2022-10-06 03:25:57 +02:00
a2fe8e8196 Some more error handling and logging. 2022-10-06 03:24:16 +02:00
fc925d1d82 Made the monitor interval optional and set 300 seconds to default. 2022-10-06 03:08:16 +02:00
7e228a3196 Some more logging stuff. log is now a global function as argument.
Don't know if it is good, but it made things easier to me.
2022-10-06 02:42:15 +02:00
e665933bfb Some more logging stuff... 2022-10-05 05:50:13 +02:00
60d4cd9dd8 Added log_file_size_bytes to configuration. It can be used when log_file_size is not set. 2022-10-04 23:23:36 +02:00
5ca94ec14b Added FritzboxPhoneStatusService service and some cosmetic changes. 2022-10-04 22:59:04 +02:00
4cedf535d0 README update set Linspector homepage link to HTTPS. 2022-10-04 02:31:46 +02:00
dfedaa5d2e Configuration and monitor configuration update. 2022-10-04 02:19:18 +02:00
6b89907ee7 Some more inline comments and cosmetic changes. 2022-10-03 12:31:47 +02:00
cfa1607eaa README and .gitignore update. 2022-10-03 06:16:26 +02:00
db41e7ee0b Only optimizations. 2022-10-03 05:57:10 +02:00
0f8faee63d Small optimization. 2022-10-03 05:52:51 +02:00
381b790d11 Inline comments update. 2022-10-03 05:47:13 +02:00
1201da64f8 Enhanced the delta_range for job execution. 2022-10-03 05:31:59 +02:00
118445404f Some more scheduling config stuff in core/linspector.py. 2022-10-03 05:28:30 +02:00
36a2b62914 README update. 2022-10-03 00:38:25 +02:00
9a631e237a Bug fixes. 2022-10-02 22:53:30 +02:00
f50f6cf4d8 Comments update. 2022-10-02 05:04:31 +02:00
990719cac6 Mindmap update. 2022-10-02 04:17:50 +02:00
b2c75d29d8 Mindmap update. 2022-10-02 04:08:13 +02:00
f4b17755fd Mindmap update. 2022-10-02 03:49:08 +02:00
d824c041ee README update. 2022-10-02 03:26:33 +02:00
081a548215 Added foreground run mode when not running as daemon. 2022-10-02 03:22:04 +02:00
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