Command | Purpose |
---|---|
cat /var/log/syslog | View system log entries |
tail -f /var/log/syslog | Live stream log updates |
grep "error" /var/log/syslog | Search for error entries |
logger "Test log entry" | Write custom log message |
systemctl status rsyslog | Check syslog service status |
Command | Purpose |
---|---|
snmpwalk -v2c -c public localhost | Walk SNMP tree for device info |
snmpget -v2c -c public localhost OID | Query specific SNMP value |
snmptrapd | Receive SNMP traps |
snmpconf -g basic_setup | Generate SNMP config interactively |
systemctl status snmpd | Check SNMP daemon status |
Action | Purpose |
---|---|
Access Nagios Web Interface | View host and service status |
Configure hosts/services | Define monitoring targets |
Set up alerts | Trigger notifications on failure |
Use plugins | Extend monitoring capabilities |
Check performance graphs | Visualize resource usage |
Tool/Action | Purpose |
---|---|
Event Viewer | Access system, application, and security logs |
Filter Current Log | Search by event ID or source |
Create Custom View | Save filtered log views |
Export Log | Save logs to file for analysis |
Task Scheduler Integration | Trigger actions based on events |