Search found 6 matches
- Fri Jun 08, 2007 1:29 pm
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Test mode for action profiles
- Replies: 2
- Views: 10298
- Thu Jun 07, 2007 6:19 pm
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Test mode for action profiles
- Replies: 2
- Views: 10298
Test mode for action profiles
In the HM Script Manager, there's a "Lets try" tab that can be used to run a script with parameters and see it does. Could you add a "Lets try" button to both the "Bad status actions" and "Good status actions" sections in the Action profiles manager? That way,...
- Mon May 21, 2007 7:03 pm
- Forum: RMA for UNIX
- Topic: keeping RMA running
- Replies: 6
- Views: 26616
If anyone is interested, this 'rmachk' Bourne shell script is what I use to check whether RMA is running. If it's not running, then the script will start it and redirect the startup output to /dev/null. Much of the code was shamelessly borrowed from psybncchk. ;) The RMA client must be version 1.25 ...
- Wed May 16, 2007 8:00 pm
- Forum: RMA for UNIX
- Topic: keeping RMA running
- Replies: 6
- Views: 26616
- Fri Apr 27, 2007 5:51 pm
- Forum: RMA for UNIX
- Topic: keeping RMA running
- Replies: 6
- Views: 26616
- Fri Apr 27, 2007 5:16 pm
- Forum: RMA for UNIX
- Topic: keeping RMA running
- Replies: 6
- Views: 26616
keeping RMA running
I would like to make sure that RMA is always running on my servers and restart it if it died or has been killed for some reason. For other programs that generate a <program>.pid file like syslogd, I can do this in crontab by reading the PID from the file and then checking the process table. Is there...