@glassmkr/crucible 0.8.1 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,6 +3,7 @@
3
3
  [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
4
4
  [![npm version](https://img.shields.io/npm/v/@glassmkr/crucible.svg)](https://www.npmjs.com/package/@glassmkr/crucible)
5
5
 
6
+ <!-- Canonical rule count: see RULES_COUNT.md in the Glassmkr monorepo. -->
6
7
  Lightweight bare metal server monitoring agent. Collects hardware and OS health every 5 minutes and pushes snapshots to a [Forge](https://forge.glassmkr.com) dashboard, which evaluates 38 alert rules and sends notifications.
7
8
 
8
9
  Open source. MIT licensed. Built by [Glassmkr](https://glassmkr.com). See also [Bench](https://github.com/glassmkr/bench), the MCP server collection.
@@ -173,6 +174,7 @@ sudo systemctl status glassmkr-crucible
173
174
  | NTP | Sync state and source |
174
175
  | File descriptors | System-wide allocation |
175
176
 
177
+ <!-- Canonical rule count: see RULES_COUNT.md in the Glassmkr monorepo. -->
176
178
  Forge evaluates 38 alert rules server-side across OS, Storage, Network, Hardware, ZFS, Security, and Service Health, with priorities P1 Urgent through P4 Low. Full list: [forge.glassmkr.com/docs/alerts](https://forge.glassmkr.com/docs/alerts).
177
179
 
178
180
  ## Requirements
@@ -186,7 +188,7 @@ Forge evaluates 38 alert rules server-side across OS, Storage, Network, Hardware
186
188
 
187
189
  - [Getting Started](https://forge.glassmkr.com/docs/getting-started)
188
190
  - [Configuration Reference](https://forge.glassmkr.com/docs/configuration)
189
- - [Alert Rules (36)](https://forge.glassmkr.com/docs/alerts)
191
+ - [Alert Rules (38)](https://forge.glassmkr.com/docs/alerts)
190
192
  - [Troubleshooting](https://forge.glassmkr.com/docs/troubleshooting)
191
193
  - [API Reference](https://forge.glassmkr.com/docs/api)
192
194
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glassmkr/crucible",
3
- "version": "0.8.1",
3
+ "version": "0.9.0",
4
4
  "description": "Lightweight bare metal server monitoring. IPMI, SMART, OS, network. Opinionated alerts.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",