BKBhavana Kalavalainbhavanakalavala.hashnode.dev·Nov 9, 2025 · 2 min readFrom 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...00
BKBhavana Kalavalainbhavanakalavala.hashnode.dev·Nov 9, 2025 · 2 min readFrom 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...00
BKBhavana Kalavalainbhavanakalavala.hashnode.dev·Nov 2, 2025 · 2 min readFrom 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...00
BKBhavana Kalavalainbhavanakalavala.hashnode.dev·Nov 2, 2025 · 2 min readFrom 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...00
BKBhavana Kalavalainbhavanakalavala.hashnode.dev·Oct 26, 2025 · 1 min readFrom 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...00