Search found 3 matches
- Thu Aug 30, 2012 2:50 am
- Forum: Open Source Nagios Projects
- Topic: check_swap not working in Solaris 11
- Replies: 5
- Views: 3135
Re: check_swap not working in Solaris 11
Hi, I have solve the pst3 issue, apparently it does not check the running credentials but the owner of the binary itself! root@ukbhu023p:/usr/local/nagios/libexec# chown root:root pst3 root@ukbhu023p:/usr/local/nagios/libexec# ./pst3 | head S UID PID PPID VSZ RSS %CPU COMMAND ARGS S 0 5 0 0 0 0.0 zp...
- Wed Aug 29, 2012 9:55 am
- Forum: Open Source Nagios Projects
- Topic: check_swap not working in Solaris 11
- Replies: 5
- Views: 3135
Re: check_swap not working in Solaris 11
hi Slansing, Thanks for your post, that .pl works just fine, it provides info on Virtual memory not disk-swap, but good enough for me. It would be good to have the native tools working though.. also in terms of CPU consumption.. I am facing a different issue now.. /usr/local/nagios/libexec# ./check_...
- Tue Aug 28, 2012 5:54 am
- Forum: Open Source Nagios Projects
- Topic: check_swap not working in Solaris 11
- Replies: 5
- Views: 3135
check_swap not working in Solaris 11
Hi, I have compiled Nagios 3.4.1 for Solaris, everything seems to be working fine, but the check_swap pluging The plugin itself was missing from /usr/local/nagios/libexec, so I checked the nagios-plugins-1.4.15 source and compiled it individually root@ukbhu023p:~/nagios-plugins-1.4.15/plugins# make ...