Commit graph

853 commits

Author SHA1 Message Date
f2d4f48fb4 lish version++ 2013-12-08 00:32:51 +01:00
4c165b4db8 updated status output in lish 2013-12-08 00:30:15 +01:00
2ae5b8bd2f just playing around with a process pool. do not use this commits code! 2013-12-07 18:59:36 +01:00
89fcf4d59d added stuff to CHANGELOG and TODO 2013-12-07 03:33:02 +01:00
100ad96d7e removed a tab in output 2013-12-05 13:29:37 +01:00
b869053aec made urlish the gui command in lish 2013-12-05 03:59:22 +01:00
2109e0f81e added example tree structure to urlish and a TODO with a lot to think about 2013-12-02 01:15:39 +01:00
c3cfee6bed added TODO to jobs.py regarding multi core support 2013-12-02 01:14:22 +01:00
85af8699c4 set corethread defaults back to 0; makes no sense if we have less then 200 jobs 2013-12-01 23:36:12 +01:00
fc5e5276e0 added CHANGELOG file to record the changes in a human readable way 2013-12-01 21:43:42 +01:00
f0e5615bd7 renamed clish to urlish since we are not using curses but urwid as base 2013-12-01 21:12:09 +01:00
8a2e4caf32 moved the import of the json-rpc backend to only import when activated 2013-12-01 15:06:50 +01:00
63210fe275 added first usable design of clish using urwid not raw curses; sexy stuff... ;) 2013-12-01 04:34:56 +01:00
95bffed954 changed default delay again; seems to work better with some thousands of jobs 2013-12-01 04:22:47 +01:00
b2db0ffcff set new defaults in bin/linspector after a lot of stress testing 2013-12-01 03:22:37 +01:00
aa7e49d081 added "shutting down" message 2013-12-01 01:40:22 +01:00
25ab1715f9 just a typo fix in lish 2013-11-30 22:33:51 +01:00
d3850344df added linspector version to interface and get function for use in frontends 2013-11-30 21:44:21 +01:00
6614432066 added new frontend "clish" which is a curses based interface to linspector 2013-11-29 01:16:55 +01:00
e5455977d9 made it possible to select another frontend in config and load this if set; lish will stay default 2013-11-29 01:15:50 +01:00
9fe9f85000 moved lish related info print from bin/linspector to lish 2013-11-29 00:27:14 +01:00
1b5ddec576 added log level management to interface and lish 2013-11-23 21:33:02 +01:00
755a0dcf23 updated minimal json and replaced mail task with logger task 2013-11-23 20:44:57 +01:00
177f503409 small typo fixes 2013-11-23 20:22:20 +01:00
64800c3741 added progess in percent while scheduling jobs... yay... :) 2013-11-23 20:18:38 +01:00
c8e3f52f1c replaced mail task with logger task in stress.json; should be the default for example files 2013-11-23 19:59:26 +01:00
880c45cd05 added the needs_arguments method to mail and mongodb task 2013-11-23 01:26:53 +01:00
3d1bfc8453 changed log message from warning to error 2013-11-22 23:18:53 +01:00
86107d60b3 addes ome broken code to mariadb task; just playing around... 2013-11-22 21:10:08 +01:00
b212879b09 some more JobInformation stuff and mongodb task update 2013-11-22 20:32:14 +01:00
5086520ed2 added authentication to mail task 2013-11-22 19:41:59 +01:00
c77d707fd5 reverted typo fix in dev.json 2013-11-22 19:33:41 +01:00
15fc135484 typo fix in dev.json 2013-11-22 19:32:56 +01:00
5785340a55 fixed mongodb task; writes just a timestamp and the response message for now 2013-11-22 19:32:05 +01:00
3665948c45 small date fix in logger task 2013-11-22 19:17:55 +01:00
e675d4be27 added timestamp to each message in logger task 2013-11-22 18:55:10 +01:00
4577608b81 added todays new code features to dev.json 2013-11-22 18:47:07 +01:00
ee1b22ad66 prepared logger task for file rotation 2013-11-22 18:44:55 +01:00
e5b0c9b414 made tasks type supporting a string or a list of strings 2013-11-22 18:25:34 +01:00
66ac870088 added new storage task for logging to a file 2013-11-22 18:12:16 +01:00
792eabc3b8 small cleanups 2013-11-22 17:52:32 +01:00
2a3943df33 replaced msg argument with job_information in task handler and mail task 2013-11-22 17:47:58 +01:00
44600ef116 added reponse_message to JobInformation 2013-11-22 17:42:21 +01:00
9c30c4e7a9 reverted some non working stuff from last night; tasks should work now 2013-11-22 17:37:15 +01:00
RafTim
7e60f1096f removed jobExecution object and leave only its response message 2013-11-22 01:25:52 +01:00
RafTim
cda92542e8 added pymongo task and configuration, refactored JobExecution and JobInformation objects and usage 2013-11-22 01:12:16 +01:00
ea2a54ba9f added soem stuff to mongodb task 2013-11-22 00:02:07 +01:00
eae66aa43b just some testing stuff in jobs 2013-11-17 02:20:35 +01:00
cee52e78dc added something to TODO 2013-11-15 06:16:40 +01:00
242fbf9e11 renamed snmp/snmpget to snmp/get 2013-11-11 23:20:51 +01:00