Commit Graph

108 Commits

Author SHA1 Message Date
jokob-sk
346ac5912c @leiweibau consolidation-2022-08-06 2022-08-06 09:24:46 +10:00
jokob-sk
8e173eab88 optimisations #2, basic session cache for some dropdowns 2022-08-04 22:45:12 +10:00
jokob-sk
42363879e1 fix dev_Network_Node_MAC bug (rename was needed) 2022-08-04 21:11:49 +10:00
jokob-sk
c99f1a6e0d manual merge of leiweibau and TeroRERO changes 2022-08-04 19:39:07 +10:00
jokob-sk
19a4538262 Merge remote-tracking branch 'origin/leiweibau-merge-2022-07-31' into pr/55 2022-07-31 10:09:27 +10:00
leiweibau
28d163cf0b Merge Comit 6c4e354f5f 2022-07-29 16:41:38 +02:00
Joshua
6c4e354f5f Remove replace cycle from txt as not needed 2022-07-29 21:07:00 +10:00
Joshua
5e98961faa Fix down alerts and improve txt template 2022-07-29 21:03:01 +10:00
Joshua
a25b653753 Fix presence, time selector, improve ntfy 2022-07-26 17:05:27 +10:00
leiweibau
a5a3507667 Rollback some unused changes 2022-07-24 16:15:04 +02:00
leiweibau
cf83abb16b Update pialert.py
Change Request handling
2022-07-24 14:55:36 +02:00
Joshua
4220169206 Fix Pushsafer Support and Duplicate NTFY Messages
Make pushsafer request use the existing requests module as the module it relied on is not installed. 

Remove the sending of duplicate NTFY Messages
2022-07-24 17:50:26 +10:00
jokob-sk
9b4bdfa7a1 Merge branch 'leiweibau-merge-2022-07-24' into pr/37 2022-07-24 10:21:25 +10:00
leiweibau
3f304a02ff partial merge https://github.com/leiweibau/Pi.Alert/pull/9
- merged timezone configuration with pialert.conf as the settings file
- merged NTFY support
- the variable REPORT_DASHBOARD_URL was merged (duplication in Pushsafer and NTFY)
- update README
2022-07-23 21:19:30 +02:00
jokob-sk
6bdd2076a6 Merge branch 'pr/35' into leiweibau-merge2 2022-07-23 20:56:33 +10:00
jokob-sk
2e9f9f5b59 Add DB fix and renamed Activity chart to Device presence over time 2022-07-23 18:24:48 +10:00
leiweibau
f372529cdb support for Gotify from https://github.com/Haecky/Pi.Alert-TLS.On-Off
merge Commit b5cd865a27

merge Commit 4e61e2ee45
2022-07-22 21:43:27 +02:00
leiweibau
b855fca9be improve pushsafer support
- merged commit 7beec7f584
- merged parts of commit 70b6ccc523
- add headline/titel in pushsafer notification
2022-07-21 22:31:46 +02:00
leiweibau
5d5c75dba7 improve pushsafer support
Thanks to Final-Hawk
70b6ccc523
2022-07-21 21:22:39 +02:00
Joshua
fea3d575b7 Update Dark Image 2022-07-21 18:26:52 +10:00
Joshua
b9b0698668 Change event report order 2022-07-21 17:38:00 +10:00
Joshua
7beec7f584 Improve design of html mail report 2022-07-21 17:35:34 +10:00
Joshua
a0b7aa2969 Compress layout to be more readable 2022-07-21 17:28:04 +10:00
Joshua
70b6ccc523 Improve txt report for ntfy, mainly for mobile 2022-07-21 17:00:46 +10:00
Joshua
7e6c53f7b8 BETA - Table ascii for ntfy 2022-07-21 15:47:56 +10:00
leiweibau
1928d1b581 basic support for pushsafer.com
Currently, only a message with the link to the pi.alert page is sent. I am still struggling with the display of more detailed information.
2022-07-20 21:21:21 +02:00
Joshua
c0366fab96 add ntfy support 2022-07-20 18:31:03 +10:00
Joshua
9ca3ae0caa remove cycle from table 2022-07-19 19:11:42 +10:00
Joshua
4479d21b91 update table to include archived 2022-07-19 18:50:05 +10:00
Joshua
a69908a7c3 change wording on scancycle 2022-07-19 18:47:35 +10:00
Joshua
8f3e8aaa5d Merge branch 'main' of https://github.com/leiweibau/Pi.Alert 2022-07-19 18:45:09 +10:00
Joshua
6e05338fbb remove arpscan retries 2022-07-19 18:37:22 +10:00
leiweibau
65b788bc54 scanscript extension
scancycle is entered into the database after each scan.
2022-07-18 19:08:51 +02:00
Joshua
51027f6b30 Update SQL statement to correct one 2022-07-17 19:16:33 +10:00
Joshua
b17fd3b7a9 Update pialert.py 2022-07-17 15:41:59 +10:00
jokob-sk
6a92261735 auto DBupgrade - got dropped previously from pialert.py 2022-07-17 15:23:29 +10:00
leiweibau
01a267ff05 Completing the graph extension
Known issues:
- some small translations are not yet completed in gaph extension
- some small translations are not yet completed in entire frontend

