Monitoring disk space on Linux servers
24th March 2025
Hello, Is there a way to monitor disk space of Linux servers (/dev/sda) hosting databases from DataMiner ? Does the Cassandra cluster monitor driver have this option or are there …
Question
24th March 2025
Hello, Is there a way to monitor disk space of Linux servers (/dev/sda) hosting databases from DataMiner ? Does the Cassandra cluster monitor driver have this option or are there …
23rd March 2025
Body:Hi everyone, I’m encountering an issue where my HTTPS polling is timing out with the following error: RROR -> 07:44:11 – Error : 12002. [ERROR_WINHTTP_TIMEOUT] -> 07:44:11 – Get for …
21st March 2025
I have a question regarding DataMiner’s default behavior of automatically adding two headers, specifically, User-Agent: DataMiner/1.0 and Connection: Keep-Alive (Header element | DataMiner Docs). Is there a way to remove …
21st March 2025
populate 4 buttons representing 4 device types, try to make them either green – if all are active or red – if any one of them is inactive ,once a …
21st March 2025
Hi Can anybody tell or experience how to backup and restore dataminer agents in cluster which has 6 active agents and 6 failover agents. Thanks Mohan RV
21st March 2025
Dear members of the Dojo Community, Recently we created an ad hoc data source that can return more than 10 K rows. We tested it in a dashboard and there …
21st March 2025
In a Low-Code app, I want to compose a URL to copy to clipboard that uses a value from a text input. This text input will contain a ‘\’, but …
21st March 2025
Hi everyone, DMA is currently experiencing Refusal issues, and the assumption is that this is happening due to an SNMP table (which sometimes has 70k+ rows).What is the best approach …
21st March 2025
I would like to ‘schedule’ SNMP forwarding. So depending time of day / day of the week SNMP forwarding for a given manager should be active or not. As the …
21st March 2025
https://docs.dataminer.services/user-guide/Basic_Functionality/Elements/Working_with_elements/Updating_elements.html#setting-a-parameter-value-in-multiple-elements I am trying to restrict access to the “Multiple Set” feature – however cannot find anything in System Center > Users and Groups > Permissions Nor is there anything …
20th March 2025
Quick one, for DOJO gurus, pls: is there any doc still available for System Requirements in DM 10.4/10.5 & Cassandra 4.x? (e.g. similar to https://community.dataminer.services/wp-content/grand-media/application/SLC_SM_DataMinerSystemRequirements_REV045.pdf )? Alternatively, when referring to …
20th March 2025
I am looking for option to filter out unnecessary alarms. Is there any option to use logical operator in Alarm Template filter (like operator ‘NOT’) in order to allow all alarms …
20th March 2025
Hi Dojo, I’m working on a Timeline in a Low-Code App where two queries are displayed together. The first query represents Transmissions, while the second represents Jobs. Each Transmission can …
20th March 2025
Hello Dojo, I am currently investigating the calculation of the AvgDisksecPerTransfer and when polling the Win32_PerfRawData_PerfDisk_LogicalDisk command via action, I am receiving a negative number But when making the same …
20th March 2025
Hello DataMiner Community, I am developing a driver that polls JSON results from an API and updates a table using the QAction FillArray method, leveraging Newtonsoft.Json for deserialization. Although my …