Release Notes for uiScribe v1.4.10 production version now available
[2025-Dec-22]
1) NEW: Added "Rotate All" and "Rotate Log" on the WebUI page.
This new feature will call logrotate on demand (i.e. independently of the current logrotate cron schedule) to rotate log files based on the rotation...
Release Notes for Scribe v3.2.6 production version now available
[2025-Dec-22]
1) NEW: CLI menu option to set the hour interval to run the logrotate cron job.
Users can now set the cron job to run every 6, 8, 12, or 24 hours.
This should help with automatically rotating log files that tend to...
Release Notes for connmon v3.0.10 production version now available
[2025-Dec-21]
1) FIXED: Bug fix in a CLI shell script function to get the full value of notification parameters from the configuration file.
2) FIXED: Bug fix in a WebUI JS function to get the full value of notification...
Release Notes for ntpMerlin v3.4.13 production version now available
[2025-Dec-21]
1) IMPROVED: Modified the CLI top Main Menu to separate some groups of options and settings into their own sub-menus.
This is an effort to make the top Main Menu shorter, more manageable, more user-friendly, and...
Thank you. That's exactly the kind of detail and context that was needed - nicely done. 👍
So yes, all those log entries you've shown are expected for the 2 separate but related events:
1) When the uiScribe WebUI page is first loaded, there's a call to its shell script to get the latest file...
FYI,
The latest 'develop' branch version v3.4.13_25121620 includes modifications to the CLI top Main Menu to separate some groups of options and settings into their own sub-menus. This is an attempt to make the top Main Menu shorter, more manageable, more user-friendly, and to improve the user...
FYI,
The latest 'develop' branch version v3.0.10_25121620 includes modifications to the CLI top Main Menu to separate some groups of options and settings into their own sub-menus. This is an attempt to make the top Main Menu shorter, more manageable, more user-friendly, and to improve the user...
What are the circumstances surrounding those log entries?
Spamming implies the log entries don't seem to correlate with any network or user activity, and they simply show up randomly and/or indiscriminately. Is this what you see happening?
You'll need to provide details and context; otherwise...
Glad to see it working out for you in the end, and also, your project with InfluxDB and Grafana seems to be going well.
Thanks for sticking with me through all the trials and errors while trying to figure out what worked and what didn't. It was an interesting learning experience for both of us...
Release Notes for scMerlin v2.5.47 production version now available
[2025-Dec-12]
1) IMPROVED: Modified the CLI Main Menu to separate groups of options and settings into their own sub-menus.
This is an effort to make the top Main Menu shorter, more manageable, and more user-friendly, and to...
OK, I've made the changes to make sure actual ping test results are assigned to "data fields" instead of "data tags" per the InfluxDB documentation on their database schema structure.
Please try this latest 'develop' branch v3.0.10_25121222 version. As mentioned before, it's very likely that...
@scootertramp,
Well, as mentioned earlier, I was very curious about how InfluxDB handles "data tags" vs "data fields" so I took a closer (but not an exhaustive) look this evening, and it turns out that a proper InfluxDB database for connmon ping test results should store the actual data as...
The PING_TARGET variable is double-quoted in the assignment statement because it can contain a blank space. For instance, say a user happens to set the ping server to "www.google.com" instead of "8.8.8.8" (the default); then the variable contents could be something like: "www.google.com...
Hmmm... Normally, the way the data record fields are displayed would have to be a function of how the database is queried and/or how the extracted data is formatted for presentation purposes. From a database design and operation perspective, it would not only be very wasteful of storage space...
OK, please try the latest 'develop' branch v3.0.10_25121020 version.
This latest development version now includes:
- Added "PingServer" field to each data point being sent to InfluxDB.
- Added "InfluxDB Protocol" parameter to WebUI page and CLI menus to specify whether to use HTTP or HTTPS.
-...