Modification within the fork:
- enforce only one scancycle (crontab and frontend)
- if not already done, then sqlite3 must be installed
- DB must be patched via install/pialert_patch_DB.sh, otherwise the scan will run into an error
2022-07-16 15:07:18 +02:00
leiweibau
328b6a73c5 improve history graph 2022-07-13 20:29:03 +02:00
leiweibau
95cf2eff4a improve history graph 2022-07-13 20:29:03 +02:00
leiweibau
07c468f3ed Add history graph to Devices and presence (in development)
- A change in the database is necessary
- change scan-script (pialert.py) was changed to write more data into the database
- update Chart.js to 2.9.4
2022-07-12 23:52:58 +02:00
leiweibau
c12fccb2f7 Add history graph to Devices and presence (in development)
- A change in the database is necessary
- change scan-script (pialert.py) was changed to write more data into the database
- update Chart.js to 2.9.4
2022-07-12 23:52:58 +02:00
leiweibau
b2d2e3e9b6 Update AdminLTE
- from 2.4.5 to 2.4.18 (cannot detect any issues)
- set default scancycle for Apple Devices to 1
2022-07-11 21:34:04 +02:00
leiweibau
7ffc0892f7 Update AdminLTE
- from 2.4.5 to 2.4.18 (cannot detect any issues)
- set default scancycle for Apple Devices to 1
2022-07-11 21:34:04 +02:00
leiweibau
c1f68ae297 Maintenance
The source of a used GIF added to README.
The source of the used Fonts added to README.
Another used tool was added to the "Powered by" section.
More translation work was done and the technique used to do the manual Nmap-scans was changed to include a loading animation.
A speedtest has been added to the detailed view of the "Internet" device. This is also located under the "Nmap" tab.
2022-07-07 22:48:48 +02:00
leiweibau
c8817c1e59 Maintenance
The source of a used GIF added to README.
The source of the used Fonts added to README.
Another used tool was added to the "Powered by" section.
More translation work was done and the technique used to do the manual Nmap-scans was changed to include a loading animation.
A speedtest has been added to the detailed view of the "Internet" device. This is also located under the "Nmap" tab.
2022-07-07 22:48:48 +02:00
leiweibau
76ed2d8fd1 Maintaining
Changing the layout of maintenance page, fixing some bugs, add a function to disable the network scan (just for fun), update the readme
2022-06-24 22:46:16 +02:00
leiweibau
cbf55ca58b Maintaining
Changing the layout of maintenance page, fixing some bugs, add a function to disable the network scan (just for fun), update the readme
2022-06-24 22:46:16 +02:00
leiweibau
feb3eab3cd Suggestion for alternative Scan
On larger Network the default arp-scan is to slow
2022-06-13 19:11:43 +02:00
leiweibau
5c22432b85 Suggestion for alternative Scan
On larger Network the default arp-scan is to slow
2022-06-13 19:11:43 +02:00
leiweibau
55fc68eb1b DB Maintenance
merge Fork from https://github.com/jokob-sk/Pi.Alert
2022-06-01 19:19:14 +02:00