# Configuration in pandora

**Unix**

To install, copy ipmi\_sensors to the plugins directory which is usually

```
/usr/share/pandora_agent/plugins
```

This plugin requires freeipmi to be installed  
and available on the agent's path.

Then add it to the configuration file, usually

```
/etc/pandora/pandora_agent.conf
```

For IPMI local access use:

```
module_plugin ipmi_sensors.pl -l
```

For IPMI network access use:

```
module_plugin ipmi_sensors -h <hostname> -u <username> -p <password>
```

Replace hostname,username, andpassword, with appropriate values.

If you wish the modules to be in a module group add "-g group". For example:

```
module_plugin ipmi_sensors.pl -l -g "IPMI Sensors"
```

Note: The module group must be created in PandoraFMS in advance.

**Windows**

The following installation instructions refer to the pandora\_agent\_install directory.  
On 32-bit windows this is usually C:\\Program Files\\pandora\_agent, on 64-bit Windows  
it is usually C:\\Program Files (x86)\\pandora\_agent.

  
To install, copy ipmi\_sensors to the util subdirectory of the pandora\_agent\_install  
directory. Copy the freeipmi directory to the pandora\_agent\_install directory.

Then add it to the configuration file, usually pandora\_agent.conf in the pandora\_agent\_install  
directory.

```
module_plugin ipmi_sensors.pl /h:<hostname> /u:<username> /p:<password>
```

Replace hostname, username and password with appropriate values.

If you wish the modules to be in a module group add "/g group". For example:

```
module_plugin ipmi_sensors.pl /h:myipmihost /u:myusername /p:mypassword /g:"IPMI Sensors"
```

Note: The module group must be created in PandoraFMS in advance.