What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

Monitoring MobileIron MDM Environement

Votes:

0

Does somebody have a powershell script or anything else for monitoring his MobileIron MDM environement? I saw some scripts for nagios so i guess that should be possible for MobileIron as well, but i'm sadly bad on scripting...

custom-script-exe mdm mobileiron

Created on Jan 29, 2019 12:53:54 PM



2 Replies

Votes:

0

Hi there,

A quick search showed that MobilIron offers an API that maybe can be utilized via the REST Custom Sensor. Have you already looked into that?
https://www.mobileiron.com/en/resources-library/faq

Best regards.

Created on Jan 29, 2019 3:05:55 PM by  Dariusz Gorka [Paessler Support]



Votes:

0

This Thread is a little bit older but I want to add some Information.

At the Moment we monitor two things over the Rest-API

  1. Number of Registered Devices
  2. Days until the Apple VPP Token expires.

For Both you need the HTTP XML-/REST-Value Sensor:

For 1 you have to add the folowing URL:
https://<your Company mdm URL>/api/v2/devices/count?adminDeviceSpaceId=1&query="common.retired" = false

The XML Node is: totalCount

For 2 you have to add the Following URL:
https://mdm.warema.de/msa/v2/vpp/accounts

The XML Node is: numDaysToExpire

For both you have to add the Authorization Header in the "Header" Field of the Sensor: Authorization:Basic YXBp.................==

So you need an local User on MobileIron and with Username and Password you have to create an Basic Value. You can do this here: https://www.debugbear.com/basic-auth-header-generator

Created on Nov 26, 2021 3:08:29 PM

Last change on Nov 26, 2021 3:34:40 PM by  Felix Wiesneth [Paessler Support]




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.