diff --git a/docs/NETWORK_TREE.md b/docs/NETWORK_TREE.md index fdf5675d..016ce701 100644 --- a/docs/NETWORK_TREE.md +++ b/docs/NETWORK_TREE.md @@ -33,7 +33,7 @@ To setup a device named `rapberrypi` as a `Switch` in our network. - After clicking the `Assign` button in the previous section, the `(AppleTV)` (1) device is now connected to our `raspberrypi` (2). -![Device details](/docs/img/NETWORK_TREE/Network_Page_2_Levels.png) +![Network page with 2 levels](/docs/img/NETWORK_TREE/Network_Page_2_Levels.png) - You can see the `raspberrypi` represents the Network node type `Switch` (3) - The `(AppleTV)` to `raspberrypi` connection is also displayed in the table of `Connected devices` (4). diff --git a/docs/WEBHOOK_N8N.md b/docs/WEBHOOK_N8N.md index a10b7a1e..5b171a5b 100755 --- a/docs/WEBHOOK_N8N.md +++ b/docs/WEBHOOK_N8N.md @@ -1,12 +1,13 @@ ### Create a simple n8n workflow -![n8n workflow](https://i.imgur.com/2EGrQjt.png) + +![n8n workflow](/docs/img/WEBHOOK_N8N/n8n_workflow.png) ### Specify your email template See [sample JSON](https://github.com/jokob-sk/Pi.Alert/blob/main/back/webhook_json_sample.json) if you want to see the JSON paths used in the email template below -![Email template](https://i.imgur.com/kcVjGm1.png) +![Email template](/docs/img/WEBHOOK_N8N/n8n_send_email_settings.png) ### Get your webhook in n8n -![n8n webhook URL](https://i.imgur.com/clN8eE5.png) +![n8n webhook URL](/docs/img/WEBHOOK_N8N/n8n_webhook_settings.png) ### Configure PiAlert to point to the above URL -![PiAlert config](https://i.imgur.com/rowJCC7.png) +![PiAlert config](/docs/img/WEBHOOK_N8N/Webhook_settings.png) diff --git a/docs/img/NETWORK_TREE/Network_Page.png b/docs/img/NETWORK_TREE/Network_Page.png index 72e31cf8..790bb40c 100755 Binary files a/docs/img/NETWORK_TREE/Network_Page.png and b/docs/img/NETWORK_TREE/Network_Page.png differ diff --git a/docs/img/WEBHOOK_N8N/Webhook_settings.png b/docs/img/WEBHOOK_N8N/Webhook_settings.png new file mode 100755 index 00000000..7934c224 Binary files /dev/null and b/docs/img/WEBHOOK_N8N/Webhook_settings.png differ diff --git a/docs/img/WEBHOOK_N8N/n8n_send_email_settings.png b/docs/img/WEBHOOK_N8N/n8n_send_email_settings.png new file mode 100755 index 00000000..64d4d84c Binary files /dev/null and b/docs/img/WEBHOOK_N8N/n8n_send_email_settings.png differ diff --git a/docs/img/WEBHOOK_N8N/n8n_webhook_settings.png b/docs/img/WEBHOOK_N8N/n8n_webhook_settings.png new file mode 100755 index 00000000..5b685afc Binary files /dev/null and b/docs/img/WEBHOOK_N8N/n8n_webhook_settings.png differ diff --git a/docs/img/WEBHOOK_N8N/n8n_workflow.png b/docs/img/WEBHOOK_N8N/n8n_workflow.png new file mode 100755 index 00000000..96ca9c0e Binary files /dev/null and b/docs/img/WEBHOOK_N8N/n8n_workflow.png differ diff --git a/front/php/templates/language/en_us.php b/front/php/templates/language/en_us.php index f137d3da..7210ca9b 100755 --- a/front/php/templates/language/en_us.php +++ b/front/php/templates/language/en_us.php @@ -429,7 +429,7 @@ $lang['en_us'] = array( If yes, delete them there as well. Now you can start Pi.Alert again. Now the device(s) should not show up anymore.', 'HelpFAQ_Cat_Detail_300_head' => 'What means ', 'HelpFAQ_Cat_Detail_300_text_a' => 'means a network device (a device of the type AP, Gateway, Firewall, Powerline, Switch, WLAN, PLC, Router,USB LAN Adapter, USB WIFI Adapter, or Internet).', -'HelpFAQ_Cat_Detail_300_text_b' => 'designates the port number where the currently edited device is connected to this network device.', +'HelpFAQ_Cat_Detail_300_text_b' => 'designates the port number where the currently edited device is connected to this network device. Read this guide for more info.', 'HelpFAQ_Cat_Detail_301_head_a' => 'When is scanning now? At ', 'HelpFAQ_Cat_Detail_301_head_b' => ' says 1min but the graph shows 5min intervals.', 'HelpFAQ_Cat_Detail_301_text' => 'The time interval between the scans is defined by the "Cronjob", which is set to 5min by default. The designation "1min" refers to the expected duration of the scan. @@ -451,7 +451,7 @@ $lang['en_us'] = array( and then simply switch the device off again. Now Pi.Alert should properly note the state of the device in the database with the next scan.', 'HelpFAQ_Cat_Network_600_head' => 'What is this page for?', 'HelpFAQ_Cat_Network_600_text' => 'This page should offer you the possibility to map the assignment of your network devices. For this purpose, you can create one or more switches, WLANs, routers, etc., provide them with a port number if necessary and assign already detected - devices to them. This assignment is done in the detailed view of the device to be assigned. So it is possible for you to quickly determine to which port a host is connected and if it is online.', + devices to them. This assignment is done in the detailed view of the device to be assigned. So it is possible for you to quickly determine to which port a host is connected and if it is online. Read this guide for more info.', ////////////////////////////////////////////////////////////////// // Front end events