{"id":19657,"date":"2025-05-09T09:45:54","date_gmt":"2025-05-09T15:45:54","guid":{"rendered":"https:\/\/sada.services\/?p=19657"},"modified":"2025-05-09T09:45:54","modified_gmt":"2025-05-09T15:45:54","slug":"nagios-limpiar-boot-disk-usage-on-boot-70-90","status":"publish","type":"post","link":"https:\/\/sada.services\/?p=19657","title":{"rendered":"Nagios: limpiar \/boot Disk usage on \/boot 70-90"},"content":{"rendered":"\n<ul class=\"wp-block-list\">\n<li>Ejecutar<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code># Verificar espacio\ndf -h \/boot\n\n# Listar kernels instalados\ndpkg --list | grep linux-image\n\n\n# o pueden listar los rc\ndpkg --list | grep '^rc' | grep linux-image\n\n# ver kernel actual\nuname -r\n\n# eliminar los rc \nsudo dpkg --purge $(dpkg --list | grep '^rc' | grep linux-image | awk '{print $2}')\n\n# o limpiar todo\nsudo apt autoremove --purge\n\n# Actualizar grub\nsudo update-grub\nsudo apt clean\n\n# Verificar espacio\ndf -h \/boot<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-19657","post","type-post","status-publish","format-standard","hentry","category-sin-categoria"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts\/19657","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=19657"}],"version-history":[{"count":1,"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts\/19657\/revisions"}],"predecessor-version":[{"id":19658,"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts\/19657\/revisions\/19658"}],"wp:attachment":[{"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=19657"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=19657"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=19657"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}