Commit Graph

201 Commits

Author SHA1 Message Date
TheNetworkGuy
7383583c43 Adjusted Gitignore, added config module, adjusted requirements for YAML support, added first unittests 2025-04-25 14:43:35 +02:00
TheNetworkGuy
dad7d2911f Reverted previous work 2025-04-23 11:11:05 +02:00
TheNetworkGuy
4fd582970d Container statement removed, added logs output 2025-04-14 20:43:32 +02:00
TheNetworkGuy
ad2ace942a Increased start_period time of Netbox 2025-04-14 20:37:17 +02:00
TheNetworkGuy
989f6fa96e Moved compose override logic to infra folder 2025-04-14 20:36:52 +02:00
TheNetworkGuy
f303e7e01d Moved to compose v2 2025-04-14 20:27:44 +02:00
TheNetworkGuy
38d61dcde7 Removed sudo statement 2025-04-14 20:25:02 +02:00
TheNetworkGuy
feb719542d Added Netbox deployment config 2025-04-14 20:22:43 +02:00
TheNetworkGuy
ea5b7d3196 Added initial unittesting PoC to see if Docker and Python are working correctly 2025-04-14 20:13:15 +02:00
TheNetworkGuy
908e7eeda9 Added documentation line for unsupported Zabbix versions. 2025-04-14 16:35:09 +02:00
Raymond Kuiper
aa6be1312e
Merge pull request #109 from mathieumd/patch-1
Update README.md
2025-03-28 09:54:19 +01:00
Mathieu MD
50c13c20cb
Update README.md
Use Bash syntax
2025-03-28 09:11:14 +01:00
Mathieu MD
964045f53e
Update README.md
- Fix #108 
- Enhance a few manual installation details
2025-03-28 09:09:28 +01:00
Twan Kamans
4c982ff0f5
Merge pull request #94 from TheNetworkGuy/develop
implements fix for hostgroup - host API call
2025-02-05 10:54:05 +01:00
TheNetworkGuy
7a671d6625 Also added backwards support for Zabbix 5 2025-02-04 12:46:00 +01:00
TheNetworkGuy
5617275594 implements fix for hostgroup - host API call 2025-02-04 12:40:13 +01:00
TheNetworkGuy
1673f7bb59 Downgrade to old version of zabbix_utils for Zabbix 7.2. Referenced in #91 2025-01-23 13:54:23 +01:00
TheNetworkGuy
b0eee8ad9b Fixed linter problems 2024-12-19 14:50:29 +01:00
Twan K.
9ff6b66c96
Merge pull request #88 from q1x/traversal_fixes
Traversal fixes
2024-12-19 14:44:39 +01:00
Raymond Kuiper
ffb8d5239c Embedded nesting in hostgroup init. 2024-12-18 14:06:40 +01:00
Raymond Kuiper
73d5306898 :Revert "added testing branch"
This reverts commit f301244306.
2024-12-18 13:00:16 +01:00
Raymond Kuiper
f301244306
added testing branch 2024-12-09 18:46:06 +01:00
Raymond Kuiper
867749ddd6
Merge pull request #86 from q1x/main
🏷️ Changed all occurences of "Netbox" to "NetBox"
2024-12-06 14:01:31 +01:00
Raymond Kuiper
d0941ff909 🏷️ Changed all occurences of "Netbox" to "NetBox" as per the [NetBox Style Guide](https://netboxlabs.com/docs/netbox/en/stable/development/style-guide/). 2024-12-06 13:51:05 +01:00
Raymond Kuiper
434722df53
Merge pull request #83 from retigra/main
 Added support for custom CA contexts within ZabbixAPI
2024-12-06 13:10:47 +01:00
Wouter de Bruijn
9131c940c5
📝 Added custom CA-bundle example 2024-12-05 14:35:25 +01:00
Wouter de Bruijn
8b670ba395
Added support for custom CA contexts within ZabbixAPI 2024-12-05 13:59:12 +01:00
TheNetworkGuy
4ec8036c88 Implemented #81 2024-11-21 08:38:42 +01:00
TheNetworkGuy
81764b589a Removed some forgotten code lines from testing 2024-11-18 14:11:38 +01:00
Twan K.
acab7dd6d2
Merge pull request #80 from TheNetworkGuy/virtual_machines
Virtual machines
2024-11-18 13:38:35 +01:00
TheNetworkGuy
2177234d7f Fixed some documentation 2024-11-18 13:27:24 +01:00
TheNetworkGuy
3f4d173ac0 Markdown fixed on custom field in README 2024-11-18 12:59:50 +01:00
TheNetworkGuy
0996059c5f Added better documentation for VMs nd fixed typo 2024-11-18 12:58:57 +01:00
TheNetworkGuy
0155c29fcc Fixed Pylint too-many-public-methods error 2024-11-15 14:08:04 +01:00
TheNetworkGuy
5d4ff9c5ed Fixed #79 2024-11-15 14:03:42 +01:00
TheNetworkGuy
204937b784 Fixed variable name typo 2024-11-13 20:32:47 +01:00
TheNetworkGuy
e0827ac428 Fixed long line linter error 2024-11-13 20:00:50 +01:00
TheNetworkGuy
09a6906a63 Added VM filtering 2024-11-13 19:56:09 +01:00
TheNetworkGuy
30545ec0f3 Added hostname filtering based on Cyrillic characters 2024-11-13 19:39:24 +01:00
TheNetworkGuy
56c19d97de Added basic error message when Netbox details are invalid. Fixed logging message for when template context keys are not present. 2024-11-06 15:57:11 +01:00
TheNetworkGuy
ffc2aa1947 Fixed location hostgroup bug 2024-10-31 20:03:09 +01:00
TheNetworkGuy
9417908994 Swapped hostgroup and template calculation since template lookup is a read-only operation and hostgroup lookup could be a read-write operation. 2024-10-31 15:51:33 +01:00
TheNetworkGuy
06f97b132a Changed some logging messages and removed import logging statement from troubleshooting 2024-10-30 21:25:58 +01:00
TheNetworkGuy
20096a215b Added HG and template checks for devices and VM's. Temp disabled inventory mapping for VMs 2024-10-30 21:10:22 +01:00
TheNetworkGuy
f1da1cfb50 Fixed logging formatting for submodules 2024-10-30 20:57:20 +01:00
TheNetworkGuy
5093823287 Added some logging and fixed role assignment for VM's 2024-10-30 20:52:28 +01:00
TheNetworkGuy
c1504987f1 Fixed bug for Tenant hostgroup generation 2024-10-30 18:21:42 +01:00
TheNetworkGuy
d598a9739a Fixed whitespace 2024-10-30 13:51:30 +01:00
TheNetworkGuy
7bf72de0f9 Fixed bug where a single host exception would stop the sync. 2024-10-30 13:50:20 +01:00
TheNetworkGuy
66f24e6891 Fixed several bugs, set default interface for VM to agent, fixed several linter errors. 2024-10-30 12:23:15 +01:00