Regular expressions for files and directories
Regular expressions are texts with special notations that help describe patterns in string. Regular expressions describe patterns which are used to search strings for matches.
File name fields support regular expressions and only the directory path can serve as an absolute path to the file/directory in the server. Any regular expressions entered will be treated as normal text.
Related Articles
Subdirectory Availability and File Availability Checks
The subdirectory check is used to monitor all the sub directories within a monitored directory. The user has the option to monitor all the sub directories or a particular sub directory [subdirectory name supports regular expressions] under the ...
Decode JavaScript files using source maps
In general, when your source code has gone through multiple transformations, it is difficult to debug. In such cases, you can generate a source map - a source map maps the transformed source with the original. This enables you to reconstruct the ...
Find log files in the Linux server agent
Please execute the following command in a terminal: Root agent - ls /opt/site24x7/monagent/logs/ Non-root agent - ls ~/site24x7/monagent/logs/ This will list down all the log files in the agent. All events related to the server agent will be ...
Manage log files filling up on an On-Premise Poller
The limit for a single log file is 10 MB. Beyond this, we will rotate the logs up to 10 files, giving a maximum of 100 MB for a single module. Likewise, we have 7-8 modules. This depends on the customer's usage of Poller and the number of monitors ...
Site24x7 Linux Agent modifications to "/etc/passwd" and "/etc/shadow" files - FIM Events
Scenario You may see the Site24x7 Linux agent modifying files associated with the operating system. Reason The /etc/passwd and /etc/shadow files are critical operating system files that store user account information on a server. The Site24x7 Linux ...