Hey, i want to do an auto discovery on several ip i haved list, with only ping sensor. I want to show all auto discovery, not only the equipement who work, i want to show all equipement i put in my ip list even they don't work.

How can i do this?


Article Comments

Hello there,

Auto-Discovery will not add devices that are not pingable as a positive ping response is usually a must before adding a device.

It might work when creating a copy of "Device Generic Ping.odt", which is the generic ping template and save an adjusted copy of it where you remove requires="ping" (you can edit the file with a simple text editor).

Kind regards,

Erhard


Dec, 2019 - Permalink

Hello,

Alright i have done this, but nothing better, i can't watch device with ping sensor e ven they don't work... I removed "requires="ping"".

<?xml version="1.0" encoding="UTF-8" ?>
  <devicetemplate id="ping" name="Ping+" priority="160">
    <check id="ping" meta="ping"/>
    <create id="pingsensor" kind="ping" displayname="Ping">
      <createdata>
        <priority>
          5
        </priority>
        <timeout>
          2
        </timeout>
        <interval>
          30
        </interval>
      </createdata>
    </create>
  </devicetemplate>

Dec, 2019 - Permalink

Hello,

Thank you for the reply, but nothing better with a copy of the generic ping and without requires="ping" I am waiting an other solution if you have...

Best regards,


Dec, 2019 - Permalink

Hi there,

Ok, I've tested it on my end, it simply does not work, no matter how, PRTG will simply refuse to add devices when Ping fails, so adding the devices manually is the only option, I'm afraid.

Kind regards,

Erhard


Dec, 2019 - Permalink