Félix Suárez
c926349c67
Update copyright years
2023-07-03 09:20:25 -06:00
Félix Suárez
3378005dc3
Replace "Ártica ST"
2023-06-23 15:54:40 -06:00
Félix Suárez
ea3ecc7185
Replace "info\@artica.es"
2023-06-23 15:50:36 -06:00
Félix Suárez
6d3c2d52be
Replace "info@artica.es"
2023-06-23 15:44:33 -06:00
Félix Suárez
ce11a6521c
Replace "Artica ST"
2023-06-23 15:37:27 -06:00
Ramon Novoa
8edaad4e5a
Push /usr/lib/perl5 to the back of the module search path.
...
When /usr/lib/perl5 is added to the front of the module search path it
takes precedence over libraries distributed with binary versions of
Pandora FMS. This can be fixed by pushing it to the back instead.
2021-04-15 17:56:02 +02:00
Daniel Barbero Martin
22734a4ea2
WIP failover
2019-07-03 17:51:47 +02:00
Ramon Novoa
25db947d20
Change the interface naming convention.
2017-02-28 17:41:10 +01:00
Ramon Novoa
121c3a1af8
Prevent two agents from being each other's parents.
2016-10-06 15:21:00 +02:00
fermin831
68b76aeb9b
Fixed some differences between snmp recon and normal recon TICKETS #3296
2016-02-09 15:34:33 +01:00
Akihiro Uchida
0ad577941a
handle NAT corner case for snmp-recon.pl
2015-12-11 15:27:39 +09:00
Ramon Novoa
8b5e103d57
Use NetAddr::IP and pandora_ping for network scans.
2015-09-10 09:08:52 +02:00
Ramon Novoa
7d40ea754f
Completely removed nmap network scans.
2015-09-09 11:40:42 +02:00
Ramon Novoa
7f21572ac2
Allow multiple connections between two hosts.
2015-09-07 11:49:20 +02:00
Ramon Novoa
a54e99feba
Brute force all known connection methods. A lot slower, but seems to
...
work better.
2015-06-30 16:34:07 +02:00
Alejandro Gallardo Escobar
3b037caf32
Merge remote-tracking branch 'origin/develop' into features/oracle
2015-06-18 20:02:01 +02:00
Ramon Novoa
8a34944d76
Several improvements to the SNMP layer 2 recon script.
...
(cherry picked from commit cfd7590efc
)
2015-06-03 17:17:26 +02:00
Alejandro Gallardo Escobar
55d1b04f74
Removed some conflictive characters
2015-05-14 12:16:54 +02:00
Ramon Novoa
2322b07c77
Read dbengine from pandora_server.conf before connecting to the DB.
2015-05-12 16:30:05 +02:00
Ramon Novoa
8596b1365c
Fixed a typo in a module name.
2014-10-27 13:21:34 +01:00
Ramon Novoa
179b2b5d98
Added a last check for host interface names.
2014-10-10 16:44:21 +02:00
Ramon Novoa
2b68fdc23b
Fixed interface names.
2014-10-02 20:18:54 +02:00
Ramon Novoa
237c7539ce
Make sure other parameters are properly read from pandora_server.conf.
2014-10-02 16:27:54 +02:00
Ramon Novoa
54d12783a2
Use snmp_timeout instead of a fixed value for the SNMP recon script.
2014-10-02 13:44:17 +02:00
Ramon Novoa
e10b5e2522
Renamed interface modules to match those created by the SNMP Wizard.
2014-09-19 12:27:18 +02:00
Ramon Novoa
e7dfd18759
Added modules for ifce incoming and outgoing traffic and small fixes.
2014-09-18 18:27:41 +02:00
Ramon Novoa
f14dd07148
2014-08-07 Ramon Novoa <rnovoa@artica.es>
...
* util/recon_scripts/snmp-recon.pl,
util/recon_scripts/wmi-recon.pl: Set a default value
for nmap_timing_template.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10392 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-07 11:50:26 +00:00
Ramon Novoa
b7183f4daf
2014-08-07 Ramon Novoa <rnovoa@artica.es>
...
* conf/pandora_server.conf.new,
lib/PandoraFMS/Config.pm,
lib/PandoraFMS/ReconServer.pm,
util/recon_scripts/snmp-recon.pl,
util/recon_scripts/wmi-recon.pl: Added a new parameter to control how
aggressive nmap should be.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10391 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-08-07 10:43:25 +00:00
Ramon Novoa
a595a55b1b
2014-06-24 Ramon Novoa <rnovoa@artica.es>
...
* util/recon_scripts/snmp-recon.pl: Improved host connection.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10278 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-24 13:20:19 +00:00
Ramon Novoa
281ca5ab92
2014-06-17 Ramon Novoa <rnovoa@artica.es>
...
* lib/PandoraFMS/Core.pm: Removed an unused module.
* util/recon_scripts/snmp-recon.pl: Always perform a brute-force network scan.
Connect hosts via traceroute if no L2 information is available.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10218 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-17 11:21:51 +00:00
Ramon Novoa
7185640c79
2014-06-03 Ramon Novoa <rnovoa@artica.es>
...
* util/recon_scripts/snmp-recon.pl: Create a ping module for agents that do
not respond to SNMP.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10093 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-06-03 13:46:38 +00:00
Ramon Novoa
73494d9f82
2014-05-30 Ramon Novoa <rnovoa@artica.es>
...
* lib/PandoraFMS/Config.pm
lib/PandoraFMS/DataServer.pm: Ignore the agent group coming from the XML
if autocreate_group is set.
* util/recon_scripts/snmp-recon.pl: Changed the default value for a
router-less scan.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10045 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-30 10:01:23 +00:00
Ramon Novoa
a46b0ad2ad
2014-05-05 Ramon Novoa <rnovoa@artica.es>
...
* lib/PandoraFMS/ReconServer.pm: Added debug messages.
* util/recon_scripts/wmi-recon.pl: Added to repository. WMI Recon script.
* lib/PandoraFMS/WMIServer.pm,
util/recon_scripts/snmp-recon.pl: Small fixes.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9865 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-05-05 14:57:10 +00:00
jsatoh
277f76c0ac
2014-04-27 Junichi Satoh <junichi@rworks.jp>
...
* util/recon_scripts/snmp-recon.pl: Added support for FreeBSD.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9823 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-04-27 04:16:31 +00:00
Ramon Novoa
37d98118a9
2014-04-04 Ramon Novoa <rnovoa@artica.es>
...
* util/recon_scripts/snmp-recon.pl: Do not load MIB files (DISPLAY-HINTS may
cause MAC addresses to be displayed in a different format).
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9722 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-04-04 09:31:44 +00:00
Ramon Novoa
5e6e04ee1b
2014-04-04 Ramon Novoa <rnovoa@artica.es>
...
* util/recon_scripts/snmp-recon.pl: Lowered the number of retries.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9721 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-04-04 08:30:53 +00:00
Ramon Novoa
6038891ac5
2014-04-03 Ramon Novoa <rnovoa@artica.es>
...
* util/recon_scripts/snmp-recon.pl: Remove the symbolic labels from
enumeration values.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9716 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-04-03 15:40:44 +00:00
Ramon Novoa
42f65e8678
2014-04-03 Ramon Novoa <rnovoa@artica.es>
...
* util/recon_scripts/snmp-recon.pl: Fixed a typo.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9715 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-04-03 15:11:03 +00:00
Ramon Novoa
fe0190316c
2014-04-03 Ramon Novoa <rnovoa@artica.es>
...
* util/recon_scripts/snmp-recon.pl: Added to the repository. Recon SNMP L2
network scan script.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9709 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2014-04-03 10:40:35 +00:00