Page 1 of 1
Nagiosgraph Removal/uninstall.
Posted: Fri Apr 17, 2015 2:05 pm
by gdolidze
I have tried to setup nagiosgraph and but it keeps giving me issues.
It has the service graphs as blanks/there is no output.
Can someone tell me how to remove it from the nagios server.
Re: Nagiosgraph Removal/uninstall.
Posted: Fri Apr 17, 2015 2:23 pm
by jdalrymple
It doesn't look like the developer provides an uninstaller or even instructions.
The parts that I expect it *broke* within the existing XI installation I would guess are in commands.cfg:
Code: Select all
define command {
command_name process-host-perfdata-file-bulk
command_line /bin/mv /usr/local/nagios/var/host-perfdata /usr/local/nagios/var/spool/xidpe/$TIMET$.perfdata.host
}
define command {
command_name process-host-perfdata-file-pnp-bulk
command_line /bin/mv /usr/local/nagios/var/host-perfdata /usr/local/nagios/var/spool/perfdata/host-perfdata.$TIMET$
}
define command {
command_name process-host-perfdata-pnp-normal
command_line /usr/bin/perl /usr/local/nagios/libexec/process_perfdata.pl -d HOSTPERFDATA
}
define command {
command_name process-service-perfdata-file-bulk
command_line /bin/mv /usr/local/nagios/var/service-perfdata /usr/local/nagios/var/spool/xidpe/$TIMET$.perfdata.service
}
define command {
command_name process-service-perfdata-file-pnp-bulk
command_line /bin/mv /usr/local/nagios/var/service-perfdata /usr/local/nagios/var/spool/perfdata/service-perfdata.$TIMET$
}
define command {
command_name process-service-perfdata-pnp-normal
command_line /usr/bin/perl /usr/local/nagios/libexec/process_perfdata.pl
}
Have you looked over the install.pl file to see what it does?