This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| nms:observium [2018/12/06 10:27] – jotasandoku | nms:observium [2023/11/02 14:38] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| **OBSERVIUM**\\ | **OBSERVIUM**\\ | ||
| + | Housekeeping : [[https:// | ||
| + | Update : [[https:// | ||
| + | ./ | ||
| + | svn update | ||
| + | / | ||
| + | Tuning: [[https:// | ||
| + | \\ | ||
| + | |||
| + | ---- | ||
| + | Add and delete devices. Recreate device doesn' | ||
| + | / | ||
| + | / | ||
| + | | ||
| + | ---- | ||
| + | |||
| + | |||
| Adding alert checkers: | Adding alert checkers: | ||
| * [[http:// | * [[http:// | ||
| Line 16: | Line 32: | ||
| * [[https:// | * [[https:// | ||
| * [[http:// | * [[http:// | ||
| + | |||
| + | Things to **REMEMBER**: | ||
| + | * Association, | ||
| + | * Alert Checker > device_down > Associations > Device in > Select all | ||
| + | * **^^ We need to do this regularly to account for new or gone devices!** | ||
| + | * **In order to edit the " | ||
| + | \\ | ||
| + | This is an example of **production alerts checkers** (change it to xml extension): {{ : | ||
| Line 25: | Line 49: | ||
| https:// | https:// | ||
| + | |||
| + | ---- | ||
| + | HOUSEKEEPING | ||
| + | / | ||
| + | | ||
| ---- | ---- | ||
| Line 33: | Line 62: | ||
| + | |||
| + | ---- | ||
| + | |||
| + | |||
| + | TROUBLESHOOTING: | ||
| + | |||
| + | / | ||
| + | tail -f observium.log / | ||
| + | | ||
| + | mysql -p -u observium | ||
| + | use observium; | ||
| + | show tables; | ||
| + | describe alert_log; | ||
| + | SELECT * FROM alert_log where log_type = ' | ||
| + | describe devices; | ||
| + | select device_id, hostname, sysName from devices where device_id = ' | ||