Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:ibsystem:ai:gpt-4 [2023/06/06 20:08] – [ibmanager.xml - configuration file] ibadmin | en:ibsystem:ai:gpt-4 [2023/06/13 14:01] (current) – [alerts.xml - configuration file] ibadmin | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== OpenAI - GPT4 ====== | ====== OpenAI - GPT4 ====== | ||
- | This section contains a collection of prompts for generating configurations for the **IB-System**, | + | This section contains a collection of prompts for generating configurations for the **IB-System**, |
https:// | https:// | ||
Line 10: | Line 10: | ||
Also remember that while AI is a powerful tool, it still requires human supervision and intervention. Regardless of how advanced AI tools are, it is always worth paying attention to the results they generate and being ready to intervene if something goes wrong. | Also remember that while AI is a powerful tool, it still requires human supervision and intervention. Regardless of how advanced AI tools are, it is always worth paying attention to the results they generate and being ready to intervene if something goes wrong. | ||
+ | |||
+ | ===== ibvunit ===== | ||
+ | |||
+ | ==== ibvunit .xml - plik konfiguracyjny==== | ||
+ | |||
+ | <code text propmpt.txt> | ||
+ | Based on | ||
+ | |||
+ | https:// | ||
+ | |||
+ | Remember that devices can be abbreviated by a string in the form of: HxFyVz which means assigning the values of the attributes HardwareId=" | ||
+ | |||
+ | Generate a configuration file for the ibvunit program (ibvunit.xml) supporting: | ||
+ | |||
+ | Gateway " | ||
+ | - Dedicated for IB-System, ID 1, 2, 3 | ||
+ | - Non-dedicated H1020F1V1, id 11, 12 | ||
+ | |||
+ | Gateway " | ||
+ | - Non-dedicated H1012F1V1, id 101 | ||
+ | |||
+ | For all gateways: SleepMS=" | ||
+ | |||
+ | For all devices: TimeoutMS = " | ||
+ | |||
+ | Skip elements: MWT, MaxDataWordsInFrame, | ||
+ | |||
+ | Include paths in a format suitable for the Linux system. | ||
+ | |||
+ | The last known element should be < | ||
+ | </ | ||
===== ibmanager ===== | ===== ibmanager ===== | ||
Line 20: | Line 51: | ||
Based on | Based on | ||
- | https:// | + | https:// |
- | + | ||
- | Do not analyze subpages. | + | |
generate a configuration file for the ibmanager program (ibmanager.xml) with default values for a new application: | generate a configuration file for the ibmanager program (ibmanager.xml) with default values for a new application: | ||
Line 38: | Line 67: | ||
Include paths in a format suitable for the Linux system. | Include paths in a format suitable for the Linux system. | ||
</ | </ | ||
+ | |||
+ | ==== alerts.xml - configuration file==== | ||
+ | |||
+ | <code text propmpt.txt> | ||
+ | Based on | ||
+ | |||
+ | https:// | ||
+ | |||
+ | generate an alert configuration file for the ibmanager program (ibalert.xml). The parameters for ibalert are s213c.ibsystem.org: | ||
+ | |||
+ | use regular expressions when defining alerts. | ||
+ | |||
+ | Alerts in which id starts with " | ||
+ | Non-critical alerts do not start with " | ||
+ | |||
+ | rules: | ||
+ | |||
+ | critical alerts: every day at any time, every 1 min | ||
+ | non-critical alerts: daily from 9 to 20, every 24h | ||
+ | |||
+ | recipients: | ||
+ | |||
+ | John Smith, +48222222222, | ||
+ | Jane Doe, +48111111111, | ||
+ | |||
+ | Send critical alerts via SMS only to all recipients. | ||
+ | Send non-critical alerts via email only to John Smith. | ||
+ | |||
+ | The last known element should be < | ||
+ | </ | ||
+ |