Micha Schönenberger
Micha Schönenberger
unfortunately, the ``Get-NotificationTrigger`` (Get-Trigger) ist not working with ``Get-Object`` (which I have to use for 'Library' and 'LibraryNode' Object). ``Get-NotificationTrigger`` is working well for Devices (Get-Devices) Working (with Get-Device): ```...
``Get-NotificationTrigger -Id 50475`` is not working. ID 50475 is a Library and not a Sensor/Device/Group/Probe Even if I add 50475 as param, the ``Get-NotificationTrigger`` ask again for Object Input. ```...
I can not get any NotificationTrigger for a Library. ``` Get-Object -id 50475 | fl * Id : 50475 ParentId : -6 Name : TEST-Library Tags : DisplayType : Library...
Hi @lordmilko This one is working ``` $device | New-SensorParameters -RawType netappcdotio -qp @{defaultlogin_="1";user_="";password_="";port_="443";timeout_="60";transporttype_="1"} -Target * $sensor.unlock() $sensor.timeout_="60" $device | Add-Sensor $sensor ``` So this is a PRTG 'issue', that...
Thanks for you really fast reply! Yes, I can use this workaround. The netapp sensor are the first one I see where the question for credential are mandatory asked for...