Skip to main content

9. Remote Server Monitoring

Pandora FMS also offers the possibility of monitoring Linux and Windows servers remotely without installing a software agent. 


To achieve this, create remote execution modules that allow you to ask the device from your Pandora FMS installation by executing a command (Windows or Linux) remotely and obtaining the result.

Create a network module:

image-1604508723344.png

Then choose a "Remote execution" module. Choose between the following ones depending on the type of data that the check returns (numeric, true/false, alphanumeric or incremental):

8-2.png

To be able to use successfully these modules you need to have remote connection data to the system you wish to monitor. Therefore, register in the safe credential store the connection data against the target.

The credential store stores user/password sets so that they can be reused in different checks and whose data are not shown in check configuration.

To create an entry in the credential store go to section "Configuration -> Credential store" and click "Add Key":

image-1604507722276.png

Create a "Custom"  credential and set the password and login credentials for your Windows server:

image-1604508494477.png

Go back to the remote check and configure this:

image-1604509636068.png

You will need to fill in three key fields:

  • Optionally the IP of the target (if not, the agent's IP will be used).
  • The command that you will launch to monitor.
  • The set of credentials that you are going to use to connect (that you defined in the previous step).

In Windows environments choose "Windows remote" connection:

image-1604509554080.png

The example above will indicate the number of processes running on the remote machine.

To perform the same on Linux servers, just choose the remote SSH connection method, choose port 22 and use a command that returns a number in Linux. The previous example in Linux would be:

8-7.png

If you want to monitor something that returns a true/false status, such as the status of a process, just make sure your command returns 0 for the wrong value and 1 or more for the right value. You should use a BOOLEAN data type (e.g.: "Remote execution, boolean data") so that Pandora FMS interprets it as such.

Are you not achieving the expected results? Go to help or support sections.