nrpedisks: missing path #111

Closed
opened 2019-07-05 11:39:39 +02:00 by benpro · 1 comment
Contributor
NRPEDISKS=$(grep command.check_disk /etc/nagios/nrpe.cfg | grep "^command.check_disk[0-9]" | sed -e "s/^command.check_disk\([0-9]\+\).*/\1/" | sort -n | tail -1)

/etc/nagios/nrpe.cfg is for old system, now this is /etc/nagios/nrpe.d/evolix.cfg

``` NRPEDISKS=$(grep command.check_disk /etc/nagios/nrpe.cfg | grep "^command.check_disk[0-9]" | sed -e "s/^command.check_disk\([0-9]\+\).*/\1/" | sort -n | tail -1) ``` `/etc/nagios/nrpe.cfg` is for old system, now this is `/etc/nagios/nrpe.d/evolix.cfg`
benpro added the
bug
label 2019-07-05 11:39:39 +02:00
Author
Contributor

huh no, ok this is a special case for very old machines... Lenny?

huh no, ok this is a special case for very old machines... Lenny?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: evolix/evocheck#111
No description provided.