Commit 9510330
Feature - Resolve syslog IP against cacti Hosts (#243)
* agents
* Update copilot-instructions.md
* correct filename spelling
* Allow for resolving syslog device ip against cacti hosts table
Some devices dont send the device name as the hostname for syslog instead they send the IP
This feature will allow for resolving the IP against the cacti host table as the device may not be in DNS
* Update .github/ISSUE_TEMPLATE/agents/mysql-mariadb.agent.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update .github/ISSUE_TEMPLATE/agents/mysql-mariadb.agent.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update functions.php
* Consolodate setting
Update the flow as follows
1) If we recive a host check DNS
2.) if the IP is not in DNS check the cacti host table
3.) Mark as invalid if we cant find it
* update friendly name
* Update functions.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update .github/ISSUE_TEMPLATE/agents/mysql-mariadb.agent.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update .github/ISSUE_TEMPLATE/copilot-instructions.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* update the host validation logic
Dont just mark the device as invalid
instead pass the original sent hostname/ip and log that it could not be resolved
* Update to Hostname resolution logic
1.) Provide a way to disable dns resolution if your hosts are not in DNS
2.) Prefix an invalid hostname with unresolved-original_hostname for better traceability
* Group host discovery options together
* Allow for no DNS option to be disabled
Allow for the check against cacti to continue
* Fix logic issue when dns lookup is disabled
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent 4e546ac commit 9510330
2 files changed
Lines changed: 97 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1495 | 1495 | | |
1496 | 1496 | | |
1497 | 1497 | | |
1498 | | - | |
| 1498 | + | |
1499 | 1499 | | |
1500 | 1500 | | |
1501 | 1501 | | |
| |||
1765 | 1765 | | |
1766 | 1766 | | |
1767 | 1767 | | |
| 1768 | + | |
| 1769 | + | |
| 1770 | + | |
| 1771 | + | |
| 1772 | + | |
| 1773 | + | |
| 1774 | + | |
| 1775 | + | |
| 1776 | + | |
| 1777 | + | |
| 1778 | + | |
| 1779 | + | |
| 1780 | + | |
| 1781 | + | |
| 1782 | + | |
| 1783 | + | |
| 1784 | + | |
| 1785 | + | |
| 1786 | + | |
| 1787 | + | |
| 1788 | + | |
| 1789 | + | |
| 1790 | + | |
| 1791 | + | |
| 1792 | + | |
| 1793 | + | |
| 1794 | + | |
| 1795 | + | |
| 1796 | + | |
| 1797 | + | |
| 1798 | + | |
| 1799 | + | |
| 1800 | + | |
| 1801 | + | |
| 1802 | + | |
| 1803 | + | |
| 1804 | + | |
| 1805 | + | |
| 1806 | + | |
| 1807 | + | |
1768 | 1808 | | |
1769 | 1809 | | |
1770 | 1810 | | |
| |||
1784 | 1824 | | |
1785 | 1825 | | |
1786 | 1826 | | |
1787 | | - | |
1788 | | - | |
1789 | | - | |
1790 | | - | |
1791 | | - | |
1792 | | - | |
1793 | | - | |
1794 | | - | |
1795 | | - | |
1796 | | - | |
1797 | | - | |
1798 | | - | |
1799 | | - | |
1800 | | - | |
| 1827 | + | |
| 1828 | + | |
| 1829 | + | |
| 1830 | + | |
| 1831 | + | |
| 1832 | + | |
| 1833 | + | |
| 1834 | + | |
| 1835 | + | |
| 1836 | + | |
| 1837 | + | |
| 1838 | + | |
| 1839 | + | |
| 1840 | + | |
| 1841 | + | |
| 1842 | + | |
| 1843 | + | |
| 1844 | + | |
| 1845 | + | |
| 1846 | + | |
| 1847 | + | |
| 1848 | + | |
| 1849 | + | |
| 1850 | + | |
| 1851 | + | |
| 1852 | + | |
| 1853 | + | |
| 1854 | + | |
| 1855 | + | |
| 1856 | + | |
| 1857 | + | |
| 1858 | + | |
| 1859 | + | |
| 1860 | + | |
| 1861 | + | |
| 1862 | + | |
| 1863 | + | |
| 1864 | + | |
| 1865 | + | |
1801 | 1866 | | |
1802 | 1867 | | |
1803 | 1868 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1138 | 1138 | | |
1139 | 1139 | | |
1140 | 1140 | | |
1141 | | - | |
1142 | | - | |
1143 | | - | |
1144 | | - | |
1145 | | - | |
1146 | | - | |
1147 | 1141 | | |
1148 | 1142 | | |
1149 | 1143 | | |
| |||
1173 | 1167 | | |
1174 | 1168 | | |
1175 | 1169 | | |
| 1170 | + | |
| 1171 | + | |
| 1172 | + | |
| 1173 | + | |
| 1174 | + | |
| 1175 | + | |
| 1176 | + | |
| 1177 | + | |
| 1178 | + | |
| 1179 | + | |
| 1180 | + | |
| 1181 | + | |
| 1182 | + | |
| 1183 | + | |
| 1184 | + | |
| 1185 | + | |
| 1186 | + | |
1176 | 1187 | | |
1177 | 1188 | | |
1178 | 1189 | | |
| |||
0 commit comments