bhavanakalavala.hashnode.devFrom manual checks to Automated MQ Reports...Monitoring Message Queues with Bash and JavaMonitoring message queues used to be a manual task - connecting to different systems, checking queue health, and compiling reports. Each environment required logging in, running checks, and manually emailing results.To make this faster and more relia...Nov 9, 2025·2 min read
bhavanakalavala.hashnode.devFrom local logs to Central Mirror...Automating log collection with RsyslogManaging logs across multiple servers can get messy - each system stores its own logs locally, and checking them means logging in one by one.When incidents happen, that delay can make troubleshooting harder. To simplify this, I automated log monitori...Nov 9, 2025·2 min read
bhavanakalavala.hashnode.devFrom Manual config to Auto Web-URL....Automating Apache URL creationSetting up a new web path in Apache often means repeating the same manual steps - creating directories, setting permissions, editing configuration files, adding aliases, enabling authentication, and restarting the service. It’s straightforward, but...Nov 2, 2025·2 min read
bhavanakalavala.hashnode.devFrom Manual to Managed...Automated DB SyncsManaging database backups and restores across environments often involves multiple steps - taking backups, copying them manually, and restoring them on replica servers.To streamline this. I automated the entire process - from backup creation to resto...Nov 2, 2025·2 min read
bhavanakalavala.hashnode.devFrom manual clicks to one run...automating AD user creationCreating new user accounts in Active Directory can take time, especially when several users need to be added together.Each user has to be created manually with their name, username, password, and domain details - one by one. To simplify this, I cre...Oct 26, 2025·1 min read