How to setup Data Logging for one or more Devices to save data locally

How to setup Data Logging for one or more Devices to save data locally

Data logs capture all information send to a device and coming from a device. You can choose to store the logs locally or remotely.

Configuration via WebUI:

1. Login as admin and navigate to Managed Devices
2. Select the target device and go to Logging
3. Enable Data logging option and Click Save
4. Go to Access page and select the target device and you will see Data log tab in dialogue for the device
5. To open the pdf for the logs click Data log

Configuration via CLI :

1. Log in as admin in CLI (telnet/ssh/console)
2. Navigate to /settings/devices/<Device_Name>logging
3. Use the set command to change the data_logging value to yes or no
4. Commit the changes

[admin@nodegrid / ] # /settings/devices/Device_console/logging/
[admin@nodegrid / ] # set data_logging=yes
[admin@nodegrid / ] commit

To access 

Follow the link for how to video Data Logging
Note: The raw Data Logging data is stored in /var/local/DB.
    • Related Articles

    • How to setup Data Logging for one or more Devices with Alerts

      One can receive alerts via EMAIL, SYSLOG, SNMP trap or all. These alerts will be based on the strings being monitored on the serial port. Configuration via WebUI: Login as admin and go to Managed Devices Select the device and click Logging Note: ...
    • Auditing and Data Logging Settings

      The Auditing feature allows the data and event logging to be stored locally or remotely via NFS which is sent by an Email or a SNMP Trap or sent through a Syslog server. Data Logging captures Data string coming from and going to Target devices as ...
    • How to Manually Add NetApp Storage Devices to NodeGrid via WebUI

      Select Managed Devices :: Devices, click the Add button to add a device in the system. For the purpose of this example, provide the following information:   On the Name field, enter the name of the NetApp device you want to add. Enter the IP ...
    • How to Auto-Discover and Add Network Devices with SSH or Telnet Support to NodeGrid

      Introduction:       Use case for the Network scanning of IP Devices is to add all the IP managed devices into the Nodegrid Manager for managing all the devices.  It can also be used to detect IP usage in the network.  (This detection of IP device is ...
    • How to Auto-Discover and Add NetApp Storage Devices to NodeGrid

      In order to discover NetApp devices on the network, first you need to add at least one netapp type manually. See the article "How to manually add NetApp storage devices to NodeGrid" for details.   Then, follow the steps below: Access the NodeGrid via ...