Joshua Boniface joshuaboniface
  • Joined on 2021-10-28
joshuaboniface pushed to master at parallelvirtualcl…/pvc 2022-10-21 14:04:15 -04:00
fb30263a41 Add cloud-init configuration to debootstrap script
joshuaboniface pushed to master at parallelvirtualcl…/pvc 2022-10-21 13:36:14 -04:00
172e3627d4 Add pfsense example provisioner script
joshuaboniface pushed to master at parallelvirtualcl…/pvc 2022-10-20 23:03:53 -04:00
53ffe6cd55 Include /proc in chroot mounts
joshuaboniface pushed to master at parallelvirtualcl…/pvc 2022-10-19 13:20:42 -04:00
df6e11ae7a Properly handle missing source_volume from OVAs
de2135db42 Add missing ceph import
72e093c2c4 Move conversion to install() step
60e32f7795 Add missing imports
23e7d84f53 Add output messages during OVA prepare
Compare 5 commits »
joshuaboniface pushed to master at parallelvirtualcl…/pvc 2022-10-19 12:47:43 -04:00
dd81594f26 Fix bad comparison
joshuaboniface pushed to master at parallelvirtualcl…/pvc 2022-10-19 03:37:27 -04:00
0d09f5d089 Remove reference to automatic upload of OVA script
joshuaboniface pushed to master at parallelvirtualcl…/pvc 2022-10-19 03:34:46 -04:00
365c70e873 Add missing flag
joshuaboniface pushed to master at parallelvirtualcl…/pvc 2022-10-19 03:28:01 -04:00
4f7e2fe146 Fix wording of initial script paragraphs
joshuaboniface pushed to master at joshuaboniface/blog 2022-10-17 09:48:26 -04:00
f9ffef0a77 Fix image
0e917d9e98 Add logo image of me
400fb54d9b Update LinkedIn username
87c9d6ef66 Correct typo
37753e391e Correct spelling mistakes
Compare 10 commits »
joshuaboniface pushed to master at parallelvirtualcl…/pvc 2022-10-15 16:26:55 -04:00
77f49654b9 Fix missing f-string marker
joshuaboniface pushed to master at joshuaboniface/raidisnotabackup 2022-10-13 09:49:08 -04:00
5ed77570b3 Add contact email and link to /r/datarecovery
joshuaboniface pushed to master at joshuaboniface/raidisnotabackup 2022-10-13 09:46:11 -04:00
af43c2f465 Fix awkward run-on sentence
joshuaboniface pushed to master at joshuaboniface/raidisnotabackup 2022-10-13 09:44:06 -04:00
3c59e20d9e Mention snapshots explicitly
joshuaboniface pushed to master at joshuaboniface/raidisnotabackup 2022-10-13 09:40:07 -04:00
80cb58b762 Revamp wording throughout
joshuaboniface pushed to master at joshuaboniface/raidisnotabackup 2022-10-13 09:26:11 -04:00
a0fb0f422e Remove mention of "RAID5 considered harmful"
joshuaboniface pushed to master at parallelvirtualcl…/pvc 2022-10-08 21:13:14 -04:00
c158e4e0f5 Use own domain for docs links
joshuaboniface commented on issue parallelvirtualcl…/pvc#159 2022-10-08 00:27:08 -04:00
Adjust cluster health states to be more meaningful

One big complexity to note would be working the Ceph health messages into this, but luckily their levels are fairly consistent (WARN and ERR being roughly -10 and -50 respectively) and they output…

joshuaboniface opened issue parallelvirtualcl…/pvc#159 2022-10-08 00:25:10 -04:00
Adjust cluster health states to be more meaningful
joshuaboniface commented on issue parallelvirtualcl…/pvc#154 2022-10-08 00:20:10 -04:00
Add hardware/system diag info to node status

This actually wouldn't work as well as-is as would be obvious. Probably better to make our own "plugin" system that allows arbitrary things to monitor then build a coherent check framework around…

joshuaboniface commented on issue parallelvirtualcl…/pvc#154 2022-10-08 00:17:31 -04:00
Add hardware/system diag info to node status

I definitely think leveraging part of the check_mk_agent system for this might be worthwhile. At regular intervals (say every minute so every ~12 keepalives), the plugins can run and save output…