Commit graph

271 commits

Author SHA1 Message Date
9129aa2e0c Made the "Code of Conduct" a plain text file. (0.28.4) 2023-09-05 01:15:53 +02:00
9cc0490c65 Added "Code of Conduct". (0.28.4) 2023-09-04 23:22:15 +02:00
42b3feee87 Fixed a bug in MySQL task + some other fixes. (0.28.4) 2023-09-04 15:03:01 +02:00
e7cdb05efa Just a typo fix. (0.28.3) 2023-09-03 15:24:40 +02:00
36149ce10a Added some startup information. (0.28.3) 2023-09-03 08:32:49 +02:00
4936bc68a7 Added error count to database and more logging. (0.28.3) 2023-09-03 06:51:04 +02:00
3add308d05 Added more comments to etc/linspector.conf. (0.28.2) 2023-09-02 21:43:49 +02:00
4753c28f81 Added error count to monitors and print more information on startup. (0.28.2) 2023-09-02 21:38:30 +02:00
3f5b7c69fd Added enhanced log output when running in DEBUG mode. (0.28.1) 2023-09-02 20:05:46 +02:00
48eb2f220a requirements.txt update. (0.28.0) 2023-09-02 19:56:46 +02:00
c5fdd1cc4a Added more customizable error logging and bug fixes! (0.28.0) 2023-09-02 19:54:46 +02:00
d2098a542f Added logfile_error to example configuration. (0.27.1) 2023-09-02 14:16:52 +02:00
cd4c1ab67e Added error logging to separate logfile (needs more enhancements). (0.27.1) 2023-09-02 14:04:24 +02:00
57a67d26f5 requirements.txt update. (0.27.0) 2023-09-02 08:31:28 +02:00
362b1dfb7c Removed logging to stdout & stderr to be prepared for Lish. (0.27.0) 2023-09-01 17:05:15 +02:00
971ec6329f Fixed bug 0001 and added username to vendor.avm.is_connected service. (0.26.1) 2023-08-31 22:58:37 +02:00
83827e8070 Reverted databases back to be tasks again. This is more native to the API of Linspector. (0.26.0) 2023-08-31 22:30:05 +02:00
b5960331c4 requirements.txt update. (0.25.9) 2023-08-31 02:34:20 +02:00
54f55574eb Small cleanups. (0.25.9) 2023-08-24 14:44:45 +02:00
458816e57f Fixed loading of plugins if the selected plugin does not exist. (0.25.9) 2023-08-23 22:54:46 +02:00
d5bb4a962d Renamed column "message" to "log". (0.25.7) 2023-08-23 20:23:49 +02:00
294bb598f7 Syntax fix. (0.25.7) 2023-08-23 11:09:31 +02:00
55652d08a2 Small logical fix. (0.25.7) 2023-08-23 10:53:36 +02:00
369661794f Requirements update. (0.25.7) 2023-08-23 09:56:00 +02:00
e73115e786 Cleanups. (0.25.7) 2023-08-23 00:06:17 +02:00
a1df843994 More simplified and better defined logging in services. (0.25.7) 2023-08-22 21:38:33 +02:00
3a0f555dd3 Added port probing service. (0.25.6) 2023-08-22 19:16:13 +02:00
dfcdd07a84 Timezone fix in the scheduler. (0.25.5) 2023-08-22 15:56:01 +02:00
2aa8e9e7f1 Added jobid to each job in the scheduler and a small timezone fix. (0.25.4) 2023-08-22 15:33:43 +02:00
fb7afd0bb7 Small fixes. (0.25.3) 2023-08-22 11:05:38 +02:00
cd8b2c5093 Small fix. (0.25.3) 2023-08-22 10:09:47 +02:00
b50946b097 Renamed dummy database module to "none". (0.25.3) 2023-08-22 09:43:41 +02:00
3cb15dea3d Dummy database module fix. (0.25.2) 2023-08-22 05:59:45 +02:00
7bfaf84244 Some cleanups. (0.25.1) 2023-08-22 05:49:10 +02:00
c1241ccf43 Some cleanups. (0.25.1) 2023-08-22 05:15:09 +02:00
1b11cfdadc File header alignment. (0.25.1) 2023-08-22 02:53:50 +02:00
f6c42040bb Added developer configuration file. It contains a lot of ideas of future features. (0.25.1) 2023-08-22 01:26:01 +02:00
e71d7c088c TODO update. (0.25.1) 2023-08-22 00:42:51 +02:00
802ad69781 Added more fields to MySQL module. (0.25.1) 2023-08-22 00:31:44 +02:00
c429619040 Finished MySQL database module as early release. (0.25.0) 2023-08-22 00:00:16 +02:00
4491b6e455 README update. (0.24.1) 2023-08-21 19:18:50 +02:00
b035fe720c README update. (0.24.1) 2023-08-21 19:16:03 +02:00
430a34cda1 README update. (0.24.1) 2023-08-21 19:15:15 +02:00
ca8d26f98c README update. (0.24.1) 2023-08-21 19:12:17 +02:00
3042225ff9 Added MySQL support and first code for testing the connection. (0.24.1) 2023-08-21 19:08:19 +02:00
52b0c6b509 Moved databases from tasks to own concept because they need persistent connections. Tasks do now allow this. (0.24.0) 2023-08-21 15:05:42 +02:00
21c684bfbc Masses of deletions and cleanups. (0.23.2) 2023-08-21 01:48:57 +02:00
9500b91c2d Just small fixes. (0.23.1) 2023-08-21 00:27:35 +02:00
1ef835cfe6 Lot of task execution refactoring. (0.23.0) 2023-08-21 00:18:54 +02:00
681475f274 Tons of refactoring and implemented basic task execution. There are lot of bugs and features not working anymore. DO NOT USE!. (0.22.0) 2023-08-20 22:51:39 +02:00